Lines Matching full:bounds
41 SkRect bounds;
43 bounds.set(src, 2);
44 if (containsNoEmptyCheck(clip, bounds)) {
52 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) ||
53 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) ||
54 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) ||
55 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) {
102 bounds.set(tmp, 2);
103 SkASSERT(containsNoEmptyCheck(clip, bounds));