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

1 2

  /external/skia/tests/
PixelRefTest.cpp 81 pixelRef->notifyPixelsChanged();
87 // Our listener was dropped in the first call to notifyPixelsChanged(). This is a no-op.
88 pixelRef->notifyPixelsChanged();
94 pixelRef->notifyPixelsChanged();
100 pixelRef->notifyPixelsChanged();
  /external/skqp/tests/
PixelRefTest.cpp 81 pixelRef->notifyPixelsChanged();
87 // Our listener was dropped in the first call to notifyPixelsChanged(). This is a no-op.
88 pixelRef->notifyPixelsChanged();
94 pixelRef->notifyPixelsChanged();
100 pixelRef->notifyPixelsChanged();
  /external/skia/src/core/
SkPixelRef.cpp 66 this->notifyPixelsChanged();
116 void SkPixelRef::notifyPixelsChanged() {
119 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 323 void SkBitmap::notifyPixelsChanged() const {
326 fPixelRef->notifyPixelsChanged();
428 this->notifyPixelsChanged();
503 this->notifyPixelsChanged();
SkBitmapDevice.cpp 142 fBitmap.notifyPixelsChanged();
164 fBitmap.notifyPixelsChanged();
  /external/skqp/src/core/
SkPixelRef.cpp 66 this->notifyPixelsChanged();
116 void SkPixelRef::notifyPixelsChanged() {
119 SkDebugf("========== notifyPixelsChanged called on immutable pixelref");
SkBitmap.cpp 323 void SkBitmap::notifyPixelsChanged() const {
326 fPixelRef->notifyPixelsChanged();
428 this->notifyPixelsChanged();
SkBitmapDevice.cpp 142 fBitmap.notifyPixelsChanged();
164 fBitmap.notifyPixelsChanged();
  /external/skia/gm/
overdrawcolorfilter.cpp 20 bitmap->notifyPixelsChanged();
gammaencodedpremul.cpp 83 bitmap.notifyPixelsChanged();
96 bitmap.notifyPixelsChanged();
  /external/skia/include/core/
SkPixelRef.h 43 pixelref. Each time the pixels are changed (and notifyPixelsChanged is
65 void notifyPixelsChanged();
SkBitmap.h 750 Returns a different value after notifyPixelsChanged() has been called.
762 void notifyPixelsChanged() const;
    [all...]
  /external/skqp/gm/
overdrawcolorfilter.cpp 20 bitmap->notifyPixelsChanged();
gammaencodedpremul.cpp 83 bitmap.notifyPixelsChanged();
96 bitmap.notifyPixelsChanged();
  /external/skqp/include/core/
SkPixelRef.h 43 pixelref. Each time the pixels are changed (and notifyPixelsChanged is
65 void notifyPixelsChanged();
SkBitmap.h 760 Returns a different value after notifyPixelsChanged() has been called.
772 void notifyPixelsChanged() const;
    [all...]
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 112 skBitmap.notifyPixelsChanged();
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLReadback.cpp 131 bitmap->notifyPixelsChanged();
SkiaOpenGLPipeline.cpp 161 bitmap->notifyPixelsChanged();
177 bitmap->notifyPixelsChanged();
  /frameworks/base/libs/hwui/tests/unit/
SkiaBehaviorTests.cpp 58 bitmap.notifyPixelsChanged();
  /external/skia/bench/
BitmapBench.cpp 97 bitmap.notifyPixelsChanged();
  /external/skia/src/android/
SkAnimatedImage.cpp 293 fDisplayFrame.fBitmap.notifyPixelsChanged();
  /external/skqp/bench/
BitmapBench.cpp 97 bitmap.notifyPixelsChanged();
  /frameworks/base/libs/hwui/
OpenGLReadback.cpp 230 bitmap->notifyPixelsChanged();
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 298 pixelRef.notifyPixelsChanged();
480 dstBitmap.notifyPixelsChanged();
    [all...]

Completed in 546 milliseconds

1 2