Searched refs:strokeAB (Results 1 – 2 of 2) 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()
|
/third_party/flutter/skia/tests/ |
D | GrShapeTest.cpp | 1912 TestCase strokeAB(r, lineAB, stroke); in DEF_TEST() local 1924 strokeAB.compare(r, fillAB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST() 1926 strokeAB.compare(r, strokeBA, TestCase::kAllSame_ComparisonExpecation); in DEF_TEST() 1927 strokeAB.compare(r, strokeAC, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST() 1935 strokeAB.compare(r, hairlineAB, TestCase::kSameUpToStroke_ComparisonExpecation); in DEF_TEST() 1944 REPORTER_ASSERT(r, strokeAB.baseShape().asLine(pts, &inverted) && !inverted); in DEF_TEST() 1956 strokeAB.compare(r, canonicalizeAsAB ? dashAB : dashBA, in DEF_TEST() 1958 REPORTER_ASSERT(r, strokeAB.baseShape().asLine(pts, &inverted) && !inverted && in DEF_TEST() 1971 strokeInvAB.compare(r, strokeAB, TestCase::kAllDifferent_ComparisonExpecation); in DEF_TEST()
|