HomeSort by relevance Sort by last modified time
    Searched refs:fConic (Results 1 - 20 of 20) 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...]
SkPathOpsConic.h 138 SkDConic fConic;
143 : fConic(c) {
148 const SkDPoint& operator[](int n) const override { return fConic[n]; }
149 SkDPoint& operator[](int n) override { return fConic[n]; }
151 bool collapsed() const override { return fConic.collapsed(); }
152 bool controlsInside() const override { return fConic.controlsInside(); }
153 void debugInit() override { return fConic.debugInit(); }
155 void dumpID(int id) const override { return fConic.dumpID(id); }
157 SkDVector dxdyAtT(double t) const override { return fConic.dxdyAtT(t); }
159 SkOpGlobalState* globalState() const override { return fConic.globalState();
    [all...]
SkPathOpsConic.cpp 177 return i->intersectRay(fConic, line);
181 return quad.hullIntersects(fConic, isLinear);
185 return cubic.hullIntersects(fConic, isLinear);
189 rect->setBounds(fConic);
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 184 path->conicTo(curvePart.fCurve.fConic[1].asSkPoint(), end->ptT(),
185 curvePart.fCurve.fConic.fWeight);
    [all...]
SkOpSegment.h 47 curve.fConic.set(pts, weight);
SkPathOpsDebug.cpp     [all...]
  /external/skqp/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...]
SkPathOpsConic.h 138 SkDConic fConic;
143 : fConic(c) {
148 const SkDPoint& operator[](int n) const override { return fConic[n]; }
149 SkDPoint& operator[](int n) override { return fConic[n]; }
151 bool collapsed() const override { return fConic.collapsed(); }
152 bool controlsInside() const override { return fConic.controlsInside(); }
153 void debugInit() override { return fConic.debugInit(); }
155 void dumpID(int id) const override { return fConic.dumpID(id); }
157 SkDVector dxdyAtT(double t) const override { return fConic.dxdyAtT(t); }
159 SkOpGlobalState* globalState() const override { return fConic.globalState();
    [all...]
SkPathOpsConic.cpp 177 return i->intersectRay(fConic, line);
181 return quad.hullIntersects(fConic, isLinear);
185 return cubic.hullIntersects(fConic, isLinear);
189 rect->setBounds(fConic);
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 184 path->conicTo(curvePart.fCurve.fConic[1].asSkPoint(), end->ptT(),
185 curvePart.fCurve.fConic.fWeight);
    [all...]
SkOpSegment.h 47 curve.fConic.set(pts, weight);
SkPathOpsDebug.cpp     [all...]
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 481 } fConic;
616 klm.mapHomogeneousPoints((SkPoint3* ) verts[i].fConic.fKLM, &pt3, 1);
    [all...]
  /external/skqp/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 482 } fConic;
617 klm.mapHomogeneousPoints((SkPoint3* ) verts[i].fConic.fKLM, &pt3, 1);
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 129 fConic.dumpID(id);
    [all...]
  /external/skqp/tests/
PathOpsDebug.cpp 129 fConic.dumpID(id);
    [all...]

Completed in 4959 milliseconds