Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
H A DStrokeTessellator.h87 float matrixMinScale = matrixMinMaxScales[0]; in GetLocalStrokeWidth() local
92 // localStrokeWidth ~= 1/matrixMinScale. in GetLocalStrokeWidth()
93 float approxScale = matrixMinScale; in GetLocalStrokeWidth()
97 approxScale = std::max(matrixMinScale, matrixMaxScale * .25f); in GetLocalStrokeWidth()

Completed in 1 milliseconds