Home
last modified time | relevance | path

Searched refs:accessPixels (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkCanvasStateUtils.cpp185 if (!layer.device()->accessPixels(&pmap) || 0 == pmap.width() || 0 == pmap.height()) { in CaptureCanvasState()
/third_party/skia/src/core/
DSkBitmapDevice.cpp72 if (!dev->accessPixels(&fRootPixmap)) { in SkDrawTiler()
191 if (!dev->accessPixels(&fDst)) { in BDDraw()
DSkDevice.h101 bool accessPixels(SkPixmap* pmap);
DSkDevice.cpp381 bool SkBaseDevice::accessPixels(SkPixmap* pmap) { in accessPixels() function in SkBaseDevice
DSkCanvas.cpp1322 return this->topDevice()->accessPixels(pmap); in onAccessTopLayerPixels()
/third_party/skia/src/utils/
DSkCanvasStateUtils.cpp187 if (!device->accessPixels(&pmap) || 0 == pmap.width() || 0 == pmap.height()) { in CaptureCanvasState()
/third_party/flutter/skia/src/core/
DSkBitmapDevice.cpp72 if (!dev->accessPixels(&fRootPixmap)) { in SkDrawTiler()
191 if (!dev->accessPixels(&fDst)) { in BDDraw()
DSkDevice.h83 bool accessPixels(SkPixmap* pmap);
DSkDevice.cpp343 bool SkBaseDevice::accessPixels(SkPixmap* pmap) { in accessPixels() function in SkBaseDevice
DSkCanvas.cpp1256 return dev && dev->accessPixels(pmap); in onAccessTopLayerPixels()