Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
H A DSkPolyUtils.cpp1509 fHCount = std::max(std::min(SkScalarRoundToInt(hCount), vertexCount), 1); in init()
1510 fVCount = vertexCount/fHCount; in init()
1511 fGridConversion.set(sk_ieee_float_divide(fHCount - 0.001f, width), in init()
1517 fGrid.setCount(fHCount*fVCount); in init()
1552 int i = v * fHCount + h; in checkTriangle()
1573 SkASSERT(v*fHCount + h >= 0); in hash()
1574 return v*fHCount + h; in hash()
1578 int fHCount; member in ReflexHash

Completed in 4 milliseconds