Searched refs:_refx (Results 1 – 8 of 8) sorted by relevance
63 if (pad->_cury < pad->_refy || pad->_curx < pad->_refx || in pecho_wchar()64 pad->_refy + dy < pad->_cury || pad->_refx + dx < pad->_curx) in pecho_wchar()71 code = prefresh(pad, pad->_refy, pad->_refx, in pecho_wchar()
117 pad->_refx = (short) pminc; in pnoutrefresh()
163 w->_refx = w->_begx; in wnoutrefresh()
60 if (pad->_cury < pad->_refy || pad->_curx < pad->_refx in pecho_wchar()61 || pad->_refy + dy < pad->_cury || pad->_refx + dx < pad->_curx) in pecho_wchar()68 pad, pad->_refy, pad->_refx, in pecho_wchar()
126 pad->_refx = (short) pminc;
157 w->_refx = w->_begx;
149 short _refy, _refx; /* Pad origin of last refresh. */ member
148 short _refy, _refx; /* Pad origin of last refresh. */ member