Home
last modified time | relevance | path

Searched refs:points41 (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/tests/
DPathTest.cpp5349 SkPoint points41[] = { {75, 75}, {150, 75}, {150, 150}, {140, 150}, {140, 75}, {75, 75} }; in DEF_TEST() local
5350 path = makePath2(points41, verbs41, SK_ARRAY_COUNT(verbs41)); in DEF_TEST()
5352 compare.setBounds(&points41[1], 4); in DEF_TEST()