Home | History | Annotate | Download | only in core

Lines Matching defs:drawBitmapRect

1933 void SkCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkRect& src, const SkRect& dst,
1941 void SkCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkIRect& isrc, const SkRect& dst,
1943 this->drawBitmapRect(bitmap, SkRect::Make(isrc), dst, paint, constraint);
1946 void SkCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkRect& dst, const SkPaint* paint,
1948 this->drawBitmapRect(bitmap, SkRect::MakeIWH(bitmap.width(), bitmap.height()), dst, paint,
1958 this->drawBitmapRect(bitmap, dst, paint);
1988 this->drawBitmapRect(bitmap, *src, dst, paint, constraint);
1990 this->drawBitmapRect
2361 iter.fDevice->drawBitmapRect(iter, bitmap, src, dst, looper.paint(), constraint);