Home
last modified time | relevance | path

Searched refs:getClipDeviceBounds (Results 1 – 14 of 14) sorted by relevance

/external/skia/bench/
DChromeBench.cpp484 canvas->getClipDeviceBounds(&bounds); in validateBounds()
DSKPAnimationBench.cpp33 SkAssertResult(canvas->getClipDeviceBounds(&bounds)); in onPerCanvasPreDraw()
DSKPBench.cpp45 SkAssertResult(canvas->getClipDeviceBounds(&bounds)); in onPerCanvasPreDraw()
/external/skia/tests/
DCanvasTest.cpp185 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()
DPictureTest.cpp920 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()
/external/skia/src/utils/android/
DSkAndroidSDKCanvas.cpp264 bool SkAndroidSDKCanvas::getClipDeviceBounds(SkIRect* rect) const { in getClipDeviceBounds() function in SkAndroidSDKCanvas
265 return fProxyTarget->getClipDeviceBounds(rect); in getClipDeviceBounds()
DSkAndroidSDKCanvas.h84 bool getClipDeviceBounds(SkIRect*) const override;
/external/skia/experimental/PdfViewer/
DSkNulCanvas.h43 bool getClipDeviceBounds(SkIRect* bounds) const override { in getClipDeviceBounds() function
/external/skia/src/core/
DSkRecorder.h132 this->getClipDeviceBounds(&devBounds); in devBounds()
DSkCanvas.cpp928 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
/external/skia/src/utils/debugger/
DSkDebugCanvas.h162 bool getClipDeviceBounds(SkIRect* bounds) const override { in getClipDeviceBounds() function
DSkDebugCanvas.cpp310 if (!canvas->getClipDeviceBounds(&fClip)) { in drawTo()
/external/skia/include/core/
DSkCanvas.h571 virtual bool getClipDeviceBounds(SkIRect* bounds) const;
/external/skia/src/gpu/
DSkGpuDevice.cpp2017 if (!mainCanvas->getClipDeviceBounds(&iBounds)) { in EXPERIMENTAL_drawPicture()