Home | History | Annotate | Download | only in Carbon

Lines Matching refs:bounds

144         NSRect targetBounds = [self bounds];
148 targetBounds = [view bounds];
201 Rect bounds;
202 GetRegionBounds(inRegion, &bounds);
204 bounds.top, bounds.left, bounds.bottom, bounds.right);
208 Rect bounds, cntlBounds;
214 bounds.top, bounds.left, bounds.bottom, bounds.right);
219 printf("%s: control bounds are %d %d %d %d\n", inNeedsDisplay ? "INVALIDATE" : "VALIDATE",
232 GetRegionBounds(inRegion, &bounds);
236 bounds.top, bounds.left, bounds.bottom, bounds.right);