Home | History | Annotate | Download | only in rendering

Lines Matching refs:numLines

1477     static int numLines = 8; // The # of lines we're willing to match against.
1479 for (int i = 0; i < numLines && line; i++, line = line->nextRootBox()) {