Searched refs:shouldClampToSourceRect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextState.h144 bool shouldClampToSourceRect() const { return m_shouldClampToSourceRect; } function in class:WebCore::FINAL
145 void setShouldClampToSourceRect(bool shouldClampToSourceRect) { m_shouldClampToSourceRect = shouldClampToSourceRect; } argument
H A DGraphicsContext.h172 bool shouldClampToSourceRect() const { return immutableState()->shouldClampToSourceRect(); } function in class:WebCore::GraphicsContext
H A DGraphicsContext.cpp1104 immutableState()->shouldClampToSourceRect() ? SkCanvas::kNone_DrawBitmapRectFlag : SkCanvas::kBleed_DrawBitmapRectFlag;

Completed in 122 milliseconds