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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dscrolwin.h40 int *linesPerPage);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dscrolwin.cpp90 int *linesPerPage)
99 *linesPerPage = page_size;
108 *linesPerPage = 0;
84 DoAdjustScrollbar(GtkRange* range, int pixelsPerLine, int winSize, int virtSize, int *pos, int *lines, int *linesPerPage) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dscrolwin.h40 int *linesPerPage);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp675 int linesPerPage; local
682 linesPerPage = 0;
692 linesPerPage = w / m_xScrollPixelsPerLine;
696 if ((linesPerPage < m_xScrollLines) && (w >= wVirt)) ++linesPerPage;
698 if (linesPerPage >= m_xScrollLines)
701 linesPerPage =
707 if ( linesPerPage < 1 )
708 linesPerPage = 1;
712 const int posMax = m_xScrollLines - linesPerPage;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dscrolwin.cpp82 int *linesPerPage)
126 *linesPerPage = (int)(adj->page_increment + 0.5);
76 DoAdjustScrollbar(GtkAdjustment *adj, int pixelsPerLine, int winSize, int virtSize, int *pos, int *lines, int *linesPerPage) argument

Completed in 211 milliseconds