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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 144 bool shouldClampToSourceRect() const { return m_shouldClampToSourceRect; }
145 void setShouldClampToSourceRect(bool shouldClampToSourceRect) { m_shouldClampToSourceRect = shouldClampToSourceRect; }
GraphicsContext.h 172 bool shouldClampToSourceRect() const { return immutableState()->shouldClampToSourceRect(); }
GraphicsContext.cpp     [all...]

Completed in 36 milliseconds