Lines Matching refs:nControlWidth
358 int nControlWidth = frame.size.width; in createUserPane() local
391 if (nControlWidth < POPUP_WIDTH_MIN) { in createUserPane()
392 nControlWidth = POPUP_WIDTH_MIN; in createUserPane()
393 frame.size.width = nControlWidth; in createUserPane()
397 if (nControlWidth > POPUP_WIDTH_MAX) { in createUserPane()
398 nControlWidth = POPUP_WIDTH_MAX; in createUserPane()
399 frame.size.width = nControlWidth; in createUserPane()
404 if (nPopupMaxWidth < nControlWidth) { in createUserPane()
405 nPopupMaxWidth = nControlWidth; in createUserPane()
408 …nControlWidth += tfWidth + kAquaSpaceBetweenControls - kAquaSpaceLabelFrameBoundsDiffH - kAquaSpac… in createUserPane()
421 if (nCheckboxMaxWidth < nControlWidth) { in createUserPane()
422 nCheckboxMaxWidth = nControlWidth; in createUserPane()
426 nControlWidth -= 2 * kAquaSpaceSwitchButtonFrameBoundsDiff; in createUserPane()
834 int nControlWidth = controlRect.size.width; in layoutControls() local
838 if (nPopupMaxWidth < nControlWidth) { in layoutControls()
839 nPopupMaxWidth = nControlWidth; in layoutControls()
848 if (nCheckboxMaxWidth < nControlWidth) { in layoutControls()
849 nCheckboxMaxWidth = nControlWidth; in layoutControls()
867 int nControlWidth = controlRect.size.width; in layoutControls() local
909 nControlWidth = nCheckboxMaxWidth; in layoutControls()