Lines Matching refs:size

355 …rol description] UTF8String], frame.origin.x, frame.origin.y, frame.size.width, frame.size.height);  in createUserPane()
357 int nControlHeight = frame.size.height; in createUserPane()
358 int nControlWidth = frame.size.width; in createUserPane()
381 …description] UTF8String], tfRect.origin.x, tfRect.origin.y, tfRect.size.width, tfRect.size.height); in createUserPane()
383 int tfWidth = tfRect.size.width; in createUserPane()
393 frame.size.width = nControlWidth; in createUserPane()
399 frame.size.width = nControlWidth; in createUserPane()
456 if (currentWidth < minRect.size.width) in createUserPane()
457 currentWidth = minRect.size.width; in createUserPane()
459 if (currentHeight < minRect.size.height) in createUserPane()
460 currentHeight = minRect.size.height; in createUserPane()
463 …rect to {%f, %f, %f, %f}",upRect.origin.x, upRect.origin.y, upRect.size.width, upRect.size.height); in createUserPane()
818 …}",userPaneRect.origin.x, userPaneRect.origin.y, userPaneRect.size.width, userPaneRect.size.height… in layoutControls()
820 int nUsableWidth = userPaneRect.size.width; in layoutControls()
824 int currenttop = userPaneRect.size.height; in layoutControls()
834 int nControlWidth = controlRect.size.width; in layoutControls()
843 int nLabelWidth = labelFrame.size.width; in layoutControls()
866 int nControlHeight = controlRect.size.height; in layoutControls()
867 int nControlWidth = controlRect.size.width; in layoutControls()
888 …int totalWidth = nPopupMaxWidth + labelFrame.size.width + kAquaSpaceBetweenControls - kAquaSpacePo… in layoutControls()
895 … %f, %f}",labelFrame.origin.x, labelFrame.origin.y, labelFrame.size.width, labelFrame.size.height); in layoutControls()
898 …controlRect.origin.x = left + labelFrame.size.width + kAquaSpaceBetweenControls - kAquaSpaceLabelF… in layoutControls()
900 controlRect.size.width = nPopupMaxWidth; in layoutControls()
901 … %f}",controlRect.origin.x, controlRect.origin.y, controlRect.size.width, controlRect.size.height); in layoutControls()
913 controlRect.size.width = nPopupMaxWidth; in layoutControls()
915 … %f}",controlRect.origin.x, controlRect.origin.y, controlRect.size.width, controlRect.size.height); in layoutControls()