Searched defs:cusp (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/tests/ |
D | GrPathUtilsTest.cpp | 95 SkPoint cusp[4] = {{0,0}, {1,1}, {1,0}, {0,1}}; in DEF_TEST() local
|
D | GeometryTest.cpp | 446 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/ |
D | SampleCusp.cpp | 33 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/ |
D | StrokeFixedCountTessellator.cpp | 314 SkPoint cusp = SkEvalQuadAt(p, SkFindQuadMidTangent(p)); in prepare() local 327 SkPoint cusp = conic.evalAt(conic.findMidTangent()); in prepare() local
|
D | StrokeHardwareTessellator.cpp | 790 SkPoint cusp = SkEvalQuadAt(p, SkFindQuadMidTangent(p)); in prepare() local 826 SkPoint cusp = conic.evalAt(conic.findMidTangent()); in prepare() local
|
/third_party/skia/src/core/ |
D | SkStroke.cpp | 1326 SkScalar cusp = SkFindCubicCusp(cubic); in cubicTo() local
|