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

1 2 3 4 5

  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_cpu.cpp 35 result->poiAlphaMask.lockPixels();
41 baseline->lockPixels();
42 test->lockPixels();
SkCLImageDiffer.cpp 109 bitmap->lockPixels();
  /external/chromium/webkit/glue/
webkit_glue_unittest.cc 29 image.lockPixels();
  /external/skia/gm/
tinybitmap.cpp 25 bm.lockPixels();
bigmatrix.cpp 64 bmp.lockPixels();
clippedbitmapshaders.cpp 32 bmp.lockPixels();
samplerstress.cpp 56 fTexture.lockPixels();
  /external/chromium_org/cc/resources/
ui_resource_bitmap.cc 54 bitmap_.pixel_ref_->lockPixels();
resource_update_controller.cc 86 update.bitmap->lockPixels();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DiscardablePixelRef.cpp 63 dst->lockPixels();
LazyDecodingPixelRef.cpp 65 TRACE_EVENT_ASYNC_BEGIN0("webkit", "LazyDecodingPixelRef::lockPixels", this);
95 TRACE_EVENT_ASYNC_END0("webkit", "LazyDecodingPixelRef::lockPixels", this);
116 lockPixels();
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_Sprite.cpp 14 fSource->lockPixels();
SkDeviceLooper.cpp 71 fSubsetBitmap.lockPixels();
  /external/skia/src/core/
SkBlitter_Sprite.cpp 14 fSource->lockPixels();
SkDeviceLooper.cpp 71 fSubsetBitmap.lockPixels();
  /frameworks/base/native/graphics/jni/
bitmap.cpp 68 bm->lockPixels();
  /external/chromium_org/third_party/skia/src/utils/ios/
SkImageDecoder_iOS.mm 41 bm->lockPixels();
  /external/skia/src/utils/ios/
SkImageDecoder_iOS.mm 41 bm->lockPixels();
  /external/chromium_org/ui/gfx/ozone/dri/
dri_surface.cc 94 skia_device_->accessBitmap(false).lockPixels();
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageFrame.cpp 57 m_bitmap->bitmap().lockPixels();
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 46 access the actual pixel memory by calling lockPixels/unlockPixels.
67 /** Return the pixel memory returned from lockPixels, or null if the
86 void lockPixels();
87 /** Call to balanace a previous call to lockPixels(). Returns the pixels
95 * Some bitmaps can return a copy of their pixels for lockPixels(), but
  /external/chromium_org/third_party/skia/src/image/
SkImagePriv.cpp 46 bm.lockPixels();
  /external/skia/include/core/
SkPixelRef.h 46 access the actual pixel memory by calling lockPixels/unlockPixels.
67 /** Return the pixel memory returned from lockPixels, or null if the
86 void lockPixels();
87 /** Call to balanace a previous call to lockPixels(). Returns the pixels
95 * Some bitmaps can return a copy of their pixels for lockPixels(), but
  /external/skia/src/image/
SkImagePriv.cpp 46 bm.lockPixels();
  /external/chromium_org/content/test/
image_decoder_test.cc 57 web_image.getSkBitmap().lockPixels();
85 web_image.getSkBitmap().lockPixels();

Completed in 2594 milliseconds

1 2 3 4 5