Lines Matching defs:bounds
99 static bool clip_line(SkPoint pts[2], const SkRect& bounds, SkScalar intervalLength,
118 SkScalar leftTop = (&bounds.fLeft)[xyOffset];
119 SkScalar rightBottom = (&bounds.fRight)[xyOffset];
125 // right/bottom of the bounds (keeping our new line "in phase" with the dash,
171 SkRect bounds;
172 bounds = *cullRect;
173 outset_for_stroke(&bounds, rec);
178 if (clip_line(pts, bounds, intervalLength, 0)) {
200 if (clip_line(pts, bounds, intervalLength, std::fmod(accum, intervalLength))) {
465 // watch out for values that might make us go out of bounds