Home
last modified time | relevance | path

Searched defs:dCurve (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCurve.cpp64 SkDConic dCurve; in setConicBounds() local
74 SkDCubic dCurve; in setCubicBounds() local
84 SkDQuad dCurve; in setQuadBounds() local
DSkPathOpsCubic.cpp728 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const { in top() argument