Home
last modified time | relevance | path

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

/external/skia/src/gpu/tessellate/
DStrokeFixedCountTessellator.cpp161 SkPoint cusp = SkEvalQuadAt(p, SkFindQuadMidTangent(p)); in writePatches() local
174 SkPoint cusp = conic.evalAt(conic.findMidTangent()); in writePatches() local
DStrokeHardwareTessellator.cpp749 SkPoint cusp = SkEvalQuadAt(p, SkFindQuadMidTangent(p)); in writePatches() local
785 SkPoint cusp = conic.evalAt(conic.findMidTangent()); in writePatches() local
/external/skia/tests/
DFindCubicConvex180ChopsTest.cpp97 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
/external/skia/samplecode/
DSampleCusp.cpp33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() function
/external/skia/src/core/
DSkStroke.cpp1326 SkScalar cusp = SkFindCubicCusp(cubic); in cubicTo() local