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

1 2 3 4

  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_cpu.cpp 57 test->unlockPixels();
58 baseline->unlockPixels();
61 result->poiAlphaMask.unlockPixels();
SkCLImageDiffer.cpp 114 bitmap->unlockPixels();
  /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 27 bm.unlockPixels();
bigmatrix.cpp 70 bmp.unlockPixels();
clippedbitmapshaders.cpp 38 bmp.unlockPixels();
samplerstress.cpp 72 fTexture.unlockPixels();
  /external/chromium_org/cc/resources/
ui_resource_bitmap.cc 58 bitmap_.pixel_ref_->unlockPixels();
resource_update_controller.cc 93 update.bitmap->unlockPixels();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
LazyDecodingPixelRef.cpp 117 unlockPixels();
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_Sprite.cpp 18 fSource->unlockPixels();
  /external/skia/src/core/
SkBlitter_Sprite.cpp 18 fSource->unlockPixels();
  /external/chromium_org/third_party/skia/src/utils/ios/
SkImageDecoder_iOS.mm 51 bm->unlockPixels();
  /external/skia/src/utils/ios/
SkImageDecoder_iOS.mm 51 bm->unlockPixels();
  /external/chromium_org/ui/gfx/ozone/dri/
dri_surface.cc 89 skia_device_->accessBitmap(false).unlockPixels();
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 46 access the actual pixel memory by calling lockPixels/unlockPixels.
84 to unlockPixels().
92 void unlockPixels();
98 * modifications will be lost when unlockPixels() is called.)
SkDevice.h 163 this->unlockPixels();
342 to unlockPixels() when the device is removed from a Canvas.
345 virtual void unlockPixels() = 0;
  /external/chromium_org/third_party/skia/src/image/
SkImagePriv.cpp 50 bm.unlockPixels();
  /external/skia/include/core/
SkPixelRef.h 46 access the actual pixel memory by calling lockPixels/unlockPixels.
84 to unlockPixels().
92 void unlockPixels();
98 * modifications will be lost when unlockPixels() is called.)
SkDevice.h 163 this->unlockPixels();
342 to unlockPixels() when the device is removed from a Canvas.
345 virtual void unlockPixels() = 0;
  /external/skia/src/image/
SkImagePriv.cpp 50 bm.unlockPixels();
  /external/chromium_org/content/test/
image_decoder_test.cc 67 web_image.getSkBitmap().unlockPixels();
102 web_image.getSkBitmap().unlockPixels();
  /external/chromium_org/ui/gfx/
skia_util.cc 150 bitmap1.unlockPixels();
155 bitmap2.unlockPixels();
  /external/chromium/chrome/browser/webdata/
web_apps_table_unittest.cc 110 images[0].unlockPixels();

Completed in 400 milliseconds

1 2 3 4