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

  /frameworks/base/native/graphics/jni/
bitmap.cpp 91 // notifyPixelsChanged() needs be called to apply writes to GL-backed
95 bm->notifyPixelsChanged();
  /external/skia/include/core/
SkPixelRef.h 91 pixelref. Each time the pixels are changed (and notifyPixelsChanged is
100 void notifyPixelsChanged();
SkBitmap.h 353 changed (and notifyPixelsChanged is called), a different generation ID
362 void notifyPixelsChanged() const;
    [all...]
  /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...]
SkDevice.cpp 82 bitmap.notifyPixelsChanged();
  /external/skia/src/images/
SkFlipPixelRef.cpp 59 this->notifyPixelsChanged();
SkImageDecoder_libjpeg.cpp 362 bm->notifyPixelsChanged();
454 bm->notifyPixelsChanged();
    [all...]
SkImageDecoder_libpng.cpp 426 decodedBitmap->notifyPixelsChanged();
    [all...]
  /external/skia/bench/
BitmapBench.cpp 174 bitmap.notifyPixelsChanged();
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 104 dstBitmap.notifyPixelsChanged();
551 bitmap->notifyPixelsChanged();
583 bitmap->notifyPixelsChanged();
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 231 readbackBitmap->notifyPixelsChanged();
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp 470 fCache32PixelRef->notifyPixelsChanged();
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 585 bitmap.notifyPixelsChanged();
    [all...]

Completed in 352 milliseconds