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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 145 void setShouldClampToSourceRect(bool shouldClampToSourceRect) { m_shouldClampToSourceRect = shouldClampToSourceRect; }
GraphicsContext.h 171 void setShouldClampToSourceRect(bool clampToSourceRect) { mutableState()->setShouldClampToSourceRect(clampToSourceRect); }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 509 m_imageBuffer->context()->setShouldClampToSourceRect(false);

Completed in 187 milliseconds