Home | History | Annotate | Download | only in gpu

Lines Matching refs:conics

32 // bloat_quad. Quadratics and conics share an index buffer
136 // and dst[1] are the two new conics.
241 GrAAHairLinePathRenderer::PtArray* conics,
259 // We chop the conics to create tighter clipping to hide error
260 // that appears near max curvature of very thin conics. Thin
277 // when in perspective keep conics in src space
279 SkPoint* pts = conics->push_back_n(3);
841 PREALLOC_PTARRAY(128) conics;
850 &lines, &quads, &conics, &qSubdivs, &cWeights);
854 int conicCount = conics.count() / 3;
924 // Start Conics
926 add_conics(&conics[3*i], cWeights[i], toDevice, toSrc, &verts);