Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds