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 226 void SkPixelRef::notifyPixelsChanged() {
229 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 396 void SkBitmap::notifyPixelsChanged() const {
399 fPixelRef->notifyPixelsChanged();
730 return; // no change, so don't call notifyPixelsChanged()
733 this->notifyPixelsChanged();
    [all...]
  /external/skia/src/core/
SkPixelRef.cpp 271 void SkPixelRef::notifyPixelsChanged() {
274 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 452 milliseconds