Searched refs:getClipDeviceBounds (Results 1 – 14 of 14) sorted by relevance
484 canvas->getClipDeviceBounds(&bounds); in validateBounds()
33 SkAssertResult(canvas->getClipDeviceBounds(&bounds)); in onPerCanvasPreDraw()
45 SkAssertResult(canvas->getClipDeviceBounds(&bounds)); in onPerCanvasPreDraw()
185 a.getClipDeviceBounds(&ar); in equal_clips()186 b.getClipDeviceBounds(&br); in equal_clips()538 canvas1->getClipDeviceBounds(&deviceBounds1) == in AssertCanvasStatesEqual()539 canvas2->getClipDeviceBounds(&deviceBounds2), in AssertCanvasStatesEqual()
920 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()931 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()942 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()952 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()962 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()976 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt()
264 bool SkAndroidSDKCanvas::getClipDeviceBounds(SkIRect* rect) const { in getClipDeviceBounds() function in SkAndroidSDKCanvas265 return fProxyTarget->getClipDeviceBounds(rect); in getClipDeviceBounds()
84 bool getClipDeviceBounds(SkIRect*) const override;
43 bool getClipDeviceBounds(SkIRect* bounds) const override { in getClipDeviceBounds() function
132 this->getClipDeviceBounds(&devBounds); in devBounds()
928 if (!this->getClipDeviceBounds(&clipBounds)) { in clipRectBounds()1615 if (!this->getClipDeviceBounds(&ibounds)) { in getClipBounds()1640 bool SkCanvas::getClipDeviceBounds(SkIRect* bounds) const { in getClipDeviceBounds() function in SkCanvas
162 bool getClipDeviceBounds(SkIRect* bounds) const override { in getClipDeviceBounds() function
310 if (!canvas->getClipDeviceBounds(&fClip)) { in drawTo()
571 virtual bool getClipDeviceBounds(SkIRect* bounds) const;
2017 if (!mainCanvas->getClipDeviceBounds(&iBounds)) { in EXPERIMENTAL_drawPicture()