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

/frameworks/base/libs/hwui/
H A DPathTessellator.h41 PathApproximationInfo(float invScaleX, float invScaleY, float pixelThreshold) argument
44 , sqrInvScaleY(invScaleY * invScaleY)
45 , thresholdForConicQuads(pixelThreshold * std::min(invScaleX, invScaleY) / 2.0f) {

Completed in 27 milliseconds