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

  /external/skia/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 36 milliseconds