Home
last modified time | relevance | path

Searched refs:PosToPixel (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Dtextctrl.cpp427 int wxTextCtrl::PosToPixel( int line, int pos ) in PosToPixel() function in wxTextCtrl
1183 int x = PosToPixel( m_cursorY, m_cursorX-1 ); in DoChar()
1242 int x = PosToPixel( m_cursorY, m_cursorX ); in DoBack()
1285 int x = PosToPixel( m_cursorY, m_cursorX ); in DoDelete()
1636 int xx = PosToPixel( lineNum, selStartX ); in DrawLine()
1660 int xx = PosToPixel( lineNum, selStartX ); in DrawLine()
1672 int ww = PosToPixel( lineNum, selEndX ); in DrawLine()
1732 int xx = PosToPixel( m_cursorY, m_cursorX ); in OnPaint()
2114 w = PosToPixel( new_y, new_x ) - x; in MoveCursor()
2142 x = PosToPixel( new_y, new_x ); in MoveCursor()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Dtextctrl.cpp427 int wxTextCtrl::PosToPixel( int line, int pos ) in PosToPixel() function in wxTextCtrl
1183 int x = PosToPixel( m_cursorY, m_cursorX-1 ); in DoChar()
1242 int x = PosToPixel( m_cursorY, m_cursorX ); in DoBack()
1285 int x = PosToPixel( m_cursorY, m_cursorX ); in DoDelete()
1636 int xx = PosToPixel( lineNum, selStartX ); in DrawLine()
1660 int xx = PosToPixel( lineNum, selStartX ); in DrawLine()
1672 int ww = PosToPixel( lineNum, selEndX ); in DrawLine()
1732 int xx = PosToPixel( m_cursorY, m_cursorX ); in OnPaint()
2115 w = PosToPixel( new_y, new_x ) - x; in MoveCursor()
2143 x = PosToPixel( new_y, new_x ); in MoveCursor()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/x11/
H A Dtextctrl.cpp427 int wxTextCtrl::PosToPixel( int line, int pos ) in PosToPixel() function in wxTextCtrl
1183 int x = PosToPixel( m_cursorY, m_cursorX-1 ); in DoChar()
1242 int x = PosToPixel( m_cursorY, m_cursorX ); in DoBack()
1285 int x = PosToPixel( m_cursorY, m_cursorX ); in DoDelete()
1636 int xx = PosToPixel( lineNum, selStartX ); in DrawLine()
1660 int xx = PosToPixel( lineNum, selStartX ); in DrawLine()
1672 int ww = PosToPixel( lineNum, selEndX ); in DrawLine()
1732 int xx = PosToPixel( m_cursorY, m_cursorX ); in OnPaint()
2115 w = PosToPixel( new_y, new_x ) - x; in MoveCursor()
2143 x = PosToPixel( new_y, new_x ); in MoveCursor()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/x11/
H A Dtextctrl.h230 int PosToPixel( int line, int pos );
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/x11/
H A Dtextctrl.h230 int PosToPixel( int line, int pos );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/x11/
H A Dtextctrl.h230 int PosToPixel( int line, int pos );