Home
last modified time | relevance | path

Searched refs:computeDeviceClipBounds (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkCanvas.cpp243 fCanvas->fQuickRejectBounds = fCanvas->computeDeviceClipBounds(); in ~AutoUpdateQRBounds()
302 fQuickRejectBounds = this->computeDeviceClipBounds(); in resetForNextPicture()
327 fQuickRejectBounds = this->computeDeviceClipBounds(); in init()
1095 fQuickRejectBounds = this->computeDeviceClipBounds(); in internalSaveLayer()
1215 fQuickRejectBounds = this->computeDeviceClipBounds(); in internalRestore()
1546 SkRect tmp = this->computeDeviceClipBounds(); in validateClip()
1632 return this->computeDeviceClipBounds(/*outsetForAA=*/false).roundOut(); in getDeviceClipBounds()
1635 SkRect SkCanvas::computeDeviceClipBounds(bool outsetForAA) const { in computeDeviceClipBounds() function in SkCanvas
/aosp_15_r20/external/skia/include/core/
H A DSkCanvas.h2676 SkRect computeDeviceClipBounds(bool outsetForAA=true) const;