Lines Matching refs:isRect
217 if (e.fShape.isRect()) {
543 if (forceAA && !(fShape.isRect() && fLocalToDevice.preservesAxisAlignment())) {
552 if (fShape.isRect()) {
609 if (fShape.isRect() && other.fShape.isRect()) {
635 } else if ((fShape.isRect() || fShape.isRRect()) &&
636 (other.fShape.isRect() || other.fShape.isRRect())) {
640 SkRRect a = fShape.isRect() ? SkRRect::MakeRect(fShape.rect()) : fShape.rrect();
641 SkRRect b = other.fShape.isRect() ? SkRRect::MakeRect(other.fShape.rect())
647 if (joined.isRect()) {