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

/external/chromium_org/third_party/skia/tests/
H A DPathOpsBoundsTest.cpp94 const SkPoint curvePts[] = {{0, 0}, {1, 2}, {3, 4}, {5, 6}}; local
95 bounds.setLineBounds(curvePts);
98 (bounds.*SetCurveBounds[1])(curvePts);
100 bounds.setQuadBounds(curvePts);
103 (bounds.*SetCurveBounds[2])(curvePts);
105 bounds.setCubicBounds(curvePts);
108 (bounds.*SetCurveBounds[3])(curvePts);
/external/skia/tests/
H A DPathOpsBoundsTest.cpp94 const SkPoint curvePts[] = {{0, 0}, {1, 2}, {3, 4}, {5, 6}}; local
95 bounds.setLineBounds(curvePts);
98 (bounds.*SetCurveBounds[1])(curvePts);
100 bounds.setQuadBounds(curvePts);
103 (bounds.*SetCurveBounds[2])(curvePts);
105 bounds.setCubicBounds(curvePts);
108 (bounds.*SetCurveBounds[3])(curvePts);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp1762 const SkPoint* curvePts = isLine ? edge->lastPoints() : lastPoints(); local
1767 QuadXYAtT(curvePts, ts[index], &curveSample[index]);
1769 CubicXYAtT(curvePts, ts[index], &curveSample[index]);
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp1762 const SkPoint* curvePts = isLine ? edge->lastPoints() : lastPoints(); local
1767 QuadXYAtT(curvePts, ts[index], &curveSample[index]);
1769 CubicXYAtT(curvePts, ts[index], &curveSample[index]);

Completed in 4349 milliseconds