Lines Matching refs:conics
45 // bloat_quad. Quadratics and conics share an index buffer
149 // and dst[1] are the two new conics.
259 PtArray* conics,
336 // We chop the conics to create tighter clipping to hide error
337 // that appears near max curvature of very thin conics. Thin
360 // when in perspective keep conics in src space
362 SkPoint* pts = conics->push_back_n(3);
1040 // for quads and conics. In non-DDL mode there are cases where it sometimes isn't needed for a
1153 PREALLOC_PTARRAY(128) conics;
1164 &conics, &qSubdivs, &cWeights);
1168 int conicCount = conics.count() / 3;
1230 add_conics(&conics[3*i], cWeights[i], toDevice, toSrc, &bezVerts);