Home
last modified time | relevance | path

Searched defs:numRadialSegments (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DStrokeIndirectTest.cpp341 float numRadialSegments = rotation * tolerances.fNumRadialSegmentsPerRadian; in verifyResolveLevels() local
386 float numRadialSegments = rotation * tolerances.fNumRadialSegmentsPerRadian; in verifyResolveLevels() local
478 float numRadialSegments = rotation * tolerances.fNumRadialSegmentsPerRadian; in verifyBuffers() local
/external/skia/src/gpu/tessellate/
DGrStrokeHardwareTessellator.cpp18 static float num_combined_segments(float numParametricSegments, float numRadialSegments) { in num_combined_segments()
377 float numRadialSegments = SkMeasureQuadRotation(p) * fNumRadialSegmentsPerRadian; in internalConicPatchesTo() local
441 float numRadialSegments = SkMeasureNonInflectCubicRotation(p) * fNumRadialSegmentsPerRadian; in internalCubicConvex180PatchesTo() local
528 float numRadialSegments = rotation * fNumRadialSegmentsPerRadian; in internalJoinTo() local