Home
last modified time | relevance | path

Searched refs:notifyPixelsChanged (Results 1 – 12 of 12) 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()
DImageTest.cpp209 bm.notifyPixelsChanged(); // force a new generation ID in DEF_TEST()
DResourceCacheTest.cpp72 src.notifyPixelsChanged(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/gm/
Dimagetoyuvplanes.cpp99 yuvBmps[0].notifyPixelsChanged();
100 yuvBmps[1].notifyPixelsChanged();
101 yuvBmps[2].notifyPixelsChanged();
Doverdrawcolorfilter.cpp20 bitmap->notifyPixelsChanged(); in set_bitmap()
/external/skia/bench/
DBitmapScaleBench.cpp96 fInputBitmap.notifyPixelsChanged(); in doScaleImage()
DBitmapBench.cpp153 bitmap.notifyPixelsChanged(); in onDraw()
/external/skia/include/core/
DSkPixelRef.h128 void notifyPixelsChanged();
DSkBitmap.h504 void notifyPixelsChanged() const;
/external/skia/src/core/
DSkBitmapDevice.cpp149 fBitmap.notifyPixelsChanged(); in onAccessPixels()
173 fBitmap.notifyPixelsChanged(); in onWritePixels()
DSkPixelRef.cpp270 void SkPixelRef::notifyPixelsChanged() { in notifyPixelsChanged() function in SkPixelRef
DSkBitmap.cpp456 void SkBitmap::notifyPixelsChanged() const { in notifyPixelsChanged() function in SkBitmap
459 fPixelRef->notifyPixelsChanged(); in notifyPixelsChanged()
620 this->notifyPixelsChanged(); in erase()