Home
last modified time | relevance | path

Searched defs:cusp (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/tessellate/
H A DStrokeTessellator.cpp98 SkPoint cusp = SkEvalQuadAt(p, SkFindQuadMidTangent(p)); in write_fixed_count_patches() local
111 SkPoint cusp = conic.evalAt(conic.findMidTangent()); in write_fixed_count_patches() local
/aosp_15_r20/external/skia/src/gpu/graphite/render/
H A DTessellateStrokesRenderStep.cpp194 SkPoint cusp = SkEvalQuadAt(p, SkFindQuadMidTangent(p)); in writeVertices() local
207 SkPoint cusp = conic.evalAt(conic.findMidTangent()); in writeVertices() local
/aosp_15_r20/external/skia/tests/
H A DFindCubicConvex180ChopsTest.cpp103 SkPoint cusp[4] = {{0,0}, {1,1}, {1,0}, {0,1}}; in DEF_TEST() local
H A DGeometryTest.cpp460 for (auto cusp : kCusps) { in test_cubic_cusps() local
607 for (const auto& cusp : kCusps) { in test_chop_at_midtangent() local
/aosp_15_r20/external/skia/src/core/
H A DSkStroke.cpp1350 SkScalar cusp = SkFindCubicCusp(cubic); in cubicTo() local