Searched refs:maxLines (Results 1 – 4 of 4) sorted by relevance
220 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() local224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
212 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose() local216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
213 int maxLines = MAXLINES; in getLines() local228 if (numLines >= maxLines) { in getLines()229 maxLines += MAXLINES; in getLines()230 ULine *newLines = new ULine[maxLines]; in getLines()
217 int32_t maxLines = 3000; in getColumnCount() local223 if (maxLines < (adjustedLen / columnCount) ){ in getColumnCount()224 columnCount = adjustedLen / maxLines; in getColumnCount()