Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DSmallPathRenderer.cpp235 SkRect xformedBounds; variable
236 args.fViewMatrix.mapRect(&xformedBounds, bounds);
237 maxScale = SkScalarAbs(std::max(xformedBounds.width() / bounds.width(),
238 xformedBounds.height() / bounds.height()));

Completed in 1 milliseconds