m_shouldClampToSourceRect   57 Source/platform/graphics/GraphicsContextState.cpp     m_shouldClampToSourceRect = source->m_shouldClampToSourceRect;
m_shouldClampToSourceRect  139 Source/platform/graphics/GraphicsContextState.h     bool shouldClampToSourceRect() const { return m_shouldClampToSourceRect; }
m_shouldClampToSourceRect  140 Source/platform/graphics/GraphicsContextState.h     void setShouldClampToSourceRect(bool shouldClampToSourceRect) { m_shouldClampToSourceRect = shouldClampToSourceRect; }
m_shouldClampToSourceRect  179 Source/platform/graphics/GraphicsContextState.h     bool m_shouldClampToSourceRect : 1;