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

  /external/skia/src/pathops/
SkDConicLineIntersection.cpp 20 : fConic(c)
28 : fConic(c)
42 SkDPoint conicMidPt = fConic.ptAtT(conicMidT);
68 double conicVals[] = { fConic[0].fY, fConic[1].fY, fConic[2].fY };
81 SkDPoint pt = fConic.ptAtT(conicT);
82 SkDEBUGCODE(double conicVals[] = { fConic[0].fY, fConic[1].fY, fConic[2].fY })
    [all...]
SkPathOpsCurve.h 52 SkDConic fConic;
143 return c.fConic.ptAtT(t);
223 return c.fConic.dxdyAtT(t);
345 i->intersectRay(c.fConic, ray);
SkPathOpsCurve.cpp 67 dRect.setBounds(dCurve, fConic, tStart, tEnd);
SkOpSegment.cpp 178 path->conicTo(curvePart.fCurve.fConic[1].asSkPoint(), end->ptT(),
179 curvePart.fCurve.fConic.fWeight);
    [all...]
SkOpSegment.h 47 curve.fConic.set(pts, weight);
SkPathOpsDebug.cpp     [all...]
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 413 } fConic;
533 klm.mapHomogeneousPoints(verts[i].fConic.fKLM, pt3, 1);
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 121 fConic.dumpID(id);
    [all...]

Completed in 276 milliseconds