Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.cpp45 float numFixedSegments_pow4 = 2*2*2*2; in writePatches() local
73 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches()
95 numFixedSegments_pow4 = std::max(n2*n2, numFixedSegments_pow4); in writePatches()
117 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches()
129 fFixedResolveLevel = SkTPin(wangs_formula::nextlog16(numFixedSegments_pow4), in writePatches()
DPathWedgeTessellator.cpp144 float numFixedSegments_pow4 = 1; in writePatches() local
185 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches()
205 numFixedSegments_pow4 = std::max(n2*n2, numFixedSegments_pow4); in writePatches()
225 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches()
245 fFixedResolveLevel = SkTPin(wangs_formula::nextlog16(numFixedSegments_pow4), in writePatches()