Home | History | Annotate | Download | only in core

Lines Matching refs:b_empty

1611     bool b_empty = clipB->isEmpty();
1619 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) {
1626 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds,
1637 if (b_empty) {