Home | History | Annotate | Download | only in pipe

Lines Matching refs:commonDrawBitmap

349     bool commonDrawBitmap(const SkBitmap& bm, DrawOps op, unsigned flags,
760 bool SkGPipeCanvas::commonDrawBitmap(const SkBitmap& bm, DrawOps op,
785 if (this->commonDrawBitmap(bm, kDrawBitmap_DrawOp, 0, opBytesNeeded, paint)) {
808 if (this->commonDrawBitmap(bm, kDrawBitmapRectToRect_DrawOp, flags, opBytesNeeded, paint)) {
821 if (this->commonDrawBitmap(bm, kDrawBitmapMatrix_DrawOp, 0, opBytesNeeded, paint)) {
831 if (this->commonDrawBitmap(bm, kDrawBitmapNine_DrawOp, 0, opBytesNeeded, paint)) {
845 if (this->commonDrawBitmap(bm, kDrawSprite_DrawOp, 0, opBytesNeeded, paint)) {