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