Searched refs:ParagraphIndexFor (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextDocument.h64 int32 ParagraphIndexFor(int32 textOffset,
H A DTextDocument.cpp251 TextDocument::ParagraphIndexFor(int32 textOffset, int32& paragraphOffset) const function in class:TextDocument
275 int32 index = ParagraphIndexFor(textOffset, paragraphOffset);
526 index = ParagraphIndexFor(textOffset, paragraphOffset);
683 index = ParagraphIndexFor(textOffset, paragraphOffset);

Completed in 32 milliseconds