Searched refs:numRadialSegments (Results 1 – 2 of 2) sorted by relevance
18 static float num_combined_segments(float numParametricSegments, float numRadialSegments) { in num_combined_segments() argument34 return numParametricSegments + numRadialSegments - 1; in num_combined_segments()377 float numRadialSegments = SkMeasureQuadRotation(p) * fNumRadialSegmentsPerRadian; in internalConicPatchesTo() local378 numRadialSegments = std::max(std::ceil(numRadialSegments), 1.f); in internalConicPatchesTo()381 float numCombinedSegments = num_combined_segments(numParametricSegments, numRadialSegments); in internalConicPatchesTo()389 sk_float_nextlog2(numRadialSegments) + 1; in internalConicPatchesTo()394 if (numParametricSegments >= numRadialSegments) { in internalConicPatchesTo()403 float chopT = (numParametricSegments >= numRadialSegments) ? .5f in internalConicPatchesTo()441 float numRadialSegments = SkMeasureNonInflectCubicRotation(p) * fNumRadialSegmentsPerRadian; in internalCubicConvex180PatchesTo() local442 numRadialSegments = std::max(std::ceil(numRadialSegments), 1.f); in internalCubicConvex180PatchesTo()[all …]
341 float numRadialSegments = rotation * tolerances.fNumRadialSegmentsPerRadian; in verifyResolveLevels() local342 float numSegments = numParametricSegments + numRadialSegments; in verifyResolveLevels()386 float numRadialSegments = rotation * tolerances.fNumRadialSegmentsPerRadian; in verifyResolveLevels() local387 float numSegments = numParametricSegments + numRadialSegments; in verifyResolveLevels()478 float numRadialSegments = rotation * tolerances.fNumRadialSegmentsPerRadian; in verifyBuffers() local479 float numSegments = numParametricSegments + numRadialSegments; in verifyBuffers()480 float alternateNumSegments = alternateNumParametricSegments + numRadialSegments; in verifyBuffers()