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

/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp183 // In this case, a BitmapShuttle is reffed by the SkBitmapHeap
397 class BitmapShuttle : public SkBitmapHeap::ExternalStorage { class in inherits:SkBitmapHeap::ExternalStorage
399 BitmapShuttle(SkGPipeCanvas*);
401 ~BitmapShuttle();
443 BitmapShuttle* shuttle = SkNEW_ARGS(BitmapShuttle, (this));
1183 BitmapShuttle::BitmapShuttle(SkGPipeCanvas* canvas) { function in class:BitmapShuttle
1189 BitmapShuttle::~BitmapShuttle() {
[all...]
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp183 // In this case, a BitmapShuttle is reffed by the SkBitmapHeap
397 class BitmapShuttle : public SkBitmapHeap::ExternalStorage { class in inherits:SkBitmapHeap::ExternalStorage
399 BitmapShuttle(SkGPipeCanvas*);
401 ~BitmapShuttle();
443 BitmapShuttle* shuttle = SkNEW_ARGS(BitmapShuttle, (this));
1183 BitmapShuttle::BitmapShuttle(SkGPipeCanvas* canvas) { function in class:BitmapShuttle
1189 BitmapShuttle::~BitmapShuttle() {
[all...]

Completed in 66 milliseconds