Lines Matching refs:pixelBounds
1457 SkIRect pixelBounds = fBounds;
1458 if (!pixelBounds.intersect(rect)) {
1465 } else if (pixelBounds == fBounds) {
1472 } else if (op == SkClipOp::kIntersect && this->quickContains(pixelBounds)) {
1474 return this->setRect(pixelBounds);
1487 SkIRect pixelBounds = fBounds;
1488 if (!pixelBounds.intersect(rect.roundOut())) {
1502 } else if (op == SkClipOp::kIntersect && this->quickContains(pixelBounds)) {
1505 return this->setPath(SkPath::Rect(rect), pixelBounds, /*doAA=*/true);
1509 op == SkClipOp::kDifference ? fBounds : pixelBounds,