Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp280 SkRect xformedBounds; in onPrepareDraws() local
281 args.fViewMatrix.mapRect(&xformedBounds, bounds); in onPrepareDraws()
282 maxScale = SkScalarAbs(std::max(xformedBounds.width() / bounds.width(), in onPrepareDraws()
283 xformedBounds.height() / bounds.height())); in onPrepareDraws()
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.cpp400 SkRect xformedBounds; in onPrepareDraws() local
401 args.fViewMatrix.mapRect(&xformedBounds, bounds); in onPrepareDraws()
402 maxScale = SkScalarAbs(SkTMax(xformedBounds.width() / bounds.width(), in onPrepareDraws()
403 xformedBounds.height() / bounds.height())); in onPrepareDraws()