Home
last modified time | relevance | path

Searched defs:numParametricSegments_pow4 (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DStrokeFixedCountTessellator.cpp75 float numParametricSegments_pow4 = wangs_formula::quadratic_pow4(fParametricPrecision, p); in quadraticTo() local
90 float numParametricSegments_pow4 = n*n; in conicTo() local
104 float numParametricSegments_pow4 = wangs_formula::cubic_pow4(fParametricPrecision, p); in cubicConvex180To() local
H A DStrokeHardwareTessellator.cpp84 bool stroke180FitsInPatch(float numParametricSegments_pow4) { in stroke180FitsInPatch() argument
89 bool stroke180FitsInPatch_withJoin(float numParametricSegments_pow4) { in stroke180FitsInPatch_withJoin() argument
94 bool stroke360FitsInPatch(float numParametricSegments_pow4) { in stroke360FitsInPatch() argument
99 bool stroke360FitsInPatch_withJoin(float numParametricSegments_pow4) { in stroke360FitsInPatch_withJoin() argument
375 float numParametricSegments_pow4; in internalConicPatchesTo() local
445 float numParametricSegments_pow4 = wangs_formula::cubic_pow4(fParametricPrecision, p); internalCubicConvex180PatchesTo() local
795 float numParametricSegments_pow4 = prepare() local
835 float numParametricSegments_pow4 = n*n; prepare() local
859 float numParametricSegments_pow4 = prepare() local
[all...]

Completed in 5 milliseconds