Searched refs:heightTotal (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/generic/
H A Dvscroll.cpp84 wxCoord heightTotal; local
89 heightTotal = GetLinesHeight(0, m_lineMax);
94 heightTotal =
101 heightTotal = (wxCoord)
102 (((float)heightTotal / (3*NUM_LINES_TO_SAMPLE)) * m_lineMax);
105 return heightTotal;

Completed in 73 milliseconds