HomeSort by relevance Sort by last modified time
    Searched defs:shouldClampToSourceRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 136 bool shouldClampToSourceRect() const { return m_shouldClampToSourceRect; }
137 void setShouldClampToSourceRect(bool shouldClampToSourceRect) { m_shouldClampToSourceRect = shouldClampToSourceRect; }
GraphicsContext.h 167 bool shouldClampToSourceRect() const { return immutableState()->shouldClampToSourceRect(); }

Completed in 673 milliseconds