• Home
  • Raw
  • Download

Lines Matching refs:pathA

132     SkPath pathA, pathB;  in check_equivalence()  local
133 a.asPath(&pathA); in check_equivalence()
139 if (pathA.isInverseFillType() != pathB.isInverseFillType()) { in check_equivalence()
140 const GrShape* s1 = pathA.isInverseFillType() ? &a : &b; in check_equivalence()
141 const GrShape* s2 = pathA.isInverseFillType() ? &b : &a; in check_equivalence()
147 if (SkPath::ConvertToNonInverseFillType(pathA.getFillType()) != in check_equivalence()
157 REPORTER_ASSERT(r, paths_fill_same(pathA, pathB)); in check_equivalence()
160 SkPath pA = pathA; in check_equivalence()
165 pA.setFillType(SkPath::ConvertToNonInverseFillType(pathA.getFillType())); in check_equivalence()
199 REPORTER_ASSERT(r, pathA.isConvex()); in check_equivalence()
2059 auto compare = [r, &paints] (const SkPath& pathA, const SkPath& pathB, in DEF_TEST()
2061 SkPath volatileA = pathA; in DEF_TEST()
2069 TestCase caseA(PathGeo(pathA, invert), paint, r); in DEF_TEST()
2076 SkPath pathA; in DEF_TEST() local
2080 pathA.lineTo(10.f, 10.f); in DEF_TEST()
2081 pathA.conicTo(20.f, 20.f, 20.f, 30.f, 0.7f); in DEF_TEST()
2085 compare(pathA, pathB, TestCase::kAllSame_ComparisonExpecation); in DEF_TEST()
2091 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST()
2097 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST()
2104 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST()
2111 compare(pathA, pathB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST()