Lines Matching refs:pathA
477 SkPath pathA, pathB;
478 a.asPath(&pathA);
484 if (pathA.isInverseFillType() != pathB.isInverseFillType()) {
485 const GrShape* s1 = pathA.isInverseFillType() ? &a : &b;
486 const GrShape* s2 = pathA.isInverseFillType() ? &b : &a;
492 if (SkPath::ConvertToNonInverseFillType(pathA.getFillType()) !=
502 REPORTER_ASSERT(r, paths_fill_same(pathA, pathB));
505 SkPath pA = pathA;
510 pA.setFillType(SkPath::ConvertToNonInverseFillType(pathA.getFillType()));
544 REPORTER_ASSERT(r, pathA.isConvex());
1786 auto compare = [r, &paints] (const SkPath& pathA, const SkPath& pathB,
1788 SkPath volatileA = pathA;
1796 TestCase caseA(PathGeo(pathA, invert), paint, r);
1803 SkPath pathA;
1807 pathA.lineTo(10.f, 10.f);
1808 pathA.conicTo(20.f, 20.f, 20.f, 30.f, 0.7f);
1812 compare(pathA, pathB, TestCase::kAllSame_ComparisonExpecation);
1818 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation);
1824 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation);
1831 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation);
1838 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation);