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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dtextctrl.h235 int PosToPixel( int line, int pos );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtextctrl.cpp430 int wxTextCtrl::PosToPixel( int line, int pos ) function in class:wxTextCtrl
1186 int x = PosToPixel( m_cursorY, m_cursorX-1 );
1204 int xx = PosToPixel( m_cursorY, m_cursorX ) / m_charWidth;
1245 int x = PosToPixel( m_cursorY, m_cursorX );
1288 int x = PosToPixel( m_cursorY, m_cursorX );
1639 int xx = PosToPixel( lineNum, selStartX );
1641 int ww = PosToPixel( lineNum, selEndX ) - xx;
1663 int xx = PosToPixel( lineNum, selStartX );
1675 int ww = PosToPixel( lineNum, selEndX );
1735 int xx = PosToPixel( m_cursor
[all...]

Completed in 105 milliseconds