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

12

/external/skia/gm/
H A Dtinybitmap.cpp26 bm.lockPixels();
/external/skia/src/utils/ios/
H A DSkImageDecoder_iOS.mm41 bm->lockPixels();
/external/skia/samplecode/
H A DSampleTinyBitmap.cpp30 bm.lockPixels();
H A DSampleDash.cpp21 bm.lockPixels();
H A DSampleBlur.cpp31 bm.lockPixels();
H A DSampleDitherBitmap.cpp67 bm.lockPixels();
H A DSampleVertices.cpp35 bm.lockPixels();
/external/skia/src/core/
H A DSkBlitter_Sprite.cpp13 fSource->lockPixels();
H A DSkPixelRef.cpp155 bool SkPixelRef::lockPixels(LockRec* rec) { function in class:SkPixelRef
178 bool SkPixelRef::lockPixels() { function in class:SkPixelRef
180 return this->lockPixels(&rec);
H A DSkDeviceLooper.cpp72 fSubsetBitmap.lockPixels();
H A DSkBitmapDevice.cpp115 fBitmap.lockPixels();
123 void SkBitmapDevice::lockPixels() { function in class:SkBitmapDevice
125 fBitmap.lockPixels();
H A DSkBitmap.cpp223 void SkBitmap::lockPixels() const { function in class:SkBitmap
225 fPixelRef->lockPixels();
264 // since we're already allocated, we lockPixels right away
265 this->lockPixels();
301 // TODO: lockPixels could/should return bool or void*/NULL
302 this->lockPixels();
332 // TODO: lockPixels could/should return bool or void*/NULL
333 this->lockPixels();
360 // since we're already allocated, we lockPixels right away
361 this->lockPixels();
[all...]
H A DSkBitmapCache.cpp82 result->lockPixels();
H A DSkBitmapScaler.cpp309 resultPtr->lockPixels();
/external/skia/include/core/
H A DSkPixelRef.h46 access the actual pixel memory by calling lockPixels/unlockPixels.
62 /** Return the pixel memory returned from lockPixels, or null if the
75 * Calling lockPixels returns a LockRec struct (on success).
96 bool lockPixels();
103 bool lockPixels(LockRec* rec);
105 /** Call to balanace a previous call to lockPixels(). Returns the pixels
113 * Some bitmaps can return a copy of their pixels for lockPixels(), but
H A DSkDevice.h107 this->lockPixels();
257 virtual void lockPixels() {} function in class:SkBaseDevice
H A DSkBitmapDevice.h126 void lockPixels() override;
H A DSkBitmap.h415 void lockPixels() const;
417 previous call to lockPixels(). This allows pixelrefs that implement
424 * Some bitmaps can return a copy of their pixels for lockPixels(), but
523 * does not have any pixels (or has not be locked with lockPixels()).
770 bm.lockPixels();
/external/skia/tools/skpdiff/
H A DSkDifferentPixelsMetric_cpu.cpp57 baseline->lockPixels();
58 test->lockPixels();
H A DSkCLImageDiffer.cpp109 bitmap->lockPixels();
/external/skia/src/image/
H A DSkImage_Raster.cpp102 fBitmap.lockPixels();
111 fBitmap.lockPixels();
204 bm.lockPixels();
/external/skia/tools/
H A Dsk_tool_utils.cpp57 tmp.lockPixels();
/external/skia/bench/
H A DETCBitmapBench.cpp161 this->fBitmap.lockPixels();
/external/skia/src/gpu/
H A DSkGrPixelRef.cpp19 // since we call lockPixels recursively on fBitmap, we need a distinct mutex,
35 fBitmap.lockPixels();
/external/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp136 bitmap->lockPixels();

Completed in 877 milliseconds

12