Searched refs:openRectPath (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 2182 SkPath openRectPath; in DEF_TEST() local 2183 openRectPath.moveTo(0, 0); in DEF_TEST() 2184 openRectPath.lineTo(10, 0); in DEF_TEST() 2185 openRectPath.lineTo(10, 10); in DEF_TEST() 2186 openRectPath.lineTo(0, 10); in DEF_TEST() 2188 openRectPath, SkRect::MakeWH(10, 10), in DEF_TEST() 2191 openRectPath, SkRect::MakeWH(10, 10), in DEF_TEST() 2194 openRectPath, SkRect::MakeWH(10, 10), in DEF_TEST()
|