Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrPathUtilsTest.cpp95 SkPoint cusp[4] = {{0,0}, {1,1}, {1,0}, {0,1}}; in DEF_TEST() local
DGeometryTest.cpp446 for (auto cusp : kCusps) { in test_cubic_cusps() local
593 for (const auto& cusp : kCusps) { in test_chop_at_midtangent() local
/third_party/skia/samplecode/
DSampleCusp.cpp33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() function
/third_party/skia/src/gpu/tessellate/
DStrokeFixedCountTessellator.cpp314 SkPoint cusp = SkEvalQuadAt(p, SkFindQuadMidTangent(p)); in prepare() local
327 SkPoint cusp = conic.evalAt(conic.findMidTangent()); in prepare() local
DStrokeHardwareTessellator.cpp790 SkPoint cusp = SkEvalQuadAt(p, SkFindQuadMidTangent(p)); in prepare() local
826 SkPoint cusp = conic.evalAt(conic.findMidTangent()); in prepare() local
/third_party/skia/src/core/
DSkStroke.cpp1326 SkScalar cusp = SkFindCubicCusp(cubic); in cubicTo() local