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 177 void SkPixelRef::notifyPixelsChanged() {
180 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 420 void SkBitmap::notifyPixelsChanged() const {
423 fPixelRef->notifyPixelsChanged();
845 this->notifyPixelsChanged();
    [all...]
  /external/skia/src/core/
SkPixelRef.cpp 177 void SkPixelRef::notifyPixelsChanged() {
180 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 420 void SkBitmap::notifyPixelsChanged() const {
423 fPixelRef->notifyPixelsChanged();
845 this->notifyPixelsChanged();
    [all...]

Completed in 230 milliseconds