Home
last modified time | relevance | path

Searched refs:accessTopLayerPixels (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/docs/examples/
H A DCanvas_accessTopLayerPixels_a.cpp7 if (canvas->accessTopLayerPixels(nullptr, nullptr)) { in REG_FIDDLE()
H A DImageInfo_empty_constructor.cpp11 (void) canvas->accessTopLayerPixels(&imageInfo, &rowBytes, &origin); in REG_FIDDLE()
H A DCanvas_accessTopLayerPixels_b.cpp17 uint32_t* access = (uint32_t*) canvas->accessTopLayerPixels(&imageInfo, &rowBytes, &origin); in REG_FIDDLE()
/third_party/skia/src/utils/
H A DSkPaintFilterCanvas.cpp271 void* addr = this->proxy()->accessTopLayerPixels(&info, &rowBytes); in onAccessTopLayerPixels()
/third_party/skia/modules/skottie/src/effects/
H A DMotionBlurEffect.cpp107 auto layer = (uint32_t*)canvas->accessTopLayerPixels(&info, &rowBytes); in renderToRaster8888Pow2Samples()
/third_party/skia/include/core/
H A DSkCanvas.h327 void* accessTopLayerPixels(SkImageInfo* info, size_t* rowBytes, SkIPoint* origin = nullptr);
/third_party/skia/src/core/
H A DSkCanvas.cpp1299 void* SkCanvas::accessTopLayerPixels(SkImageInfo* info, size_t* rowBytes, SkIPoint* origin) { in accessTopLayerPixels() function in SkCanvas
1313 // not the case. Until we update accessTopLayerPixels() to accept a coord space matrix in accessTopLayerPixels()

Completed in 12 milliseconds