Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathBuilderTest.cpp62 std::vector<SkPoint> iter_pts; in check_points() local
67 iter_pts.push_back(p[0]); in check_points()
70 iter_pts.push_back(p[1]); in check_points()
74 iter_pts.push_back(p[1]); in check_points()
75 iter_pts.push_back(p[2]); in check_points()
78 iter_pts.push_back(p[1]); in check_points()
79 iter_pts.push_back(p[2]); in check_points()
80 iter_pts.push_back(p[3]); in check_points()
86 if (iter_pts.size() != count) { in check_points()
90 if (iter_pts[ in check_points()
[all...]

Completed in 2 milliseconds