Searched refs:IsWidth (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/terminal/
H A DHistoryBuffer.cpp156 if (cell.attributes.IsWidth())
196 if (cell.attributes.IsWidth())
H A DBasicTerminalBuffer.cpp290 && line->cells[column - 1].attributes.IsWidth();
306 if (column > 0 && line->cells[column - 1].attributes.IsWidth())
422 if (x > 0 && line->cells[x - 1].attributes.IsWidth())
434 TermPos end(x + (line->cells[x].attributes.IsWidth()
458 nextPos.x += line->cells[nextPos.x].attributes.IsWidth()
492 pos.x += line->cells[pos.x].attributes.IsWidth() ? FULL_WIDTH : HALF_WIDTH;
844 if (first > 0 && line->cells[first - 1].attributes.IsWidth())
846 if (end > 0 && line->cells[end - 1].attributes.IsWidth())
871 if (line->cells[fCursor.x].attributes.IsWidth())
1343 if (toCopy > 0 && sourceLine->cells[sourceX + toCopy - 1].attributes.IsWidth()) {
[all...]
H A DTerminalLine.h39 inline bool IsWidth() const { return (state & A_WIDTH) == A_WIDTH; } function in struct:Attributes
H A DTermView.cpp1195 int32 width = attr.IsWidth() ? FULL_WIDTH : HALF_WIDTH;
1224 if (attr.IsWidth() && fCursorStyle != IBEAM_CURSOR)
1458 if (attr.IsWidth())

Completed in 84 milliseconds