Searched refs:wordPos (Results 1 – 1 of 1) sorted by relevance
2423 size_t wordPos = 0; in onDrawContent() local2425 while (wordPos < 72) { in onDrawContent()2426 auto res2 = paragraph->getWordBoundary(wordPos); in onDrawContent()2430 wordPos = res2.end; in onDrawContent()