Home
last modified time | relevance | path

Searched refs:getDeviceClipBounds (Results 1 – 13 of 13) sorted by relevance

/external/skia/tests/
DCanvasTest.cpp76 irect = canvas.getDeviceClipBounds(); in DEF_TEST()
78 REPORTER_ASSERT(reporter, canvas.getDeviceClipBounds(&irect2)); in DEF_TEST()
89 irect = canvas.getDeviceClipBounds(); in DEF_TEST()
91 REPORTER_ASSERT(reporter, !canvas.getDeviceClipBounds(&irect2)); in DEF_TEST()
123 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == gBaseRestrictedR); in test_restriction()
127 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == restrictionR); in test_restriction()
131 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == clipR); in test_restriction()
148 REPORTER_ASSERT(reporter, gBaseRestrictedR.contains(canvas->getDeviceClipBounds())); in test_restriction()
DPictureTest.cpp641 clipBounds = canvas->getDeviceClipBounds(); in test_clip_bound_opt()
651 clipBounds = canvas->getDeviceClipBounds(); in test_clip_bound_opt()
661 clipBounds = canvas->getDeviceClipBounds(); in test_clip_bound_opt()
670 clipBounds = canvas->getDeviceClipBounds(); in test_clip_bound_opt()
679 clipBounds = canvas->getDeviceClipBounds(); in test_clip_bound_opt()
692 clipBounds = canvas->getDeviceClipBounds(); in test_clip_bound_opt()
DCanvasStateTest.cpp331 devClip = canvas.getDeviceClipBounds(); in DEF_TEST()
340 devClip = canvas.getDeviceClipBounds(); in DEF_TEST()
/external/skia/src/core/
DSkRecorder.cpp364 APPEND(Restore, this->getDeviceClipBounds(), this->getTotalMatrix()); in didRestore()
382 APPEND(ClipRect, this->getDeviceClipBounds(), rect, opAA); in onClipRect()
388 APPEND(ClipRRect, this->getDeviceClipBounds(), rrect, opAA); in onClipRRect()
394 APPEND(ClipPath, this->getDeviceClipBounds(), path, opAA); in onClipPath()
399 APPEND(ClipRegion, this->getDeviceClipBounds(), deviceRgn, op); in onClipRegion()
DSkColorSpaceXformCanvas.cpp43 SkCanvas::onClipRect(SkRect::Make(fTarget->getDeviceClipBounds()), in SkColorSpaceXformCanvas()
290 SkIRect onGetDeviceClipBounds() const override { return fTarget->getDeviceClipBounds(); } in onGetDeviceClipBounds()
DSkCanvas.cpp951 SkIRect clipBounds = this->getDeviceClipBounds(); in clipRectBounds()
/external/skia/bench/
DChromeBench.cpp484 SkIRect bounds = canvas->getDeviceClipBounds(); in validateBounds()
DSKPAnimationBench.cpp26 fDevBounds = canvas->getDeviceClipBounds(); in onPerCanvasPreDraw()
DSKPBench.cpp53 SkIRect bounds = canvas->getDeviceClipBounds(); in onPerCanvasPreDraw()
/external/skia/src/utils/
DSkPaintFilterCanvas.cpp36 this->clipRect(SkRect::Make(canvas->getDeviceClipBounds())); in SkPaintFilterCanvas()
DSkDeferredCanvas.cpp565 return fCanvas->getDeviceClipBounds(); in onGetDeviceClipBounds()
/external/skia/include/core/
DSkCanvas.h537 SkIRect getDeviceClipBounds() const { return this->onGetDeviceClipBounds(); } in getDeviceClipBounds() function
542 bool getDeviceClipBounds(SkIRect* bounds) const { in getDeviceClipBounds() function
/external/skia/tools/debugger/
DSkDebugCanvas.cpp270 fClip = filterCanvas.getDeviceClipBounds(); in drawTo()