Home | History | Annotate | Download | only in source

Lines Matching refs:rCount

610 	uint32 rCount = stream.Get_uint32 ();
612 SafeUint32Add(12, SafeUint32Add(SafeUint32Mult(pCount, 8), SafeUint32Mult(rCount, 16)));
634 for (index = 0; index < rCount; index++)
672 printf ("Bad Rects: %u\n", (unsigned) rCount);
674 for (index = 0; index < rCount && index < gDumpLineLimit; index++)
684 if (rCount > gDumpLineLimit)
686 printf (" ... %u bad rects skipped\n", (unsigned) (rCount - gDumpLineLimit));
701 uint32 rCount = fList->RectCount ();
703 stream.Put_uint32 (12 + pCount * 8 + rCount * 16);
708 stream.Put_uint32 (rCount);
722 for (index = 0; index < rCount; index++)