Home
last modified time | relevance | path

Searched refs:breakLines (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/samples/layout/
Dparagraph.h49 void breakLines(le_int32 width, le_int32 height);
Dgnomelayout.cpp114 context->paragraph->breakLines(context->width, context->height); in openOK()
216 context->paragraph->breakLines(context->width, context->height); in eventConfigure()
Dparagraph.cpp192 void Paragraph::breakLines(le_int32 width, le_int32 height) in breakLines() function in Paragraph
Dlayout.cpp64 context->paragraph->breakLines(context->width, context->height); in InitParagraph()