OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setBitmapStorage
(Results
1 - 15
of
15
) sorted by null
/external/skia/tests/
BitmapHeapTest.cpp
56
controller.
setBitmapStorage
(&heap);
/external/chromium_org/third_party/skia/src/core/
SkOrderedReadBuffer.h
76
void
setBitmapStorage
(SkBitmapHeapReader* bitmapStorage) {
SkPictureFlat.cpp
132
buffer.
setBitmapStorage
(bitmapHeap);
SkPictureFlat.h
626
void
setBitmapStorage
(SkBitmapHeap* heap) {
SkPicturePlayback.cpp
206
deepCopyInfo->controller.
setBitmapStorage
(heap);
209
deepCopyInfo->controller.
setBitmapStorage
(fBitmapHeap);
[
all
...]
SkPictureRecord.cpp
49
fFlattenableHeap.
setBitmapStorage
(fBitmapHeap);
61
fFlattenableHeap.
setBitmapStorage
(NULL);
[
all
...]
/external/skia/src/core/
SkOrderedReadBuffer.h
76
void
setBitmapStorage
(SkBitmapHeapReader* bitmapStorage) {
SkPictureFlat.cpp
132
buffer.
setBitmapStorage
(bitmapHeap);
SkPictureFlat.h
626
void
setBitmapStorage
(SkBitmapHeap* heap) {
SkPicturePlayback.cpp
206
deepCopyInfo->controller.
setBitmapStorage
(heap);
209
deepCopyInfo->controller.
setBitmapStorage
(fBitmapHeap);
[
all
...]
SkPictureRecord.cpp
49
fFlattenableHeap.
setBitmapStorage
(fBitmapHeap);
61
fFlattenableHeap.
setBitmapStorage
(NULL);
[
all
...]
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeRead.cpp
214
fReader->
setBitmapStorage
(this);
216
fReader->
setBitmapStorage
(fSharedHeap);
SkGPipeWrite.cpp
90
void
setBitmapStorage
(SkBitmapHeap* heap) {
468
fFlattenableHeap.
setBitmapStorage
(fBitmapHeap);
[
all
...]
/external/skia/src/pipe/
SkGPipeRead.cpp
214
fReader->
setBitmapStorage
(this);
216
fReader->
setBitmapStorage
(fSharedHeap);
SkGPipeWrite.cpp
90
void
setBitmapStorage
(SkBitmapHeap* heap) {
468
fFlattenableHeap.
setBitmapStorage
(fBitmapHeap);
[
all
...]
Completed in 40 milliseconds