Searched refs:lockPixels (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium/webkit/glue/
H A Dwebkit_glue_unittest.cc29 image.lockPixels();
/external/skia/samplecode/
H A DSampleTinyBitmap.cpp22 bm.lockPixels();
H A DSampleImage.cpp80 bool success = bm.lockPixels();
85 success = bm.lockPixels();
H A DSampleDash.cpp15 bm.lockPixels();
H A DSampleExtractAlpha.cpp21 bm.lockPixels();
H A DSampleBlur.cpp22 bm.lockPixels();
H A DSampleDitherBitmap.cpp62 bm.lockPixels();
/external/skia/src/core/
H A DSkBlitter_Sprite.cpp22 fSource->lockPixels();
H A DSkPixelRef.cpp47 void SkPixelRef::lockPixels() { function in class:SkPixelRef
H A DSkBitmapProcShader.cpp38 fRawBitmap.lockPixels();
86 fState.fOrigBitmap.lockPixels();
H A DSkDevice.cpp73 void SkDevice::lockPixels() { function in class:SkDevice
74 fBitmap.lockPixels();
H A DSkBitmap.cpp335 void SkBitmap::lockPixels() const { function in class:SkBitmap
337 fPixelRef->lockPixels();
440 // since we're already allocated, we lockPixels right away
441 dst->lockPixels();
556 this->lockPixels();
557 // if lockPixels failed, we may not have a ctable ptr
1122 srcBM.lockPixels();
1475 this->lockPixels();
/external/webkit/Source/WebCore/platform/chromium/
H A DDragImageChromiumSkia.cpp77 image->lockPixels();
/external/webkit/Source/WebCore/platform/image-decoders/skia/
H A DImageDecoderSkia.cpp53 m_bitmap.lockPixels();
/external/skia/gm/
H A Dnocolorbleed.cpp34 sprite.lockPixels();
/external/skia/include/core/
H A DSkPixelRef.h37 access the actual pixel memory by calling lockPixels/unlockPixels.
45 /** Return the pixel memory returned from lockPixels, or null if the
61 void lockPixels();
62 /** Call to balanace a previous call to lockPixels(). Returns the pixels
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DPlatformCanvas.cpp70 m_bitmap->lockPixels();
/external/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp88 bitmap->lockPixels();
H A DSkBitmap_Mac.cpp124 bm.lockPixels();
/external/chromium/chrome/browser/webdata/
H A Dweb_apps_table_unittest.cc105 images[0].lockPixels();
/external/skia/src/images/
H A DSkImageRef.cpp62 bitmap->lockPixels();
/external/skia/src/ports/
H A DSkImageDecoder_CG.cpp76 bm->lockPixels();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageTexture.cpp146 bitmap->lockPixels();
H A DGLUtils.cpp469 bitmap.lockPixels();
503 bitmap.lockPixels();
534 bitmap.lockPixels();
/external/chromium/webkit/glue/media/
H A Dvideo_renderer_impl.cc168 bitmap_.lockPixels();
282 bitmap.lockPixels();

Completed in 353 milliseconds

12