Searched refs:breakLines (Results 1 – 4 of 4) sorted by relevance
43 void breakLines(le_int32 width, le_int32 height);
108 context->paragraph->breakLines(context->width, context->height); in openOK()210 context->paragraph->breakLines(context->width, context->height); in eventConfigure()
181 void Paragraph::breakLines(le_int32 width, le_int32 height) in breakLines() function in Paragraph
58 context->paragraph->breakLines(context->width, context->height); in InitParagraph()