Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
Dparagraph.h43 void breakLines(le_int32 width, le_int32 height);
Dgnomelayout.cpp108 context->paragraph->breakLines(context->width, context->height); in openOK()
210 context->paragraph->breakLines(context->width, context->height); in eventConfigure()
Dparagraph.cpp181 void Paragraph::breakLines(le_int32 width, le_int32 height) in breakLines() function in Paragraph
Dlayout.cpp58 context->paragraph->breakLines(context->width, context->height); in InitParagraph()