Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkCanvas.cpp241 fCanvas->fQuickRejectBounds = fCanvas->computeDeviceClipBounds(); in ~AutoUpdateQRBounds()
387 fQuickRejectBounds = this->computeDeviceClipBounds(); in resetForNextPicture()
414 fQuickRejectBounds = this->computeDeviceClipBounds(); in init()
1138 fQuickRejectBounds = this->computeDeviceClipBounds(); in internalSaveLayer()
1252 fQuickRejectBounds = this->computeDeviceClipBounds(); in internalRestore()
1586 SkASSERT(fQuickRejectBounds.isEmpty()); in validateClip()
1588 SkASSERT(tmp == fQuickRejectBounds); in validateClip()
1626 return !devRect.isFinite() || !devRect.intersects(fQuickRejectBounds); in quickReject()
2173 return ir.contains(fQuickRejectBounds); in canDrawBitmapAsSprite()
/third_party/skia/include/core/
DSkCanvas.h2562 SkRect fQuickRejectBounds; variable