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; 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;
|
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 | 191 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()
|
D | SkOpSegment.cpp | 1630 SkDCurve* edge) const { in subDivide()
|
/external/skia/tests/ |
D | PathOpsBoundsTest.cpp | 65 SkDCurve curve; in DEF_TEST()
|
D | PathOpsDebug.cpp | 100 void SkDCurve::dumpID(int id) const { in dumpID()
|