Searched refs:SkDCurve (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 11 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()
|
D | SkOpSegment.h | 17 struct SkDCurve; 51 SkDCurve curve; in addConic() 59 SkDCurve curve; in addCubic() 92 SkDCurve curve; in addQuad() 337 bool subDivide(const SkOpSpanBase* start, const SkOpSpanBase* end, SkDCurve* result) const;
|
D | SkOpAngle.h | 126 SkDCurve fCurvePart; // the curve from start to end
|
D | SkPathOpsCurve.h | 48 struct SkDCurve { struct 83 extern SkDPoint (SkDCurve::* const Top[])(const SkPoint curve[], SkScalar cWeight,
|
D | SkOpAngle.cpp | 192 const SkDCurve& testCurve = test->fCurvePart; in allOnOneSide() 519 const SkDCurve& curve = index ? rh->fCurvePart : this->fCurvePart; in endsIntersect() 537 const SkDCurve& curve = sIndex ? rh->fCurvePart : this->fCurvePart; in endsIntersect() 579 const SkDCurve& curve = rh->fCurvePart; in endToSide()
|
D | SkOpSegment.cpp | 1557 SkDCurve* edge) const { in subDivide()
|
/external/skia/tests/ |
D | PathOpsBoundsTest.cpp | 65 SkDCurve curve; in DEF_TEST()
|
D | PathOpsDebug.cpp | 103 void SkDCurve::dumpID(int id) const { in dumpID()
|