Home
last modified time | relevance | path

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

/external/skia/src/pipe/
DSkGPipeWrite.cpp172 class BitmapShuttle : public SkBitmapHeap::ExternalStorage { class
174 BitmapShuttle(SkGPipeCanvas*);
176 ~BitmapShuttle();
342 SkAutoTUnref<BitmapShuttle> fBitmapShuttle;
452 fBitmapShuttle.reset(SkNEW_ARGS(BitmapShuttle, (this))); in SkGPipeCanvas()
1371 BitmapShuttle::BitmapShuttle(SkGPipeCanvas* canvas) { in BitmapShuttle() function in BitmapShuttle
1377 BitmapShuttle::~BitmapShuttle() { in ~BitmapShuttle()
1381 bool BitmapShuttle::insert(const SkBitmap& bitmap, int32_t slot) { in insert()
1386 void BitmapShuttle::removeCanvas() { in removeCanvas()