Searched refs:strokeAB (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 1928 TestCase strokeAB(r, lineAB, stroke); in DEF_TEST() local 1940 strokeAB.compare(r, fillAB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST() 1942 strokeAB.compare(r, strokeBA, TestCase::kAllSame_ComparisonExpecation); in DEF_TEST() 1943 strokeAB.compare(r, strokeAC, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST() 1951 strokeAB.compare(r, hairlineAB, TestCase::kSameUpToStroke_ComparisonExpecation); in DEF_TEST() 1960 REPORTER_ASSERT(r, strokeAB.baseShape().asLine(pts, &inverted) && !inverted); in DEF_TEST() 1972 strokeAB.compare(r, canonicalizeAsAB ? dashAB : dashBA, in DEF_TEST() 1974 REPORTER_ASSERT(r, strokeAB.baseShape().asLine(pts, &inverted) && !inverted && in DEF_TEST() 1987 strokeInvAB.compare(r, strokeAB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST()
|