Searched refs:pl_nextLine (Results 1 – 6 of 6) sorted by relevance
236 pl_nextLine(pl_paragraph *paragraph, float width);
71 # define pl_nextLine pl_nextLine_INTERNAL_API_DO_NOT_USE macro
140 #define pl_nextLine pl_nextLine_3_8 macro
131 pl_nextLine(pl_paragraph *paragraph, float width) in pl_nextLine() function
306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) { in pf_breakLines()
644 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) { in GlyphToCharTest()