Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp2269 bool canFastBounds = paint->canComputeFastBounds(); in onDrawBitmap() local
2270 if (canFastBounds) { in onDrawBitmap()
2278 bool drawAsSprite = canFastBounds && this->canDrawBitmapAsSprite(x, y, bitmap.width(), in onDrawBitmap()