Searched refs:setConicBounds (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 62 void SkDCurve::setConicBounds(const SkPoint curve[3], SkScalar curveWeight, in setConicBounds() function in SkDCurve
|
D | SkPathOpsCurve.h | 77 void setConicBounds(const SkPoint curve[3], SkScalar curveWeight,
|
D | SkOpSegment.h | 48 curve.setConicBounds(pts, weight, 0, 1, &fBounds); in addConic()
|
/external/skqp/src/pathops/ |
D | SkPathOpsCurve.cpp | 62 void SkDCurve::setConicBounds(const SkPoint curve[3], SkScalar curveWeight, in setConicBounds() function in SkDCurve
|
D | SkPathOpsCurve.h | 77 void setConicBounds(const SkPoint curve[3], SkScalar curveWeight,
|
D | SkOpSegment.h | 48 curve.setConicBounds(pts, weight, 0, 1, &fBounds); in addConic()
|