Home
last modified time | relevance | path

Searched refs:hVirt (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dscrlwing.cpp738 const int hVirt = m_targetWindow->GetVirtualSize().GetHeight(); in AdjustScrollbars() local
739 m_yScrollLines = ( hVirt + m_yScrollPixelsPerLine - 1 ) / m_yScrollPixelsPerLine; in AdjustScrollbars()
747 if ((linesPerPage < m_yScrollLines) && (h >= hVirt)) ++linesPerPage; in AdjustScrollbars()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dscrlwing.cpp738 const int hVirt = m_targetWindow->GetVirtualSize().GetHeight(); in AdjustScrollbars() local
739 m_yScrollLines = ( hVirt + m_yScrollPixelsPerLine - 1 ) / m_yScrollPixelsPerLine; in AdjustScrollbars()
747 if ((linesPerPage < m_yScrollLines) && (h >= hVirt)) ++linesPerPage; in AdjustScrollbars()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dscrlwing.cpp738 const int hVirt = m_targetWindow->GetVirtualSize().GetHeight(); in AdjustScrollbars() local
739 m_yScrollLines = ( hVirt + m_yScrollPixelsPerLine - 1 ) / m_yScrollPixelsPerLine; in AdjustScrollbars()
747 if ((linesPerPage < m_yScrollLines) && (h >= hVirt)) ++linesPerPage; in AdjustScrollbars()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dscrlwing.cpp738 const int hVirt = m_targetWindow->GetVirtualSize().GetHeight(); in AdjustScrollbars() local
739 m_yScrollLines = ( hVirt + m_yScrollPixelsPerLine - 1 ) / m_yScrollPixelsPerLine; in AdjustScrollbars()
747 if ((linesPerPage < m_yScrollLines) && (h >= hVirt)) ++linesPerPage; in AdjustScrollbars()