Home | History | Annotate | Download | only in tests

Lines Matching refs:isRRect

2517     REPORTER_ASSERT(reporter, readBack.isRRect(nullptr) == p.isRRect(nullptr));
2519 if (SkPathPriv::IsRRect(p, &rrect0, &dir0, &start0) &&
2520 SkPathPriv::IsRRect(readBack, &rrect1, &dir1, &start1)) {