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

/haiku/src/apps/terminal/
H A DTermView.cpp526 TermView::_InvalidateTextRect(int32 x1, int32 y1, int32 x2, int32 y2) function in class:TermView
884 _InvalidateTextRect(fCursor.x, fCursor.y, fCursor.x, fCursor.y);
982 _InvalidateTextRect(start.x, start.y, end.x, end.y);
984 _InvalidateTextRect(start.x, start.y, fColumns, start.y);
987 _InvalidateTextRect(0, start.y + 1, fColumns, end.y - 1);
989 _InvalidateTextRect(0, end.y, end.x, end.y);
1028 _InvalidateTextRect(fCursor.x, fCursor.y, fCursor.x, fCursor.y);
1254 _InvalidateTextRect(fCursor.x, fCursor.y, fCursor.x, fCursor.y);
2047 _InvalidateTextRect(fCursor.x, fCursor.y, fCursor.x, fCursor.y);
2410 _InvalidateTextRect(fCurso
[all...]
H A DTermView.h194 inline void _InvalidateTextRect(int32 x1, int32 y1,

Completed in 60 milliseconds