Searched refs:DrawBitmapRectOp (Results 1 – 2 of 2) sorted by relevance
308 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap), in drawBitmap()316 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap), in drawBitmap()
728 class DrawBitmapRectOp : public DrawBoundedOp {730 DrawBitmapRectOp(const SkBitmap* bitmap, in DrawBitmapRectOp() function