Searched refs:notifyPixelsChanged (Results 1 - 12 of 12) sorted by relevance

/external/skia/tests/
H A DPixelRefTest.cpp81 pixelRef->notifyPixelsChanged();
87 // Our listener was dropped in the first call to notifyPixelsChanged(). This is a no-op.
88 pixelRef->notifyPixelsChanged();
94 pixelRef->notifyPixelsChanged();
100 pixelRef->notifyPixelsChanged();
H A DImageTest.cpp209 bm.notifyPixelsChanged(); // force a new generation ID
H A DResourceCacheTest.cpp72 src.notifyPixelsChanged();
/external/skia/gm/
H A Dimagetoyuvplanes.cpp99 yuvBmps[0].notifyPixelsChanged();
100 yuvBmps[1].notifyPixelsChanged();
101 yuvBmps[2].notifyPixelsChanged();
H A Doverdrawcolorfilter.cpp20 bitmap->notifyPixelsChanged();
/external/skia/bench/
H A DBitmapScaleBench.cpp96 fInputBitmap.notifyPixelsChanged();
H A DBitmapBench.cpp153 bitmap.notifyPixelsChanged();
/external/skia/include/core/
H A DSkPixelRef.h106 pixelref. Each time the pixels are changed (and notifyPixelsChanged is
128 void notifyPixelsChanged();
133 * changed, then you must explicitly call notifyPixelsChanged() as well.
H A DSkBitmap.h494 pixelref. Each time the pixels are changed (and notifyPixelsChanged
504 void notifyPixelsChanged() const;
/external/skia/src/core/
H A DSkPixelRef.cpp270 void SkPixelRef::notifyPixelsChanged() { function in class:SkPixelRef
273 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
H A DSkBitmapDevice.cpp149 fBitmap.notifyPixelsChanged();
173 fBitmap.notifyPixelsChanged();
H A DSkBitmap.cpp456 void SkBitmap::notifyPixelsChanged() const { function in class:SkBitmap
459 fPixelRef->notifyPixelsChanged();
620 this->notifyPixelsChanged();

Completed in 262 milliseconds