OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyPixelsChanged
(Results
1 - 25
of
25
) sorted by null
/external/skia/tests/
PixelRefTest.cpp
65
pixelRef->
notifyPixelsChanged
();
71
// Our listener was dropped in the first call to
notifyPixelsChanged
(). This is a no-op.
72
pixelRef->
notifyPixelsChanged
();
78
pixelRef->
notifyPixelsChanged
();
84
pixelRef->
notifyPixelsChanged
();
ResourceCacheTest.cpp
50
src.
notifyPixelsChanged
();
DeferredCanvasTest.cpp
465
sourceImage.
notifyPixelsChanged
(); // to force re-serialization
576
sourceImages[1].
notifyPixelsChanged
();
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkBitmap_scroll.cpp
121
this->
notifyPixelsChanged
();
SkDevice.cpp
71
bitmap.
notifyPixelsChanged
();
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/
SkBitmap_scroll.cpp
121
this->
notifyPixelsChanged
();
SkDevice.cpp
71
bitmap.
notifyPixelsChanged
();
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
...]
/frameworks/base/native/graphics/jni/
bitmap.cpp
91
//
notifyPixelsChanged
() needs be called to apply writes to GL-backed
95
bm->
notifyPixelsChanged
();
/external/chromium_org/third_party/skia/include/core/
SkPixelRef.h
103
pixelref. Each time the pixels are changed (and
notifyPixelsChanged
is
112
void
notifyPixelsChanged
();
SkBitmap.h
385
pixelref. Each time the pixels are changed (and
notifyPixelsChanged
395
void
notifyPixelsChanged
() const;
/external/skia/include/core/
SkPixelRef.h
103
pixelref. Each time the pixels are changed (and
notifyPixelsChanged
is
112
void
notifyPixelsChanged
();
SkBitmap.h
385
pixelref. Each time the pixels are changed (and
notifyPixelsChanged
395
void
notifyPixelsChanged
() const;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageFrame.h
195
m_bitmap->bitmap().
notifyPixelsChanged
();
/frameworks/base/core/jni/android/graphics/
Bitmap.cpp
137
dstBitmap.
notifyPixelsChanged
();
369
//
notifyPixelsChanged
will increment the generation ID even though the actual pixel data
372
ref->
notifyPixelsChanged
();
673
bitmap->
notifyPixelsChanged
();
705
bitmap->
notifyPixelsChanged
();
BitmapFactory.cpp
476
outputBitmap->
notifyPixelsChanged
();
/external/chromium_org/media/filters/
skcanvas_video_renderer.cc
283
bitmap->
notifyPixelsChanged
();
/external/skia/bench/
BitmapBench.cpp
149
bitmap.
notifyPixelsChanged
();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp
[
all
...]
/external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp
267
fCache32PixelRef->
notifyPixelsChanged
();
[
all
...]
/external/skia/src/effects/gradients/
SkGradientShader.cpp
267
fCache32PixelRef->
notifyPixelsChanged
();
[
all
...]
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
597
bitmap.
notifyPixelsChanged
();
[
all
...]
Completed in 89 milliseconds