Searched refs:numPlanes (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp46 TRACE("manufacturer:%u version:%u encoding:%u bitsPerPixel:%u numPlanes:%u bytesPerLine:%u\n", manufacturer, version, encoding, bitsPerPixel, numPlanes, bytesPerLine);
51 && (numPlanes == 1 || numPlanes == 3)
52 && (bitsPerPixel == 8 || numPlanes == 1)
82 uint16 numPlanes = header.numPlanes; local
83 uint32 scanLineLength = numPlanes * bytesPerLine;
133 if (bitsPerPixel == 8 && numPlanes == 1) {
153 if (bitsPerPixel == 1 && numPlanes
[all...]
H A DPCX.h28 uint8 numPlanes; member in struct:PCX::pcx_header
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp80 const int numPlanes = color ? 3 : 1; local
86 for (int plane = 0; plane < numPlanes; plane ++) {

Completed in 173 milliseconds