Lines Matching refs:NSRect
223 NSRect rect = [window frame];
224 NSRect vrectOld = [[window contentView] frame];
230 NSRect vrectNew = vrectOld;
259 NSRect frame = [window frame];
499 NSRect initContentRect = NSMakeRect(0, 0, windowWidth, 0);
501 NSRect dispFrame = [mainDisplay visibleFrame];
673 //NSRect visible = [[self contentView] frame];
796 NSRect rect = [self frame];
900 NSRect r = [slider frame];
909 - (void)drawRect:(NSRect)rect { argument
923 NSRect imageRect = {{0,0}, {[image size].width, [image size].height}};