Searched refs:updatedChars (Results 1 - 1 of 1) sorted by path

/haiku/src/apps/serialconnect/
H A DTermView.cpp61 VTermRect updatedChars = _PixelsToGlyphs(updateRect); local
70 for (pos.row = updatedChars.start_row; pos.row <= updatedChars.end_row;
72 int x = updatedChars.start_col * fFontWidth + kBorderSpacing;
82 pos.col = updatedChars.start_col;
85 for (pos.col = updatedChars.start_col;
86 pos.col <= updatedChars.end_col;) {
100 || pos.col >= updatedChars.end_col

Completed in 107 milliseconds