Home
last modified time | relevance | path

Searched refs:ParagraphAtIndex (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextDocument.h62 const Paragraph& ParagraphAtIndex(int32 index) const;
H A DTextDocumentLayout.cpp132 const Paragraph& paragraph = fDocument->ParagraphAtIndex(start); in InvalidateParagraphs()
359 const Paragraph& paragraph = fDocument->ParagraphAtIndex(i); in _Init()
H A DTextDocument.cpp249 TextDocument::ParagraphAtIndex(int32 index) const in ParagraphAtIndex() function in TextDocument