HomeSort by relevance Sort by last modified time
    Searched refs:curvePts (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
PathOpsBoundsTest.cpp 64 const SkPoint curvePts[] = {{0, 0}, {1, 2}, {3, 4}, {5, 6}};
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);
  /external/skqp/tests/
PathOpsBoundsTest.cpp 64 const SkPoint curvePts[] = {{0, 0}, {1, 2}, {3, 4}, {5, 6}};
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 184 milliseconds