Home
last modified time | relevance | path

Searched refs:maxLines (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/layout/
Dgnomelayout.cpp220 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() local
224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
Dcgnomelayout.c212 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose() local
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
/external/icu/icu4c/source/samples/layout/
Dgnomelayout.cpp220 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() local
224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
Dcgnomelayout.c212 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose() local
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
/external/chromium_org/third_party/icu/source/tools/ctestfw/
Duperf.cpp217 int maxLines = MAXLINES; in getLines() local
232 if (numLines >= maxLines) { in getLines()
233 maxLines += MAXLINES; in getLines()
234 ULine *newLines = new ULine[maxLines]; in getLines()
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp217 int maxLines = MAXLINES; in getLines() local
232 if (numLines >= maxLines) { in getLines()
233 maxLines += MAXLINES; in getLines()
234 ULine *newLines = new ULine[maxLines]; in getLines()
/external/icu/icu4c/source/tools/genrb/
Dwrtjava.c216 int32_t maxLines = 3000; in getColumnCount() local
222 if (maxLines < (adjustedLen / columnCount) ){ in getColumnCount()
223 columnCount = adjustedLen / maxLines; in getColumnCount()
/external/chromium_org/third_party/icu/source/tools/genrb/
Dwrtjava.c216 int32_t maxLines = 3000; in getColumnCount() local
222 if (maxLines < (adjustedLen / columnCount) ){ in getColumnCount()
223 columnCount = adjustedLen / maxLines; in getColumnCount()