Lines Matching defs:bounds
28 static bool is_rect(const SkClipStack& clipStack, const SkRect& bounds, SkRect* dst) {
29 SkRect currentClip = bounds;
43 currentClip = rect_intersect(bounds, elementRect);
72 SkRect bounds = outerBounds;
86 Op(SkPath::Rect(bounds), operand, op, &operand);
90 if (!bounds.intersect(operand.getBounds())) {
109 const SkIRect& bounds,
111 // The bounds are slightly outset to ensure this is correct in the
114 SkRect outsetBounds = SkRect::Make(bounds.makeOutset(1, 1));
140 void SkPDFGraphicStackState::updateClip(const SkClipStack* clipStack, const SkIRect& bounds) {
158 append_clip(*clipStack, bounds, fContentStream);