Lines Matching refs:linePath
2029 SkPath linePath;
2030 linePath.moveTo(4, 4);
2031 linePath.lineTo(4, 5);
2035 make_TestCase(r, linePath, buttCap)->compare(
2039 make_TestCase(r, linePath, squareCap)->compare(
2043 make_TestCase(r, linePath, roundCap)->compare(r,
2048 linePath.reset();
2049 linePath.moveTo(4, 4);
2050 linePath.lineTo(5, 4);
2052 make_TestCase(r, linePath, buttCap)->compare(
2055 make_TestCase(r, linePath, squareCap)->compare(
2058 make_TestCase(r, linePath, roundCap)->compare(
2063 linePath.reset();
2064 linePath.moveTo(4, 4);
2065 linePath.lineTo(4, 4);
2067 make_TestCase(r, linePath, buttCap)->compare(
2070 make_TestCase(r, linePath, squareCap)->compare(
2073 make_TestCase(r, linePath, roundCap)->compare(
2206 SkPath linePath;
2207 linePath.lineTo(10, 10);
2208 geos.emplace_back(new PathGeo(linePath, PathGeo::Invert::kNo));
2209 geos.emplace_back(new PathGeo(linePath, PathGeo::Invert::kYes));