HomeSort by relevance Sort by last modified time
    Searched refs:conics (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkStrokerPriv.cpp 119 SkConic conics[SkConic::kMaxConicsForArc]; local
120 int count = SkConic::BuildUnitArc(before, after, dir, &matrix, conics);
123 outer->conicTo(conics[i].fPts[1], conics[i].fPts[2], conics[i].fW);
SkGeometry.h 263 const SkMatrix*, SkConic conics[kMaxConicsForArc]);
402 kQuadCount = 8, // should handle most conics
SkPath.cpp 1315 SkConic conics[SkConic::kMaxConicsForArc]; local
    [all...]
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 30 // bloat_quad. Quadratics and conics share an index buffer
134 // and dst[1] are the two new conics.
242 GrAAHairLinePathRenderer::PtArray* conics,
260 // We chop the conics to create tighter clipping to hide error
261 // that appears near max curvature of very thin conics. Thin
278 // when in perspective keep conics in src space
280 SkPoint* pts = conics->push_back_n(3);
812 PREALLOC_PTARRAY(128) conics;
821 &lines, &quads, &conics, &qSubdivs, &cWeights);
825 int conicCount = conics.count() / 3
    [all...]

Completed in 75 milliseconds