HomeSort by relevance Sort by last modified time
    Searched defs:notifyPixelsChanged (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp 258 void SkPixelRef::notifyPixelsChanged() {
261 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 456 void SkBitmap::notifyPixelsChanged() const {
459 fPixelRef->notifyPixelsChanged();
794 return; // no change, so don't call notifyPixelsChanged()
797 this->notifyPixelsChanged();
    [all...]
  /external/skia/src/core/
SkPixelRef.cpp 258 void SkPixelRef::notifyPixelsChanged() {
261 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 456 void SkBitmap::notifyPixelsChanged() const {
459 fPixelRef->notifyPixelsChanged();
794 return; // no change, so don't call notifyPixelsChanged()
797 this->notifyPixelsChanged();
    [all...]

Completed in 309 milliseconds