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

  /external/skia/src/pathops/
SkPathOpsCurve.cpp 13 SkDConic dCurve;
14 dCurve.set(curve, curveWeight);
16 dRect.setBounds(dCurve, fConic, tStart, tEnd);
23 SkDCubic dCurve;
24 dCurve.set(curve);
26 dRect.setBounds(dCurve, fCubic, tStart, tEnd);
33 SkDQuad dCurve;
34 dCurve.set(curve);
36 dRect.setBounds(dCurve, fQuad, tStart, tEnd);
SkPathOpsCubic.h 131 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
SkPathOpsCubic.cpp 675 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const {
681 SkDPoint mid = dCurve.ptAtT(t);

Completed in 43 milliseconds