Lines Matching defs:rect
136 this->drawRect(SkRect::Make(it.rect()), paint);
522 bool rect = current.fIsRect;
523 return fClipStack.emplace_back(bounds, aa, rect);
529 void SkNoPixelsDevice::onClipRect(const SkRect& rect, SkClipOp op, bool aa) {
530 this->writableClip().op(op, this->localToDevice44(), rect,
557 void SkNoPixelsDevice::onReplaceClip(const SkIRect& rect) {
558 SkIRect deviceRect = SkMatrixPriv::MapRect(this->globalToDevice(), SkRect::Make(rect)).round();
590 // A rectangular clip remains rectangular if the intersection is a rect
602 // The difference couldn't be represented as a rect
606 // A non-rect shape was applied