Searched defs:shouldClampToSourceRect (Results 1 - 2 of 2) 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

Completed in 91 milliseconds