Home
last modified time | relevance | path

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

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