Searched refs:setQuadBounds (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 31 void SkDCurve::setQuadBounds(const SkPoint curve[3], SkScalar , in setQuadBounds() function in SkDCurve
|
D | SkPathOpsCurve.h | 78 void setQuadBounds(const SkPoint curve[3], SkScalar ,
|
D | SkOpSegment.h | 94 curve.setQuadBounds(pts, 1, 0, 1, &fBounds); in addQuad()
|
/external/skia/tests/ |
D | PathOpsBoundsTest.cpp | 67 curve.setQuadBounds(curvePts, 1, 0, 1, &bounds); in DEF_TEST()
|