Searched refs:setCubicBounds (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | PathOpsBoundsTest.cpp | 71 curve.setCubicBounds(curvePts, 1, 0, 1, &bounds); in DEF_TEST()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCurve.cpp | 72 void SkDCurve::setCubicBounds(const SkPoint curve[4], SkScalar , in setCubicBounds() function in SkDCurve
|
H A D | SkOpSegment.h | 56 curve.setCubicBounds(pts, 1, 0, 1, &fBounds); in addCubic()
|
H A D | SkPathOpsCurve.h | 79 void setCubicBounds(const SkPoint curve[4], SkScalar ,
|
Completed in 3 milliseconds