Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.cpp41 float maxSegments_pow4 = pow2(maxSegments_pow2); in writePatches() local
64 if (n4 <= maxSegments_pow4) { in writePatches()
70 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()
108 if (n4 <= maxSegments_pow4) { in writePatches()
114 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()
DPathWedgeTessellator.cpp140 float maxSegments_pow4 = pow2(maxSegments_pow2); in writePatches() local
176 if (n4 <= maxSegments_pow4) { in writePatches()
182 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()
216 if (n4 <= maxSegments_pow4) { in writePatches()
222 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()