Searched refs:isPixelAlignedToGlobal (Results 1 – 4 of 4) sorted by relevance
74 bool SkBaseDevice::isPixelAlignedToGlobal() const { in isPixelAlignedToGlobal() function in SkBaseDevice90 SkASSERT(this->isPixelAlignedToGlobal()); in getOrigin()
132 bool isPixelAlignedToGlobal() const;
1312 if (this->topDevice()->isPixelAlignedToGlobal()) { in accessTopLayerPixels()1600 if (device && device->isPixelAlignedToGlobal()) { in temporary_internal_getRgnClip()
191 if (!device->isPixelAlignedToGlobal()) { in CaptureCanvasState()