Home | History | Annotate | Download | only in core

Lines Matching refs:canDrawBitmapAsSprite

2181 bool SkCanvas::canDrawBitmapAsSprite(SkScalar x, SkScalar y, int w, int h, const SkPaint& paint) {
2221 bool drawAsSprite = this->canDrawBitmapAsSprite(x, y, image->width(), image->height(),
2310 bool drawAsSprite = bounds && this->canDrawBitmapAsSprite(x, y, bitmap.width(), bitmap.height(),