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

12

/external/chromium_org/third_party/skia/tests/
H A DPixelRefTest.cpp26 pixelRef->notifyPixelsChanged();
32 // Our listener was dropped in the first call to notifyPixelsChanged(). This is a no-op.
33 pixelRef->notifyPixelsChanged();
39 pixelRef->notifyPixelsChanged();
45 pixelRef->notifyPixelsChanged();
H A DResourceCacheTest.cpp50 src.notifyPixelsChanged();
/external/skia/tests/
H A DPixelRefTest.cpp26 pixelRef->notifyPixelsChanged();
32 // Our listener was dropped in the first call to notifyPixelsChanged(). This is a no-op.
33 pixelRef->notifyPixelsChanged();
39 pixelRef->notifyPixelsChanged();
45 pixelRef->notifyPixelsChanged();
H A DResourceCacheTest.cpp49 src.notifyPixelsChanged();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DWebGLImageBufferSurface.cpp70 m_bitmap.pixelRef()->notifyPixelsChanged();
/external/chromium_org/third_party/skia/bench/
H A DBitmapScaleBench.cpp96 fInputBitmap.notifyPixelsChanged();
H A DETCBitmapBench.cpp213 pr->notifyPixelsChanged();
H A DBitmapBench.cpp143 bitmap.notifyPixelsChanged();
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap_scroll.cpp103 this->notifyPixelsChanged();
H A DSkPixelRef.cpp226 void SkPixelRef::notifyPixelsChanged() { function in class:SkPixelRef
229 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
H A DSkDevice.cpp59 bitmap.notifyPixelsChanged();
H A DSkBitmap.cpp396 void SkBitmap::notifyPixelsChanged() const { function in class:SkBitmap
399 fPixelRef->notifyPixelsChanged();
730 return; // no change, so don't call notifyPixelsChanged()
733 this->notifyPixelsChanged();
H A DSkBitmapDevice.cpp163 fBitmap.notifyPixelsChanged();
/external/skia/bench/
H A DBitmapScaleBench.cpp96 fInputBitmap.notifyPixelsChanged();
H A DETCBitmapBench.cpp216 pr->notifyPixelsChanged();
H A DBitmapBench.cpp145 bitmap.notifyPixelsChanged();
/external/skia/src/core/
H A DSkBitmap_scroll.cpp103 this->notifyPixelsChanged();
H A DSkDevice.cpp59 bitmap.notifyPixelsChanged();
H A DSkPixelRef.cpp271 void SkPixelRef::notifyPixelsChanged() { function in class:SkPixelRef
274 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
H A DSkBitmap.cpp456 void SkBitmap::notifyPixelsChanged() const { function in class:SkBitmap
459 fPixelRef->notifyPixelsChanged();
794 return; // no change, so don't call notifyPixelsChanged()
797 this->notifyPixelsChanged();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageFrame.h203 m_bitmap.notifyPixelsChanged();
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h125 pixelref. Each time the pixels are changed (and notifyPixelsChanged is
135 void notifyPixelsChanged();
140 * changed, then you must explicitly call notifyPixelsChanged() as well.
H A DSkBitmap.h462 pixelref. Each time the pixels are changed (and notifyPixelsChanged
472 void notifyPixelsChanged() const;
/external/skia/include/core/
H A DSkPixelRef.h124 pixelref. Each time the pixels are changed (and notifyPixelsChanged is
145 void notifyPixelsChanged();
150 * changed, then you must explicitly call notifyPixelsChanged() as well.
H A DSkBitmap.h499 pixelref. Each time the pixels are changed (and notifyPixelsChanged
509 void notifyPixelsChanged() const;

Completed in 676 milliseconds

12