Searched refs:m_shouldClampToSourceRect (Results 1 – 3 of 3) sorted by relevance
67 , m_shouldClampToSourceRect(true) in GraphicsContextState()87 , m_shouldClampToSourceRect(other.m_shouldClampToSourceRect) in GraphicsContextState()140 bool m_shouldClampToSourceRect : 1; variable
146 …void setShouldClampToSourceRect(bool clampToSourceRect) { m_state->m_shouldClampToSourceRect = cla… in setShouldClampToSourceRect()147 bool shouldClampToSourceRect() const { return m_state->m_shouldClampToSourceRect; } in shouldClampToSourceRect()
1231 …SkCanvas::DrawBitmapRectFlags flags = m_state->m_shouldClampToSourceRect ? SkCanvas::kNone_DrawBit… in drawBitmapRect()