Searched refs:paragraphs (Results 1 - 1 of 1) sorted by path

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.cpp32 // system work so only the affected paragraphs are updated.
34 // to the original paragraph count), and than how many new paragraphs
35 // are between these. From the difference in old number of paragraphs
36 // inbetween and the new count, we know how many new paragraphs are
145 fprintf(stderr, "bad_alloc when invalidating paragraphs\n");
321 int32 paragraphs = fParagraphLayouts.size(); local
322 for (int32 i = 0; i < paragraphs; i++) {
404 int32 paragraphs = fParagraphLayouts.size(); local
405 for (int32 i = 0; i < paragraphs - 1; i++) {
417 if (paragraphs >
438 int32 paragraphs = fParagraphLayouts.size(); local
[all...]

Completed in 155 milliseconds