Searched refs:nPopupLabelMaxWidth (Results 1 – 1 of 1) sorted by relevance
344 int nPopupLabelMaxWidth = 0; in createUserPane() local385 if (nPopupLabelMaxWidth < tfWidth) { in createUserPane()386 nPopupLabelMaxWidth = tfWidth; in createUserPane()449 …int nLongestPopupWidth = nPopupMaxWidth + nPopupLabelMaxWidth + kAquaSpaceBetweenControls - kAquaS… in createUserPane()827 int nPopupLabelMaxWidth = 0; in layoutControls() local844 if (nPopupLabelMaxWidth < nLabelWidth) { in layoutControls()845 nPopupLabelMaxWidth = nLabelWidth; in layoutControls()854 …int nLongestPopupWidth = nPopupMaxWidth + nPopupLabelMaxWidth + kAquaSpaceBetweenControls - kAquaS… in layoutControls()
Completed in 18 milliseconds