Home | History | Annotate | Download | only in pipe

Lines Matching refs:BitmapShuttle

183                     // In this case, a BitmapShuttle is reffed by the SkBitmapHeap
397 class BitmapShuttle : public SkBitmapHeap::ExternalStorage {
399 BitmapShuttle(SkGPipeCanvas*);
401 ~BitmapShuttle();
443 BitmapShuttle* shuttle = SkNEW_ARGS(BitmapShuttle, (this));
1183 BitmapShuttle::BitmapShuttle(SkGPipeCanvas* canvas) {
1189 BitmapShuttle::~BitmapShuttle() {
1193 bool BitmapShuttle::insert(const SkBitmap& bitmap, int32_t slot) {