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

  /external/skia/src/core/
SkPixelRef.cpp 151 void SkPixelRef::notifyPixelsChanged() {
154 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 420 void SkBitmap::notifyPixelsChanged() const {
423 fPixelRef->notifyPixelsChanged();
823 this->notifyPixelsChanged();
    [all...]
  /external/skia/legacy/src/core/
SkPixelRef.cpp 134 void SkPixelRef::notifyPixelsChanged() {
137 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 411 void SkBitmap::notifyPixelsChanged() const {
414 fPixelRef->notifyPixelsChanged();
741 this->notifyPixelsChanged();
    [all...]

Completed in 37 milliseconds