Lines Matching full:cliprect
163 SkIRect clipRect = layerRect;
164 clipRect.fRight = clipRect.fLeft + (clipRect.width() / 2) - (2*SPACER);
165 clipRect.outset(SPACER, SPACER);
167 SkIRect regionBounds = clipRect;
168 regionBounds.offset(clipRect.width() + (2*SPACER), 0);
235 bool success = drawFn(state, clipRect.fLeft, clipRect.fTop,
236 clipRect.fRight, clipRect.fBottom, clipOps[j],
242 complex_clips_draw(&canvas, clipRect.fLeft, clipRect.fTop,
243 clipRect.fRight, clipRect.fBottom, clipOps[j],
331 canvas.clipRect(SkRect::MakeWH(SkIntToScalar(WIDTH), SkIntToScalar(HEIGHT)));