Home
last modified time | relevance | path

Searched refs:canDrawBitmapAsSprite (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkCanvas.cpp2157 bool SkCanvas::canDrawBitmapAsSprite(SkScalar x, SkScalar y, int w, int h, const SkPaint& paint) { in canDrawBitmapAsSprite() function in SkCanvas
2198 bool drawAsSprite = this->canDrawBitmapAsSprite(x, y, image->width(), image->height(), in onDrawImage()
2278 bool drawAsSprite = canFastBounds && this->canDrawBitmapAsSprite(x, y, bitmap.width(), in onDrawBitmap()
/external/skia/include/core/
DSkCanvas.h1520 bool canDrawBitmapAsSprite(SkScalar x, SkScalar y, int w, int h, const SkPaint&);