Home | History | Annotate | Download | only in source

Lines Matching refs:gDumpLineLimit

659 		for (index = 0; index < pCount && index < gDumpLineLimit; index++)
667 if (pCount > gDumpLineLimit)
669 printf (" ... %u bad pixels skipped\n", (unsigned) (pCount - gDumpLineLimit));
674 for (index = 0; index < rCount && index < gDumpLineLimit; index++)
684 if (rCount > gDumpLineLimit)
686 printf (" ... %u bad rects skipped\n", (unsigned) (rCount - gDumpLineLimit));