Searched refs:BitmapShuttle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp172 class BitmapShuttle : public SkBitmapHeap::ExternalStorage { class in inherits:SkBitmapHeap::ExternalStorage
174 BitmapShuttle(SkGPipeCanvas*);
176 ~BitmapShuttle();
352 SkAutoTUnref<BitmapShuttle> fBitmapShuttle;
463 fBitmapShuttle.reset(SkNEW_ARGS(BitmapShuttle, (this)));
1382 BitmapShuttle::BitmapShuttle(SkGPipeCanvas* canvas) { function in class:BitmapShuttle
1388 BitmapShuttle::~BitmapShuttle() {
1392 bool BitmapShuttle
[all...]
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp169 class BitmapShuttle : public SkBitmapHeap::ExternalStorage { class in inherits:SkBitmapHeap::ExternalStorage
171 BitmapShuttle(SkGPipeCanvas*);
173 ~BitmapShuttle();
341 SkAutoTUnref<BitmapShuttle> fBitmapShuttle;
452 fBitmapShuttle.reset(SkNEW_ARGS(BitmapShuttle, (this)));
1246 BitmapShuttle::BitmapShuttle(SkGPipeCanvas* canvas) { function in class:BitmapShuttle
1252 BitmapShuttle::~BitmapShuttle() {
1256 bool BitmapShuttle
[all...]

Completed in 421 milliseconds