Searched refs:setCubicBounds (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 21 void SkDCurve::setCubicBounds(const SkPoint curve[4], SkScalar , in setCubicBounds() function in SkDCurve
|
D | SkPathOpsCurve.h | 76 void setCubicBounds(const SkPoint curve[4], SkScalar ,
|
D | SkOpSegment.h | 61 curve.setCubicBounds(pts, 1, 0, 1, &fBounds); in addCubic()
|
/external/skia/tests/ |
D | PathOpsBoundsTest.cpp | 71 curve.setCubicBounds(curvePts, 1, 0, 1, &bounds); in DEF_TEST()
|