OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setBitmapStorage
(Results
1 - 8
of
8
) sorted by null
/external/skia/tests/
BitmapHeapTest.cpp
56
controller.
setBitmapStorage
(&heap);
/external/skia/src/core/
SkOrderedReadBuffer.h
71
void
setBitmapStorage
(SkBitmapHeapReader* bitmapStorage) {
SkPictureFlat.cpp
141
buffer.
setBitmapStorage
(bitmapHeap);
SkPictureFlat.h
612
void
setBitmapStorage
(SkBitmapHeap* heap) {
SkPictureRecord.cpp
41
fFlattenableHeap.
setBitmapStorage
(fBitmapHeap);
53
fFlattenableHeap.
setBitmapStorage
(NULL);
SkPicturePlayback.cpp
206
deepCopyInfo->controller.
setBitmapStorage
(heap);
209
deepCopyInfo->controller.
setBitmapStorage
(fBitmapHeap);
[
all
...]
/external/skia/src/pipe/
SkGPipeWrite.cpp
89
void
setBitmapStorage
(SkBitmapHeap* heap) {
189
fFlattenableHeap.
setBitmapStorage
(NULL);
449
fFlattenableHeap.
setBitmapStorage
(fBitmapHeap);
[
all
...]
SkGPipeRead.cpp
184
fReader->
setBitmapStorage
(this);
186
fReader->
setBitmapStorage
(fSharedHeap);
Completed in 205 milliseconds