Searched refs:getClipDeviceBounds (Results 1 – 14 of 14) sorted by relevance
484 canvas->getClipDeviceBounds(&bounds); in validateBounds()
26 SkAssertResult(canvas->getClipDeviceBounds(&fDevBounds)); in onPerCanvasPreDraw()
54 SkAssertResult(canvas->getClipDeviceBounds(&bounds)); in onPerCanvasPreDraw()
180 a.getClipDeviceBounds(&ar); in equal_clips()181 b.getClipDeviceBounds(&br); in equal_clips()525 canvas1->getClipDeviceBounds(&deviceBounds1) == in AssertCanvasStatesEqual()526 canvas2->getClipDeviceBounds(&deviceBounds2), in AssertCanvasStatesEqual()
962 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()973 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()984 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()994 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()1004 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()1018 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()
282 bool SkAndroidSDKCanvas::getClipDeviceBounds(SkIRect* rect) const { in getClipDeviceBounds() function in SkAndroidSDKCanvas283 return fProxyTarget->getClipDeviceBounds(rect); in getClipDeviceBounds()
87 bool getClipDeviceBounds(SkIRect*) const override;
137 this->getClipDeviceBounds(&devBounds); in devBounds()
1072 if (!this->getClipDeviceBounds(&clipBounds)) { in clipRectBounds()1765 if (!this->getClipDeviceBounds(&ibounds)) { in getClipBounds()1790 bool SkCanvas::getClipDeviceBounds(SkIRect* bounds) const { in getClipDeviceBounds() function in SkCanvas
173 bool getClipDeviceBounds(SkIRect* bounds) const override { in getClipDeviceBounds() function
288 if (!canvas->getClipDeviceBounds(&fClip)) { in drawTo()
39 canvas->getClipDeviceBounds(&devClip); in SkPaintFilterCanvas()
563 virtual bool getClipDeviceBounds(SkIRect* bounds) const;
1897 if (!mainCanvas->getClipDeviceBounds(&iBounds)) { in EXPERIMENTAL_drawPicture()