Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPluginPICT.cpp685 int pkpixsize; in UnpackBits() local
699 pkpixsize = 1; // RLE unit: one byte for everything... in UnpackBits()
701 pkpixsize = 2; in UnpackBits()
788 j += pkpixsize + 1; in UnpackBits()
802 j += ( len * pkpixsize ) + 1; in UnpackBits()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dpicttoppm.c1674 unsigned int const pkpixsize = pixSize == 16 ? 2 : 1; in doBlit() local
1677 (srcRect.left - srcBounds.left) * pkpixsize; in doBlit()
2413 unsigned int const pkpixsize = bitsPerPixel == 16 ? 2 : 1; in expandRun() local
2418 if (1 + pkpixsize > blockLimit) in expandRun()
2433 runLength, pkpixsize); in expandRun()
2435 unpackBuf(&block[1], pkpixsize, bitsPerPixel, in expandRun()
2461 *blockLengthP = 1 + pkpixsize; in expandRun()
2493 unsigned int const pkpixsize = bitsPerPixel == 16 ? 2 : 1; in copyPixelGroup() local
2495 unsigned int const blockLength = 1 + groupLen * pkpixsize; in copyPixelGroup()
2512 groupLen, pkpixsize); in copyPixelGroup()
[all …]