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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/bombs/
H A Dbombs.cpp236 long chw, chh; local
239 dc.GetTextExtent(buf, &chw, &chh);
248 if (chw*ycm < chh*xcm)
250 sy = chh;
251 sx = chh*xcm/ycm;
H A Dbombs1.cpp35 long chw, chh; local
80 dc->GetTextExtent(buf, &chw, &chh);
83 y*m_cellHeight*Y_UNIT + (m_cellHeight*Y_UNIT-chh)/2 );
114 dc->GetTextExtent(buf, &chw, &chh);
117 y*m_cellHeight*Y_UNIT + (m_cellHeight*Y_UNIT-chh)/2);
155 dc->GetTextExtent(buf, &chw, &chh);
159 y*m_cellHeight*Y_UNIT + (m_cellHeight*Y_UNIT-chh)/2);

Completed in 94 milliseconds