Searched refs:rRadioHeight (Results 1 – 3 of 3) sorted by relevance
1328 static long ImplGetNativeCheckAndRadioSize( Window* pWin, long& rCheckHeight, long& rRadioHeight, l… in ImplGetNativeCheckAndRadioSize() argument1330 rMaxWidth = rCheckHeight = rRadioHeight = 0; in ImplGetNativeCheckAndRadioSize()1365 rRadioHeight = aNativeBounds.GetHeight(); in ImplGetNativeCheckAndRadioSize()1369 return (rCheckHeight > rRadioHeight) ? rCheckHeight : rRadioHeight; in ImplGetNativeCheckAndRadioSize()
195 … ImplGetNativeCheckAndRadioSize( Window*, long& rCheckHeight, long& rRadioHeight, long &rMaxWidt…
2296 long Menu::ImplGetNativeCheckAndRadioSize( Window* pWin, long& rCheckHeight, long& rRadioHeight, lo… in ImplGetNativeCheckAndRadioSize() argument2298 rMaxWidth = rCheckHeight = rRadioHeight = 0; in ImplGetNativeCheckAndRadioSize()2335 rRadioHeight = aNativeBounds.GetHeight(); in ImplGetNativeCheckAndRadioSize()2340 return (rCheckHeight > rRadioHeight) ? rCheckHeight : rRadioHeight; in ImplGetNativeCheckAndRadioSize()
Completed in 306 milliseconds