Searched refs:numFixedSegments_pow4 (Results 1 – 2 of 2) sorted by relevance
45 float numFixedSegments_pow4 = 2*2*2*2; in writePatches() local73 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()
144 float numFixedSegments_pow4 = 1; in writePatches() local185 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()