Searched refs:wpix (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/html/
H A Dm_tables.cpp463 int wpix = m_Width - (m_NumCols + 1) * m_Spacing; local
472 wpix -= m_ColsInfo[i].pixwidth;
488 int newWidth = m_Width - wpix + maxWidth;
503 wpix -= m_Width - newWidth;
509 int wtemp = wpix;
513 m_ColsInfo[i].pixwidth = wxMin(m_ColsInfo[i].width, 100) * wpix / 100;
527 wpix = wtemp;
538 if (wpix < 0)
539 wpix = 0;
547 m_ColsInfo[i].pixwidth = (int)(wpix * (m_ColsInf
[all...]

Completed in 204 milliseconds