Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
H A DStrokeFixedCountTessellator.cpp50 float maxParametricSegments_pow4() const { return fMaxParametricSegments_pow4; } in maxParametricSegments_pow4()
84 fMaxParametricSegments_pow4 = std::max(numParametricSegments_pow4, in quadraticTo()
85 fMaxParametricSegments_pow4); in quadraticTo()
99 fMaxParametricSegments_pow4 = std::max(numParametricSegments_pow4, in conicTo()
100 fMaxParametricSegments_pow4); in conicTo()
111 fMaxParametricSegments_pow4 = std::max(numParametricSegments_pow4, in cubicConvex180To()
112 fMaxParametricSegments_pow4); in cubicConvex180To()
209 float fMaxParametricSegments_pow4 = 1; member in skgpu::__anon18865::InstanceWriter
H A DStrokeHardwareTessellator.cpp85 return numParametricSegments_pow4 <= fMaxParametricSegments_pow4[0]; in stroke180FitsInPatch()
95 return numParametricSegments_pow4 <= fMaxParametricSegments_pow4[1]; in stroke360FitsInPatch()
117 maxParametricSegments_pow4.store(fMaxParametricSegments_pow4); in updateTolerances()
641 float fMaxParametricSegments_pow4[2]; // Values for strokes that rotate 180 and 360 degrees. member in skgpu::__anon18867::PatchWriter::JoinType

Completed in 3 milliseconds