Searched refs:dCurve (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCurve.cpp64 SkDConic dCurve; local
65 dCurve.set(curve, curveWeight);
67 dRect.setBounds(dCurve, fConic, tStart, tEnd);
74 SkDCubic dCurve; local
75 dCurve.set(curve);
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd);
84 SkDQuad dCurve; local
85 dCurve.set(curve);
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd);
H A DSkPathOpsCubic.h131 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
H A DSkPathOpsCubic.cpp728 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const {
734 SkDPoint mid = dCurve.ptAtT(t);

Completed in 123 milliseconds