Home | History | Annotate | Download | only in Carbon

Lines Matching full:bounds

143         NSRect targetBounds = [self bounds];
147 targetBounds = [view bounds];
200 Rect bounds;
201 GetRegionBounds(inRegion, &bounds);
203 bounds.top, bounds.left, bounds.bottom, bounds.right);
207 Rect bounds, cntlBounds;
213 bounds.top, bounds.left, bounds.bottom, bounds.right);
218 printf("%s: control bounds are %d %d %d %d\n", inNeedsDisplay ? "INVALIDATE" : "VALIDATE",
231 GetRegionBounds(inRegion, &bounds);
235 bounds.top, bounds.left, bounds.bottom, bounds.right);