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