Searched refs:curvePts (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DPathOpsBoundsTest.cpp64 const SkPoint curvePts[] = {{0, 0}, {1, 2}, {3, 4}, {5, 6}}; local
66 curve.fQuad.set(curvePts);
67 curve.setQuadBounds(curvePts, 1, 0, 1, &bounds);
70 curve.fCubic.set(curvePts);
71 curve.setCubicBounds(curvePts, 1, 0, 1, &bounds);

Completed in 76 milliseconds