OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyPixelsChanged
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmap_scroll.cpp
121
this->
notifyPixelsChanged
();
SkPixelRef.cpp
177
void SkPixelRef::
notifyPixelsChanged
() {
180
SkDebugf("==========
notifyPixelsChanged
called on immutable pixelref");
SkBitmap.cpp
420
void SkBitmap::
notifyPixelsChanged
() const {
423
fPixelRef->
notifyPixelsChanged
();
845
this->
notifyPixelsChanged
();
[
all
...]
SkDevice.cpp
140
bitmap.
notifyPixelsChanged
();
/external/skia/src/core/
SkBitmap_scroll.cpp
121
this->
notifyPixelsChanged
();
SkPixelRef.cpp
177
void SkPixelRef::
notifyPixelsChanged
() {
180
SkDebugf("==========
notifyPixelsChanged
called on immutable pixelref");
SkBitmap.cpp
420
void SkBitmap::
notifyPixelsChanged
() const {
423
fPixelRef->
notifyPixelsChanged
();
845
this->
notifyPixelsChanged
();
[
all
...]
SkDevice.cpp
140
bitmap.
notifyPixelsChanged
();
/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
89
pixelref. Each time the pixels are changed (and
notifyPixelsChanged
is
98
void
notifyPixelsChanged
();
SkBitmap.h
377
pixelref. Each time the pixels are changed (and
notifyPixelsChanged
387
void
notifyPixelsChanged
() const;
/external/skia/include/core/
SkPixelRef.h
89
pixelref. Each time the pixels are changed (and
notifyPixelsChanged
is
98
void
notifyPixelsChanged
();
SkBitmap.h
377
pixelref. Each time the pixels are changed (and
notifyPixelsChanged
387
void
notifyPixelsChanged
() const;
/external/skia/tests/
ResourceCacheTest.cpp
50
src.
notifyPixelsChanged
();
DeferredCanvasTest.cpp
465
sourceImage.
notifyPixelsChanged
(); // to force re-serialization
576
sourceImages[1].
notifyPixelsChanged
();
[
all
...]
/external/skia/src/images/
SkFlipPixelRef.cpp
59
this->
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
();
667
bitmap->
notifyPixelsChanged
();
699
bitmap->
notifyPixelsChanged
();
BitmapFactory.cpp
459
outputBitmap->
notifyPixelsChanged
();
/external/chromium_org/media/filters/
skcanvas_video_renderer.cc
274
bitmap->
notifyPixelsChanged
();
/external/skia/bench/
BitmapBench.cpp
161
bitmap.
notifyPixelsChanged
();
/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
...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp
[
all
...]
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
597
bitmap.
notifyPixelsChanged
();
[
all
...]
Completed in 1546 milliseconds