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

  /external/skia/include/core/
SkPixelRef.h 32 access the actual pixel memory by calling lockPixels/unlockPixels.
40 /** Return the pixel memory returned from lockPixels, or null if the
56 void lockPixels();
57 /** Call to balanace a previous call to lockPixels(). Returns the pixels
SkDevice.h 85 virtual void lockPixels();
SkBitmap.h 247 void lockPixels() const;
249 previous call to lockPixels(). This allows pixelrefs that implement
460 // or a cache of the returned value from fPixelRef->lockPixels()
575 bitmap.lockPixels();
  /external/skia/src/core/
SkBlitter_Sprite.cpp 23 fSource->lockPixels();
SkDevice.cpp 9 void SkDevice::lockPixels() {
10 fBitmap.lockPixels();
SkPixelRef.cpp 36 void SkPixelRef::lockPixels() {
SkBitmapProcShader.cpp 38 fRawBitmap.lockPixels();
84 fState.fOrigBitmap.lockPixels();
SkBitmap.cpp 301 void SkBitmap::lockPixels() const {
303 fPixelRef->lockPixels();
442 // since we're already allocated, we lockPixels right away
443 dst->lockPixels();
464 this->lockPixels();
465 // if lockPixels failed, we may not have a ctable ptr
961 srcBM.lockPixels();
    [all...]
SkCanvas.cpp 82 device->lockPixels();
470 device->lockPixels();
    [all...]
  /external/webkit/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 116 m_bitmap.lockPixels();
  /frameworks/base/native/graphics/jni/
bitmap.cpp 68 bm->lockPixels();
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 92 bitmap->lockPixels();
SkBitmap_Mac.cpp 124 bm.lockPixels();
  /external/webkit/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp 107 image.lockPixels();
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 63 bitmap->lockPixels();
181 bm->lockPixels();
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 124 bm.lockPixels();
  /external/skia/src/images/
SkImageRef.cpp 62 bitmap->lockPixels();
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 374 bitmap->lockPixels();
413 bitmap->lockPixels();
578 bitmap->lockPixels();
Graphics.cpp 491 // since we're already allocated, we lockPixels right away
493 bitmap->lockPixels();
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 101 bitmap.lockPixels();
154 bitmap.lockPixels();
  /frameworks/base/core/jni/android/opengl/
util.cpp 659 bitmap.lockPixels();
707 bitmap.lockPixels();
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 493 bitmap.lockPixels();
518 nativeBitmap->lockPixels();
539 bitmap.lockPixels();
562 bitmap.lockPixels();
    [all...]
  /external/skia/src/gl/
SkGLDevice.cpp 176 bitmap.lockPixels();
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 294 ref->lockPixels();

Completed in 531 milliseconds