Home
last modified time | relevance | path

Searched refs:notifyPixelsChanged (Results 1 – 14 of 14) sorted by relevance

/external/skia/tests/
DPixelRefTest.cpp81 pixelRef->notifyPixelsChanged(); in DEF_TEST()
88 pixelRef->notifyPixelsChanged(); in DEF_TEST()
94 pixelRef->notifyPixelsChanged(); in DEF_TEST()
100 pixelRef->notifyPixelsChanged(); in DEF_TEST()
DGrTextureMipMapInvalidationTest.cpp55 bitmap.notifyPixelsChanged(); in DEF_GPUTEST_FOR_NULL_CONTEXT()
DResourceCacheTest.cpp71 src.notifyPixelsChanged(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/gm/
Dimagetoyuvplanes.cpp99 yuvBmps[0].notifyPixelsChanged();
100 yuvBmps[1].notifyPixelsChanged();
101 yuvBmps[2].notifyPixelsChanged();
/external/skia/bench/
DBitmapScaleBench.cpp96 fInputBitmap.notifyPixelsChanged(); in doScaleImage()
DBitmapBench.cpp153 bitmap.notifyPixelsChanged(); in onDraw()
/external/skia/src/core/
DSkBitmapDevice.cpp145 fBitmap.notifyPixelsChanged(); in onAccessPixels()
174 fBitmap.notifyPixelsChanged(); in onWritePixels()
DSkPixelRef.cpp270 void SkPixelRef::notifyPixelsChanged() { in notifyPixelsChanged() function in SkPixelRef
DSkBitmap.cpp422 void SkBitmap::notifyPixelsChanged() const { in notifyPixelsChanged() function in SkBitmap
425 fPixelRef->notifyPixelsChanged(); in notifyPixelsChanged()
721 this->notifyPixelsChanged(); in erase()
DSkDevice.cpp51 bitmap.notifyPixelsChanged(); in accessBitmap()
/external/skia/include/core/
DSkPixelRef.h129 void notifyPixelsChanged();
DSkBitmap.h493 void notifyPixelsChanged() const;
/external/skia/src/image/
DSkSurface_Gpu.cpp39 surface->getDevice()->accessBitmap(false).notifyPixelsChanged(); in prepare_rt_for_external_access()
/external/skia/src/gpu/
DSkGpuDevice.cpp263 fLegacyBitmap.notifyPixelsChanged(); in onWritePixels()
278 fLegacyBitmap.notifyPixelsChanged(); in onAccessPixels()