Searched refs:breakLines (Results 1 – 4 of 4) sorted by relevance
49 void breakLines(le_int32 width, le_int32 height);
114 context->paragraph->breakLines(context->width, context->height); in openOK()216 context->paragraph->breakLines(context->width, context->height); in eventConfigure()
192 void Paragraph::breakLines(le_int32 width, le_int32 height) in breakLines() function in Paragraph
64 context->paragraph->breakLines(context->width, context->height); in InitParagraph()