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 270 void SkPixelRef::notifyPixelsChanged() {
273 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 456 void SkBitmap::notifyPixelsChanged() const {
459 fPixelRef->notifyPixelsChanged();
620 this->notifyPixelsChanged();
    [all...]

Completed in 96 milliseconds