Searched refs:lastpixel (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_thunder.c59 lastpixel = (v) & 0xf; \
61 *op++ |= lastpixel; \
63 op[0] = lastpixel << 4; \
71 tif_int lastpixel; local
76 lastpixel = 0;
89 op[0] |= lastpixel;
90 lastpixel = *op++; npixels++; n--;
92 lastpixel |= lastpixel << 4;
95 *op++ = lastpixel;
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_thunder.c59 lastpixel = (v) & 0xf; \
61 *op++ |= lastpixel; \
63 op[0] = (tidataval_t) (lastpixel << 4); \
71 unsigned int lastpixel; local
76 lastpixel = 0;
89 op[0] |= lastpixel;
90 lastpixel = *op++; npixels++; n--;
92 lastpixel |= lastpixel << 4;
96 *op++ = (tidataval_t) lastpixel;
[all...]

Completed in 38 milliseconds