Searched defs:lineIndex (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.h34 GlyphInfo(uint32 charCode, float x, float width, int32 lineIndex) argument
80 int32 lineIndex; member in class:GlyphInfo
[all...]
H A DTextEditor.cpp383 TextEditor::_MoveToLine(int32 lineIndex, bool select) argument
[all...]
H A DTextDocumentLayout.cpp214 int32 lineIndex = 0; local
228 TextDocumentLayout::FirstOffsetOnLine(int32 lineIndex) argument
242 TextDocumentLayout::LastOffsetOnLine(int32 lineIndex) argument
273 TextDocumentLayout::GetLineBounds(int32 lineIndex, floa argument
432 _ParagraphLayoutIndexForLineIndex(int32& lineIndex, int32& paragraphOffset) argument
[all...]
H A DParagraphLayout.cpp314 ParagraphLayout::FirstOffsetOnLine(int32 lineIndex) argument
329 ParagraphLayout::LastOffsetOnLine(int32 lineIndex) argument
344 GetLineBounds(int32 lineIndex, float& x1, float& y1, float& x2, float& y2) argument
429 int32 lineIndex = 0; local
524 int lineIndex = 0; local
658 int lineIndex = -1; local
849 _FinalizeLine(int lineStart, int lineEnd, int lineIndex, float y, float& lineHeight) argument
[all...]
/haiku/src/kits/debugger/model/
H A DDisassembledCode.cpp157 int32 lineIndex = fLines.CountItems(); local
/haiku/src/kits/interface/
H A DTextView.cpp3868 int32 lineIndex = (*startLine > 0) ? *startLine - 1 : 0; local
[all...]

Completed in 222 milliseconds