Searched refs:points53 (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | PathTest.cpp | 5358 SkPoint points53[] = { {75, 75}, {150, 75}, {150, 150}, {140, 150}, {140, 75}, {75, 75} }; in DEF_TEST() local 5359 path = makePath2(points53, verbs53, SK_ARRAY_COUNT(verbs53)); in DEF_TEST() 5361 compare.setBounds(&points53[1], 4); in DEF_TEST()
|