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

1 2

  /frameworks/base/native/graphics/jni/
bitmap.cpp 71 bm->unlockPixels();
97 bm->unlockPixels();
  /external/chromium/webkit/glue/
webkit_glue_unittest.cc 34 image.unlockPixels();
  /external/skia/gm/
tinybitmap.cpp 30 bm.unlockPixels();
nocolorbleed.cpp 42 sprite.unlockPixels();
  /external/skia/samplecode/
SampleTinyBitmap.cpp 36 bm.unlockPixels();
SampleImage.cpp 90 bm.unlockPixels();
95 bm.unlockPixels();
SampleDash.cpp 26 bm.unlockPixels();
SampleTextureDomain.cpp 25 bm.unlockPixels();
SampleBlur.cpp 47 bm.unlockPixels();
SampleDitherBitmap.cpp 76 bm.unlockPixels();
  /external/skia/src/core/
SkBlitter_Sprite.cpp 18 fSource->unlockPixels();
SkBitmapProcShader.cpp 49 fRawBitmap.unlockPixels();
99 fState.fOrigBitmap.unlockPixels();
SkPixelRef.cpp 104 void SkPixelRef::unlockPixels() {
  /external/webkit/Source/WebCore/platform/chromium/
DragImageChromiumSkia.cpp 89 image->unlockPixels();
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 417 bitmap.unlockPixels();
515 bitmap.unlockPixels();
531 bitmap.unlockPixels();
563 bitmap.unlockPixels();
632 subset.unlockPixels();
633 sourceBitmap.unlockPixels();
644 subset.unlockPixels();
645 sourceBitmap.unlockPixels();
  /external/skia/include/core/
SkPixelRef.h 49 access the actual pixel memory by calling lockPixels/unlockPixels.
72 to unlockPixels().
80 void unlockPixels();
86 * modifications will be lost when unlockPixels() is called.)
SkDevice.h 310 to unlockPixels() when the device is removed from a Canvas.
313 virtual void unlockPixels();
SkBitmap.h 312 in the pixelref. Balance it with a call to unlockPixels(). These calls
321 void unlockPixels() const;
327 * modifications will be lost when unlockPixels() is called.)
735 fBitmap.unlockPixels();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp 86 m_bitmap->unlockPixels();
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 195 bitmap.unlockPixels();
  /external/chromium/chrome/browser/webdata/
web_apps_table_unittest.cc 110 images[0].unlockPixels();
  /external/skia/src/gpu/
SkGrTexturePixelRef.cpp 42 fBitmap.unlockPixels();
  /external/skia/src/images/
SkImageRef.cpp 71 bitmap->unlockPixels();
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 87 bm->unlockPixels();
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 182 bitmap_.unlockPixels();
300 bitmap.unlockPixels();

Completed in 198 milliseconds

1 2