Lines Matching full:cliprect
206 bool CanvasState::clipRect(float left, float top, float right, float bottom, SkRegion::Op op) {
232 clipRect(bounds.left, bounds.top, bounds.right, bounds.bottom, SkRegion::kIntersect_Op);
254 * the clipRect. Does not modify the scissor.
274 Rect clipRect(currentRenderTargetClip());
275 clipRect.snapToPixelBoundaries();
277 if (!clipRect.intersects(r)) return true;
281 *clipRequired = !clipRect.contains(r);
302 Rect clipRect(currentRenderTargetClip());
303 clipRect.snapToPixelBoundaries();
305 if (!clipRect.intersects(r)) return true;