Searched refs:maxLines (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/samples/layout/ |
D | gnomelayout.cpp | 220 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() local 224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
|
D | cgnomelayout.c | 212 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/ |
D | gnomelayout.cpp | 220 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() local 224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
|
D | cgnomelayout.c | 212 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/ |
D | uperf.cpp | 217 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/ |
D | uperf.cpp | 217 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/ |
D | wrtjava.c | 216 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/ |
D | wrtjava.c | 216 int32_t maxLines = 3000; in getColumnCount() local 222 if (maxLines < (adjustedLen / columnCount) ){ in getColumnCount() 223 columnCount = adjustedLen / maxLines; in getColumnCount()
|