/third_party/skia/tests/ |
D | PixelRefTest.cpp | 82 pixelRef->notifyPixelsChanged(); in DEF_TEST() 89 pixelRef->notifyPixelsChanged(); in DEF_TEST() 95 pixelRef->notifyPixelsChanged(); in DEF_TEST() 104 pixelRef->notifyPixelsChanged(); in DEF_TEST() 120 pixelRef->notifyPixelsChanged(); in DEF_TEST()
|
D | ImageTest.cpp | 214 bm.notifyPixelsChanged(); // force a new generation ID in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | PixelRefTest.cpp | 81 pixelRef->notifyPixelsChanged(); in DEF_TEST() 88 pixelRef->notifyPixelsChanged(); in DEF_TEST() 94 pixelRef->notifyPixelsChanged(); in DEF_TEST() 100 pixelRef->notifyPixelsChanged(); in DEF_TEST()
|
D | ImageTest.cpp | 207 bm.notifyPixelsChanged(); // force a new generation ID in DEF_TEST()
|
D | ResourceCacheTest.cpp | 68 src.notifyPixelsChanged(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/src/core/ |
D | SkPixelRef.cpp | 53 this->notifyPixelsChanged(); in android_only_reset() 100 void SkPixelRef::notifyPixelsChanged() { in notifyPixelsChanged() function in SkPixelRef
|
D | SkBitmap.cpp | 346 void SkBitmap::notifyPixelsChanged() const { in notifyPixelsChanged() function in SkBitmap 349 fPixelRef->notifyPixelsChanged(); in notifyPixelsChanged() 415 this->notifyPixelsChanged(); in erase() 490 this->notifyPixelsChanged(); in writePixels()
|
D | SkBitmapDevice.cpp | 321 fBitmap.notifyPixelsChanged(); in onAccessPixels() 343 fBitmap.notifyPixelsChanged(); in onWritePixels()
|
/third_party/flutter/skia/src/core/ |
D | SkPixelRef.cpp | 53 this->notifyPixelsChanged(); in android_only_reset() 103 void SkPixelRef::notifyPixelsChanged() { in notifyPixelsChanged() function in SkPixelRef
|
D | SkBitmap.cpp | 348 void SkBitmap::notifyPixelsChanged() const { in notifyPixelsChanged() function in SkBitmap 351 fPixelRef->notifyPixelsChanged(); in notifyPixelsChanged() 429 this->notifyPixelsChanged(); in erase() 502 this->notifyPixelsChanged(); in writePixels()
|
D | SkBitmapDevice.cpp | 312 fBitmap.notifyPixelsChanged(); in onAccessPixels() 334 fBitmap.notifyPixelsChanged(); in onWritePixels()
|
/third_party/flutter/skia/docs/examples/ |
D | Bitmap_notifyPixelsChanged.cpp | 15 bitmap.notifyPixelsChanged(); in draw()
|
/third_party/skia/docs/examples/ |
D | Bitmap_notifyPixelsChanged.cpp | 15 bitmap.notifyPixelsChanged(); in draw()
|
/third_party/skia/include/core/ |
D | SkPixelRef.h | 54 void notifyPixelsChanged();
|
D | SkBitmap.h | 760 void notifyPixelsChanged() const;
|
/third_party/flutter/skia/include/core/ |
D | SkPixelRef.h | 54 void notifyPixelsChanged();
|
D | SkBitmap.h | 744 void notifyPixelsChanged() const;
|
/third_party/flutter/skia/gm/ |
D | overdrawcolorfilter.cpp | 29 bitmap->notifyPixelsChanged(); in set_bitmap()
|
/third_party/skia/gm/ |
D | overdrawcolorfilter.cpp | 30 bitmap->notifyPixelsChanged(); in set_bitmap()
|
D | yuv420_odd_dim.cpp | 38 bmp.notifyPixelsChanged(); in make_image()
|
/third_party/flutter/skia/bench/ |
D | PDFBench.cpp | 384 background.notifyPixelsChanged(); in big_pdf_test()
|
D | BitmapBench.cpp | 98 bitmap.notifyPixelsChanged(); in onDraw()
|
/third_party/skia/src/android/ |
D | SkAnimatedImage.cpp | 315 fDisplayFrame.fBitmap.notifyPixelsChanged(); in decodeNextFrame()
|
/third_party/skia/bench/ |
D | PDFBench.cpp | 385 background.notifyPixelsChanged(); in big_pdf_test()
|
/third_party/flutter/skia/src/android/ |
D | SkAnimatedImage.cpp | 312 fDisplayFrame.fBitmap.notifyPixelsChanged(); in decodeNextFrame()
|