Home
last modified time | relevance | path

Searched refs:setBitmapStorage (Results 1 – 15 of 15) sorted by relevance

/external/skia/tests/
DBitmapHeapTest.cpp56 controller.setBitmapStorage(&heap); in DEF_TEST()
/external/chromium_org/third_party/skia/src/core/
DSkPictureFlat.cpp132 buffer.setBitmapStorage(bitmapHeap); in unflatten()
DSkOrderedReadBuffer.h76 void setBitmapStorage(SkBitmapHeapReader* bitmapStorage) { in setBitmapStorage() function
DSkPictureFlat.h626 void setBitmapStorage(SkBitmapHeap* heap) { in setBitmapStorage() function
DSkPictureRecord.cpp49 fFlattenableHeap.setBitmapStorage(fBitmapHeap); in SkPictureRecord()
61 fFlattenableHeap.setBitmapStorage(NULL); in ~SkPictureRecord()
DSkPicturePlayback.cpp206 deepCopyInfo->controller.setBitmapStorage(heap); in SkPicturePlayback()
209 deepCopyInfo->controller.setBitmapStorage(fBitmapHeap); in SkPicturePlayback()
/external/skia/src/core/
DSkPictureFlat.cpp132 buffer.setBitmapStorage(bitmapHeap); in unflatten()
DSkOrderedReadBuffer.h76 void setBitmapStorage(SkBitmapHeapReader* bitmapStorage) { in setBitmapStorage() function
DSkPictureFlat.h626 void setBitmapStorage(SkBitmapHeap* heap) { in setBitmapStorage() function
DSkPictureRecord.cpp49 fFlattenableHeap.setBitmapStorage(fBitmapHeap); in SkPictureRecord()
61 fFlattenableHeap.setBitmapStorage(NULL); in ~SkPictureRecord()
DSkPicturePlayback.cpp206 deepCopyInfo->controller.setBitmapStorage(heap); in SkPicturePlayback()
209 deepCopyInfo->controller.setBitmapStorage(fBitmapHeap); in SkPicturePlayback()
/external/skia/src/pipe/
DSkGPipeRead.cpp214 fReader->setBitmapStorage(this); in updateReader()
216 fReader->setBitmapStorage(fSharedHeap); in updateReader()
DSkGPipeWrite.cpp90 void setBitmapStorage(SkBitmapHeap* heap) { in setBitmapStorage() function in FlattenableHeap
468 fFlattenableHeap.setBitmapStorage(fBitmapHeap); in SkGPipeCanvas()
/external/chromium_org/third_party/skia/src/pipe/
DSkGPipeRead.cpp214 fReader->setBitmapStorage(this); in updateReader()
216 fReader->setBitmapStorage(fSharedHeap); in updateReader()
DSkGPipeWrite.cpp90 void setBitmapStorage(SkBitmapHeap* heap) { in setBitmapStorage() function in FlattenableHeap
468 fFlattenableHeap.setBitmapStorage(fBitmapHeap); in SkGPipeCanvas()