Lines Matching defs:conic
95 SkPoint conic[4];
96 GrTessellationShader::WriteConicPatch(p, w, conic);
97 SkPoint endControlPoint = conic[1];
98 this->writeStroke(conic, endControlPoint, GrTessellationShader::kConicCurveType);
153 void chopConicTo(const SkConic& conic) {
155 if (!conic.chopAt(.5f, chops)) {
326 SkConic conic(p, strokeIter.w());
327 SkPoint cusp = conic.evalAt(conic.findMidTangent());
329 // A conic can only have a cusp if it's flat with a 180-degree turnaround.