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 259 void SkPixelRef::notifyPixelsChanged() {
262 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 516 void SkBitmap::notifyPixelsChanged() const {
519 fPixelRef->notifyPixelsChanged();
854 this->notifyPixelsChanged();
    [all...]
  /external/skia/src/core/
SkPixelRef.cpp 259 void SkPixelRef::notifyPixelsChanged() {
262 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 516 void SkBitmap::notifyPixelsChanged() const {
519 fPixelRef->notifyPixelsChanged();
854 this->notifyPixelsChanged();
    [all...]

Completed in 71 milliseconds