Home
last modified time | relevance | path

Searched refs:rasterBytesGenerated (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dpicttoppm.c2505 unsigned int rasterBytesGenerated; in copyPixelGroup() local
2527 rasterBytesGenerated = MIN(bytePixelLen, destSize); in copyPixelGroup()
2529 for (i = 0; i < rasterBytesGenerated; ++i) in copyPixelGroup()
2533 *rasterBytesGeneratedP = rasterBytesGenerated; in copyPixelGroup()
2593 unsigned int blockLength, rasterBytesGenerated; in interpretCompressedLine() local
2605 &blockLength, &rasterBytesGenerated); in interpretCompressedLine()
2608 rasterCursor += rasterBytesGenerated; in interpretCompressedLine()