Home
last modified time | relevance | path

Searched refs:SkDCurve (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCurve.cpp11 void SkDCurve::setConicBounds(const SkPoint curve[3], SkScalar curveWeight, in setConicBounds()
21 void SkDCurve::setCubicBounds(const SkPoint curve[4], SkScalar , in setCubicBounds()
31 void SkDCurve::setQuadBounds(const SkPoint curve[3], SkScalar , in setQuadBounds()
DSkOpSegment.h17 struct SkDCurve;
58 SkDCurve curve; in addConic()
66 SkDCurve curve; in addCubic()
98 SkDCurve curve; in addQuad()
360 bool subDivide(const SkOpSpanBase* start, const SkOpSpanBase* end, SkDCurve* result) const;
DSkOpAngle.h126 SkDCurve fCurvePart; // the curve from start to end
DSkPathOpsCurve.h48 struct SkDCurve { struct
83 extern SkDPoint (SkDCurve::* const Top[])(const SkPoint curve[], SkScalar cWeight,
DSkOpAngle.cpp191 const SkDCurve& testCurve = test->fCurvePart; in allOnOneSide()
471 const SkDCurve& curve = index ? rh->fCurvePart : this->fCurvePart; in endsIntersect()
489 const SkDCurve& curve = sIndex ? rh->fCurvePart : this->fCurvePart; in endsIntersect()
531 const SkDCurve& curve = rh->fCurvePart; in endToSide()
DSkOpSegment.cpp1630 SkDCurve* edge) const { in subDivide()
/external/skia/tests/
DPathOpsBoundsTest.cpp65 SkDCurve curve; in DEF_TEST()
DPathOpsDebug.cpp100 void SkDCurve::dumpID(int id) const { in dumpID()