Searched refs:linePath (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/gm/ |
D | convexpolyeffect.cpp | 87 SkPath linePath; in onOnceBeforeDraw() local 88 linePath.moveTo(5.f, 5.f); in onOnceBeforeDraw() 89 linePath.lineTo(6.f, 6.f); in onOnceBeforeDraw() 90 fPaths.push_back(linePath); in onOnceBeforeDraw()
|
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 2029 SkPath linePath; in DEF_TEST() local 2030 linePath.moveTo(4, 4); in DEF_TEST() 2031 linePath.lineTo(4, 5); in DEF_TEST() 2035 make_TestCase(r, linePath, buttCap)->compare( in DEF_TEST() 2039 make_TestCase(r, linePath, squareCap)->compare( in DEF_TEST() 2043 make_TestCase(r, linePath, roundCap)->compare(r, in DEF_TEST() 2048 linePath.reset(); in DEF_TEST() 2049 linePath.moveTo(4, 4); in DEF_TEST() 2050 linePath.lineTo(5, 4); in DEF_TEST() 2052 make_TestCase(r, linePath, buttCap)->compare( in DEF_TEST() [all …]
|