Searched refs:s_checkSize (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcheckbox.cpp203 static int s_checkSize = 0; local
205 if ( !s_checkSize )
210 s_checkSize = dc.GetCharHeight();
219 wCheckbox += s_checkSize + GetCharWidth();
221 if ( hCheckbox < s_checkSize )
222 hCheckbox = s_checkSize;
226 wCheckbox = s_checkSize;
227 hCheckbox = s_checkSize;

Completed in 81 milliseconds