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

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.h79 void InvalidateParagraphs(int32 start, int32 count);
H A DTextDocumentLayout.cpp38 // fLayout->InvalidateParagraphs(event.FirstChangedParagraph(),
116 InvalidateParagraphs(0, fDocument->CountParagraphs());
121 TextDocumentLayout::InvalidateParagraphs(int32 start, int32 count) function in class:TextDocumentLayout
137 fprintf(stderr, "TextDocumentLayout::InvalidateParagraphs() - "

Completed in 42 milliseconds