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 252 void SkPixelRef::notifyPixelsChanged() {
255 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 396 void SkBitmap::notifyPixelsChanged() const {
399 fPixelRef->notifyPixelsChanged();
749 return; // no change, so don't call notifyPixelsChanged()
752 this->notifyPixelsChanged();
    [all...]

Completed in 36 milliseconds