Home | History | Annotate | Download | only in core

Lines Matching refs:drawAsSprite

2332     bool drawAsSprite = this->canDrawBitmapAsSprite(x, y, image->width(), image->height(),
2334 if (drawAsSprite && paint->getImageFilter()) {
2337 drawAsSprite = false;
2341 LOOPER_BEGIN_DRAWBITMAP(*paint, drawAsSprite, &bounds)
2410 bool drawAsSprite = canFastBounds && this->canDrawBitmapAsSprite(x, y, bitmap.width(),
2412 if (drawAsSprite
2415 drawAsSprite = false;
2419 LOOPER_BEGIN_DRAWBITMAP(*paint, drawAsSprite, &bounds)