Searched refs:pl_nextLine (Results 1 – 8 of 8) sorted by relevance
239 pl_nextLine(pl_paragraph *paragraph, float width);
133 pl_nextLine(pl_paragraph *paragraph, float width) in pl_nextLine() function
309 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) { in pf_breakLines()
665 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) { in GlyphToCharTest()
180 #define pl_nextLine U_ICU_ENTRY_POINT_RENAME(pl_nextLine) macro