Searched refs:_LineAt (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/apps/terminal/
H A DHistoryBuffer.h41 inline HistoryLine* _LineAt(int32 index) const;
56 HistoryBuffer::_LineAt(int32 index) const function in class:HistoryBuffer
65 return index >= 0 && index < fSize ? _LineAt(index) : NULL;
H A DBasicTerminalBuffer.cpp54 BasicTerminalBuffer::_LineAt(int32 index) const function in class:BasicTerminalBuffer
69 return _LineAt(index + fHeight);
249 TerminalLine* destLine = _LineAt(i);
592 TerminalLine* line = _LineAt(fCursor.y);
622 TerminalLine *line = _LineAt(y);
637 TerminalLine* line = _LineAt(fCursor.y);
695 TerminalLine* line = _LineAt(fCursor.y);
737 TerminalLine* line = _LineAt(fCursor.y);
751 TerminalLine* line = _LineAt(fCursor.y);
782 TerminalLine* line = _LineAt(fCurso
[all...]
H A DHistoryBuffer.cpp253 HistoryLine* line = _LineAt(fSize - toDrop - 1);
265 HistoryLine* line = _LineAt(fSize - toDrop - 1);
H A DTermView.cpp719 TermView::_LineAt(float y) function in class:TermView
742 return TermPos(p.x >= 0 ? (int32)p.x / fFontWidth : -1, _LineAt(p.y));
845 int32 offset = _LineAt(0);
1205 int32 firstVisible = _LineAt(0);
1377 int32 firstVisible = _LineAt(0);
1378 int32 y1 = _LineAt(updateRect.top);
1379 int32 y2 = std::min(_LineAt(updateRect.bottom), (int32)fRows - 1);
2083 int32 oldFirstLine = _LineAt(0);
2084 int32 oldLastLine = _LineAt(bottom);
2085 int32 newFirstLine = _LineAt(dif
[all...]
H A DTermView.h141 inline int32 _LineAt(float y);
H A DBasicTerminalBuffer.h164 inline TerminalLine* _LineAt(int32 index) const;
/haiku-fatelf/src/kits/interface/
H A DTextView.cpp554 int32 startLine = _LineAt(BPoint(0.0, updateRect.top));
555 int32 endLine = _LineAt(BPoint(0.0, updateRect.bottom));
1218 fLines->BumpOffset(inLength, _LineAt(inOffset) + 1);
1707 _RequestDrawLines(_LineAt(startOffset), _LineAt(endOffset));
1828 int32 lineNum = _LineAt(offset);
1842 int32 lineNum = _LineAt(point);
1865 int32 lineNum = _LineAt(inOffset);
1931 int32 lineNum = _LineAt(point);
3177 fLines->BumpOffset(inLength, _LineAt(inOffse
5675 BTextView::_LineAt(int32 offset) const function in class:BTextView
5688 BTextView::_LineAt(const BPoint& point) const function in class:BTextView
[all...]
/haiku-fatelf/headers/os/interface/
H A DTextView.h407 int32 _LineAt(int32 offset) const;
408 int32 _LineAt(const BPoint& point) const;

Completed in 201 milliseconds