Lines Matching refs:RunCount
456 RunCount; in UnpackWPGRaster() local
478 RunCount=bbuf & 0x7F; in UnpackWPGRaster()
481 if(RunCount) /* repeat next byte runcount * */ in UnpackWPGRaster()
484 for(i=0;i<(int) RunCount;i++) InsertByte(bbuf); in UnpackWPGRaster()
490 RunCount=(unsigned char) c; in UnpackWPGRaster()
491 for(i=0;i<(int) RunCount;i++) InsertByte(0xFF); in UnpackWPGRaster()
495 if(RunCount) /* next runcount byte are readed directly */ in UnpackWPGRaster()
497 for(i=0;i < (int) RunCount;i++) in UnpackWPGRaster()
507 RunCount=(unsigned char) c; in UnpackWPGRaster()
513 for(i=0;i < (int) RunCount;i++) in UnpackWPGRaster()
556 RunCount, in UnpackWPG2Raster() local
602 RunCount=ReadBlobByte(image); /* BLK */ in UnpackWPG2Raster()
603 if (RunCount < 0) in UnpackWPG2Raster()
605 for(i=0; i < SampleSize*(RunCount+1); i++) in UnpackWPG2Raster()
611 RunCount=ReadBlobByte(image); /* EXT */ in UnpackWPG2Raster()
612 if (RunCount < 0) in UnpackWPG2Raster()
614 for(i=0; i<= RunCount;i++) in UnpackWPG2Raster()
619 RunCount=ReadBlobByte(image); /* RST */ in UnpackWPG2Raster()
620 if (RunCount < 0) in UnpackWPG2Raster()
631 for(i=0;i<=RunCount;i++) in UnpackWPG2Raster()
640 RunCount=ReadBlobByte(image); /* WHT */ in UnpackWPG2Raster()
641 if (RunCount < 0) in UnpackWPG2Raster()
643 for(i=0; i < SampleSize*(RunCount+1); i++) in UnpackWPG2Raster()
649 RunCount=bbuf & 0x7F; in UnpackWPG2Raster()
655 for(i=0;i<=RunCount;i++) in UnpackWPG2Raster()
660 for(i=0; i< SampleSize*(RunCount+1);i++) in UnpackWPG2Raster()