Searched defs:notifyPixelsChanged (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp226 void SkPixelRef::notifyPixelsChanged() { function in class:SkPixelRef
229 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
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();
/external/skia/src/core/
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();

Completed in 91 milliseconds