Home
last modified time | relevance | path

Searched refs:m_CharW (Results 1 – 3 of 3) sorted by relevance

/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/core/
H A Dtermview.cpp127 m_CharW = 18; in CTermView()
234 left = m_pTermData->m_ColsPerPage*m_CharW-2; in OnPaint()
344 tz.x21 = tz.x22 = x + m_CharW * 2; in DrawSpaceFillingChar()
416 int left = m_CharW * col + m_LeftMargin; in DrawChar()
418 int bgw = m_CharW * w; in DrawChar()
450 xrect.x = rect.x = left + m_CharW * i; in DrawChar()
543 int pos = *x % m_CharW; in PointToLineCol()
545 *x /= m_CharW; in PointToLineCol()
554 pos = m_CharW; // so taht *left = false in PointToLineCol()
578 *left = pos < ( m_CharW + 1 ) / 2; in PointToLineCol()
[all …]
H A Dtermview.h104 int m_CharW; variable
/dports/chinese/pcmanx/pcmanx-gtk2-1.3/
H A DChangeLog.old2700 Recelculate m_CharW & m_CharH after fonts changed.