Home
last modified time | relevance | path

Searched refs:aIsRRect (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/tests/
DGrStyledShapeTest.cpp126 bool aIsRRect = a.asRRect(&rrectA, &dirA, &startA, &invertedA); in check_equivalence() local
130 bool allowSameRRectButDiffStartAndDir = (aIsRRect && bIsRRect) && (aHasPE != bHasPE); in check_equivalence()
188 REPORTER_ASSERT(r, aIsRRect == bIsRRect); in check_equivalence()
189 if (aIsRRect) { in check_equivalence()