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

  /external/skia/src/core/
SkStrokerPriv.cpp 120 SkConic conics[SkConic::kMaxConicsForArc]; local
121 int count = SkConic::BuildUnitArc(before, after, dir, &matrix, conics);
124 outer->conicTo(conics[i].fPts[1], conics[i].fPts[2], conics[i].fW);
SkPath_serial.cpp 217 const SkScalar* conics = buffer.skipCount<SkScalar>(cnx); local
255 tmp.conicTo(points[0], points[1], *conics++);
272 return 0; // leftover points and/or conics
SkGeometry.h 306 const SkMatrix*, SkConic conics[kMaxConicsForArc]);
445 kQuadCount = 8, // should handle most conics
SkPath.cpp 1350 SkConic conics[SkConic::kMaxConicsForArc]; local
    [all...]
  /external/skqp/src/core/
SkStrokerPriv.cpp 120 SkConic conics[SkConic::kMaxConicsForArc]; local
121 int count = SkConic::BuildUnitArc(before, after, dir, &matrix, conics);
124 outer->conicTo(conics[i].fPts[1], conics[i].fPts[2], conics[i].fW);
SkGeometry.h 306 const SkMatrix*, SkConic conics[kMaxConicsForArc]);
445 kQuadCount = 8, // should handle most conics
SkPath.cpp 1322 SkConic conics[SkConic::kMaxConicsForArc]; local
    [all...]
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 34 // bloat_quad. Quadratics and conics share an index buffer
138 // and dst[1] are the two new conics.
247 GrAAHairLinePathRenderer::PtArray* conics,
272 // We chop the conics to create tighter clipping to hide error
273 // that appears near max curvature of very thin conics. Thin
295 // when in perspective keep conics in src space
297 SkPoint* pts = conics->push_back_n(3);
    [all...]
  /external/skqp/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 34 // bloat_quad. Quadratics and conics share an index buffer
138 // and dst[1] are the two new conics.
247 GrAAHairLinePathRenderer::PtArray* conics,
272 // We chop the conics to create tighter clipping to hide error
273 // that appears near max curvature of very thin conics. Thin
295 // when in perspective keep conics in src space
297 SkPoint* pts = conics->push_back_n(3);
    [all...]

Completed in 99 milliseconds