Home
last modified time | relevance | path

Searched refs:isPixelAlignedToGlobal (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkDevice.cpp74 bool SkBaseDevice::isPixelAlignedToGlobal() const { in isPixelAlignedToGlobal() function in SkBaseDevice
90 SkASSERT(this->isPixelAlignedToGlobal()); in getOrigin()
DSkDevice.h132 bool isPixelAlignedToGlobal() const;
DSkCanvas.cpp1312 if (this->topDevice()->isPixelAlignedToGlobal()) { in accessTopLayerPixels()
1600 if (device && device->isPixelAlignedToGlobal()) { in temporary_internal_getRgnClip()
/third_party/skia/src/utils/
DSkCanvasStateUtils.cpp191 if (!device->isPixelAlignedToGlobal()) { in CaptureCanvasState()