Searched refs:DrawBitmapOp (Results 1 – 3 of 3) sorted by relevance
646 class DrawBitmapOp : public DrawBoundedOp {648 DrawBitmapOp(const SkBitmap* bitmap, const SkPaint* paint) in DrawBitmapOp() function697 ((DrawBitmapOp*) ops[i].op)->uvMap(renderer, texCoords); in multiDraw()783 class DrawBitmapDataOp : public DrawBitmapOp {786 : DrawBitmapOp(bitmap, paint) {} in DrawBitmapDataOp()
1028 friend class DrawBitmapOp; variable
204 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, paint)); in drawBitmap()