Lines Matching refs:NSRect
298 NSRect aViewFrame = [mpPreview frame];
347 NSRect aPreviewFrame = [mpAccessoryView frame];
377 NSRect aTextRect = { { 100, 5 }, { 100, 22 } };
387 NSRect aFieldRect = { { 45, 5 }, { 35, 25 } };
396 NSRect aStepFrame = { { 85, 5 }, { 15, 25 } };
570 NSRect aCtrlRect = [pControl frame];
575 NSRect aSubRect = [pSubControl frame];
612 NSRect aCtrlRect = [rLeftColumn[i].pControl frame];
616 NSRect aSubRect = [rLeftColumn[i].pSubControl frame];
631 NSRect aCtrlRect = [rRightColumn[i].pControl frame];
635 NSRect aSubRect = [rRightColumn[i].pSubControl frame];
646 NSRect aUnion = NSZeroRect;
658 NSRect aFrame = [pCurSubView frame];
686 NSRect aRect = [pNSView frame];
698 NSRect aFrame = [pCurSubView frame];
715 NSRect aTextRect = { NSZeroPoint, {20, 15} };
770 NSRect aTextRect = [pTextView frame];
775 NSRect aSepRect = { { aTextRect.size.width + 1, aTextRect.origin.y }, { 100, 6 } };
792 NSRect aCheckRect = NSMakeRect( rCurX + nAttachOffset, 0, 0, 15);
841 NSRect aTextRect = [pTextView frame];
861 NSRect aRadioRect = NSMakeRect( rCurX + nOff, 0, 280 - rCurX, 5*rChoices.getLength());
915 NSRect aTextRect = [pTextView frame];
919 NSRect aBtnRect = NSMakeRect( rCurX /*+ nAttachOffset*/ + aTextRect.size.width, 0, 0, 15);
983 NSRect aTextRect = [pTextView frame];
995 NSRect aFieldRect = NSMakeRect( rCurX + nOff + nAttachOffset, 0, 100, 25);
1019 NSRect aStepFrame = NSMakeRect(
1096 NSRect aViewFrame = { NSZeroPoint, {600, 400 } };
1097 NSRect aTabViewFrame = { { 190, 0 }, {410, 400 } };