OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBitmapShuttle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp
222
fBitmapShuttle
->removeCanvas();
352
SkAutoTUnref<BitmapShuttle>
fBitmapShuttle
;
463
fBitmapShuttle
.reset(SkNEW_ARGS(BitmapShuttle, (this)));
464
fBitmapHeap = SkNEW_ARGS(SkBitmapHeap, (
fBitmapShuttle
.get(), BITMAPS_TO_KEEP));
[
all
...]
/external/skia/src/pipe/
SkGPipeWrite.cpp
219
fBitmapShuttle
->removeCanvas();
341
SkAutoTUnref<BitmapShuttle>
fBitmapShuttle
;
452
fBitmapShuttle
.reset(SkNEW_ARGS(BitmapShuttle, (this)));
453
fBitmapHeap = SkNEW_ARGS(SkBitmapHeap, (
fBitmapShuttle
.get(), BITMAPS_TO_KEEP));
[
all
...]
Completed in 2814 milliseconds