Home
last modified time | relevance | path

Searched refs:setCubicBounds (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCurve.cpp21 void SkDCurve::setCubicBounds(const SkPoint curve[4], SkScalar , in setCubicBounds() function in SkDCurve
DSkPathOpsCurve.h76 void setCubicBounds(const SkPoint curve[4], SkScalar ,
DSkOpSegment.h61 curve.setCubicBounds(pts, 1, 0, 1, &fBounds); in addCubic()
/external/skia/tests/
DPathOpsBoundsTest.cpp71 curve.setCubicBounds(curvePts, 1, 0, 1, &bounds); in DEF_TEST()