Home
last modified time | relevance | path

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

/external/skia/tests/
DGrShapeTest.cpp470 bool aIsRRect = a.asRRect(&rrectA, &dirA, &startA, &invertedA); in check_equivalence() local
474 bool allowSameRRectButDiffStartAndDir = (aIsRRect && bIsRRect) && (aHasPE != bHasPE); in check_equivalence()
531 REPORTER_ASSERT(r, aIsRRect == bIsRRect); in check_equivalence()
532 if (aIsRRect) { in check_equivalence()