• Home
  • Raw
  • Download

Lines Matching refs:pathA

133     SkPath pathA, pathB;  in check_equivalence()  local
134 a.asPath(&pathA); in check_equivalence()
140 if (pathA.isInverseFillType() != pathB.isInverseFillType()) { in check_equivalence()
141 const GrShape* s1 = pathA.isInverseFillType() ? &a : &b; in check_equivalence()
142 const GrShape* s2 = pathA.isInverseFillType() ? &b : &a; in check_equivalence()
148 if (SkPath::ConvertToNonInverseFillType(pathA.getFillType()) != in check_equivalence()
158 REPORTER_ASSERT(r, paths_fill_same(pathA, pathB)); in check_equivalence()
161 SkPath pA = pathA; in check_equivalence()
166 pA.setFillType(SkPath::ConvertToNonInverseFillType(pathA.getFillType())); in check_equivalence()
200 REPORTER_ASSERT(r, pathA.isConvex()); in check_equivalence()
2072 auto compare = [r, &paints] (const SkPath& pathA, const SkPath& pathB, in DEF_TEST()
2074 SkPath volatileA = pathA; in DEF_TEST()
2082 TestCase caseA(PathGeo(pathA, invert), paint, r); in DEF_TEST()
2089 SkPath pathA; in DEF_TEST() local
2093 pathA.lineTo(10.f, 10.f); in DEF_TEST()
2094 pathA.conicTo(20.f, 20.f, 20.f, 30.f, 0.7f); in DEF_TEST()
2098 compare(pathA, pathB, TestCase::kAllSame_ComparisonExpecation); in DEF_TEST()
2104 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST()
2110 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST()
2117 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST()
2124 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST()