Lines Matching refs:bottom
93 clipRegion->setRect(clipRect->left, clipRect->top, clipRect->right, clipRect->bottom); in ensureClipRegion()
110 bool Snapshot::clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op) { in clipRegionOp() argument
112 tmp.set(left, top, right, bottom); in clipRegionOp()
126 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { in clip() argument
127 Rect r(left, top, right, bottom); in clip()
139 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, SkRegion::kIntersect_Op); in clipTransformed()
150 setClip(r.left, r.top, r.right, r.bottom); in clipTransformed()
156 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, op); in clipTransformed()
168 void Snapshot::setClip(float left, float top, float right, float bottom) { in setClip() argument
169 clipRect->set(left, top, right, bottom); in setClip()
190 void Snapshot::resetClip(float left, float top, float right, float bottom) { in resetClip() argument
196 setClip(left, top, right, bottom); in resetClip()
245 state->dangerRects[0].bottom = state->dangerRects[1].bottom = bounds.top + radius; in setClippingRoundRect()
248 state->dangerRects[2].top = state->dangerRects[3].top = bounds.bottom - radius; in setClippingRoundRect()
277 clipRect, clipRect->left, clipRect->top, clipRect->right, clipRect->bottom); in dump()