Home
last modified time | relevance | path

Searched refs:lockPixels (Results 1 – 25 of 37) sorted by relevance

12

/external/skia/src/image/
DSkImage_Raster.cpp91 fBitmap.lockPixels(); in SkImage_Raster()
122 fBitmap.lockPixels(); in SkImage_Raster()
131 fBitmap.lockPixels(); in SkImage_Raster()
262 tmp.lockPixels(); in SkNewImageFromRasterBitmap()
DSkImage.cpp70 bm.lockPixels(); in scalePixels()
87 bm.lockPixels(); in preroll()
DSkSurface_Raster.cpp155 prev.lockPixels(); in onCopyOnWrite()
/external/skia/src/core/
DSkPixelRef.cpp137 bool SkPixelRef::lockPixels() { in lockPixels() function in SkPixelRef
163 bool SkPixelRef::lockPixels(LockRec* rec) { in lockPixels() function in SkPixelRef
164 if (this->lockPixels()) { in lockPixels()
DSkBitmap.cpp232 void SkBitmap::lockPixels() const { in lockPixels() function in SkBitmap
234 fPixelRef->lockPixels(); in lockPixels()
274 this->lockPixels(); in setPixels()
311 this->lockPixels(); in tryAllocPixels()
342 this->lockPixels(); in tryAllocPixels()
381 this->lockPixels(); in installPixels()
453 dst->lockPixels(); in allocPixelRef()
DSkBitmapDevice.cpp131 fBitmap.lockPixels(); in replaceBitmapBackendForRasterSurface()
188 fBitmap.lockPixels(); in onAttachToCanvas()
DSkBitmapController.cpp211 fResultBitmap.lockPixels(); in SkDefaultBitmapControllerState()
DSkImageGenerator.cpp196 bitmap->lockPixels(); in tryGenerateBitmap()
DSkBitmapScaler.cpp259 resultPtr->lockPixels(); in Resize()
DSkBitmapCache.cpp151 result->lockPixels(); in Finder()
DSkSpecialImage.cpp183 fBitmap.lockPixels(); in SkSpecialImage_Raster()
/external/skia/include/core/
DSkPixelRef.h82 bool lockPixels();
89 bool lockPixels(LockRec* rec);
DSkBitmap.h444 void lockPixels() const;
787 bm.lockPixels(); in fBitmap()
/external/skia/gm/
Dshowmiplevels.cpp97 bm.lockPixels(); in apply_gamma()
145 baseBM.lockPixels(); in drawLevels()
189 orig.lockPixels(); in drawSet()
Dtinybitmap.cpp26 bm.lockPixels(); in make_bitmap()
/external/skia/samplecode/
DSampleTinyBitmap.cpp30 bm.lockPixels(); in make_bitmap()
DSampleDash.cpp21 bm.lockPixels(); in setBitmapDash()
DSampleBlur.cpp31 bm.lockPixels(); in make_bitmap()
DSampleDitherBitmap.cpp68 bm.lockPixels(); in make_bitmap()
DSampleVertices.cpp35 bm.lockPixels(); in make_shader0()
/external/skia/tools/skiaserve/urlhandlers/
DBreakHandler.cpp27 bitmap->lockPixels(); in GetPixel()
/external/skia/src/android/
DSkBitmapRegionCodec.cpp137 bitmap->lockPixels(); in decodeRegion()
/external/skia/src/gpu/
DSkGrPixelRef.cpp32 fBitmap.lockPixels(); in onNewLockPixels()
/external/skia/src/utils/mac/
DSkCreateCGImageRef.cpp140 bitmap->lockPixels(); in SkCreateCGImageRefWithColorspace()
/external/skia/tests/
DReadPixelsTest.cpp125 bmp.lockPixels(); in fill_src_texture()
432 bmp.lockPixels(); in test_readpixels_texture()

12