Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c1403 *cp++ = PACK(pp[0], pp[1], pp[2]); in DECLAREContigPutFunc()
1422 *cp++ = PACK4(pp[0], pp[1], pp[2], pp[3]); in DECLAREContigPutFunc()
1740 pp += 3; in DECLAREContigPutFunc()
2086 pp += 6; in DECLAREContigPutFunc()
2096 pp += 6; in DECLAREContigPutFunc()
2112 pp += 6; in DECLAREContigPutFunc()
2140 pp += 4; in DECLAREContigPutFunc()
2152 pp += 4; in DECLAREContigPutFunc()
2179 pp += 4; in DECLAREContigPutFunc()
2193 pp += 4; in DECLAREContigPutFunc()
[all …]
H A Dtif_compress.c52 _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowEncode() argument
54 (void) pp; (void) cc; (void) s; in _TIFFNoRowEncode()
59 _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripEncode() argument
61 (void) pp; (void) cc; (void) s; in _TIFFNoStripEncode()
66 _TIFFNoTileEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileEncode() argument
68 (void) pp; (void) cc; (void) s; in _TIFFNoTileEncode()
96 _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowDecode() argument
98 (void) pp; (void) cc; (void) s; in _TIFFNoRowDecode()
105 (void) pp; (void) cc; (void) s; in _TIFFNoStripDecode()
110 _TIFFNoTileDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileDecode() argument
[all …]
H A Dtif_dumpmode.c45 DumpModeEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in DumpModeEncode() argument
61 if (tif->tif_rawcp != pp) in DumpModeEncode()
62 _TIFFmemcpy(tif->tif_rawcp, pp, n); in DumpModeEncode()
65 pp += n; in DumpModeEncode()
H A Dtif_jbig.c117 static int JBIGCopyEncodedData(TIFF* tif, unsigned char* pp, size_t cc, uint16 s) in JBIGCopyEncodedData() argument
130 _TIFFmemcpy(tif->tif_rawcp, pp, n); in JBIGCopyEncodedData()
133 pp += n; in JBIGCopyEncodedData()
H A Dtiffiop.h318 extern int _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s);
319 extern int _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s);
320 extern int _TIFFNoTileEncode(TIFF*, uint8* pp, tmsize_t cc, uint16 s);
321 extern int _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s);
322 extern int _TIFFNoStripDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s);
323 extern int _TIFFNoTileDecode(TIFF*, uint8* pp, tmsize_t cc, uint16 s);
/libtiff-4.0.7/archive/tools/
H A Dsgi2tiff.c212 pp[0] = r[x]; in cpContig()
213 pp[1] = g[x]; in cpContig()
214 pp[2] = b[x]; in cpContig()
215 pp += 3; in cpContig()
235 pp[0] = r[x]; in cpContig()
236 pp[1] = g[x]; in cpContig()
237 pp[2] = b[x]; in cpContig()
238 pp[3] = a[x]; in cpContig()
239 pp += 4; in cpContig()
251 pp[x] = r[x]; in cpContig()
[all …]
H A Dsgisv.c204 register unsigned char *pp = strip; in svRGBContig() local
213 pp[0] = v; in svRGBContig()
214 pp[1] = v >> 8; in svRGBContig()
215 pp[2] = v >> 16; in svRGBContig()
216 pp += 3; in svRGBContig()
/libtiff-4.0.7/tools/
H A Dpal2rgb.c185 register unsigned char* pp; in main() local
194 pp = obuf; in main()
196 *pp++ = (unsigned char) rmap[ibuf[x]]; in main()
197 *pp++ = (unsigned char) gmap[ibuf[x]]; in main()
198 *pp++ = (unsigned char) bmap[ibuf[x]]; in main()
208 for (pp = obuf, x = 0; x < imagewidth; x++) in main()
209 *pp++ = (unsigned char) rmap[ibuf[x]]; in main()
212 for (pp = obuf, x = 0; x < imagewidth; x++) in main()
213 *pp++ = (unsigned char) gmap[ibuf[x]]; in main()
216 for (pp = obuf, x = 0; x < imagewidth; x++) in main()
[all …]
H A Dtiffinfoce.c198 ShowStrip(tstrip_t strip, unsigned char* pp, uint32 nrow, tsize_t scanline) in ShowStrip() argument
205 printf(" %02x", *pp++); in ShowStrip()
273 unsigned char* pp, uint32 nrow, uint32 rowsize) in ShowTile() argument
283 printf(" %02x", *pp++); in ShowTile()
371 ShowRawBytes(unsigned char* pp, uint32 n) in ShowRawBytes() argument
376 printf(" %02x", *pp++); in ShowRawBytes()
384 ShowRawWords(uint16* pp, uint32 n) in ShowRawWords() argument
389 printf(" %04x", *pp++); in ShowRawWords()
H A Dtiffinfo.c200 ShowStrip(tstrip_t strip, unsigned char* pp, uint32 nrow, tsize_t scanline) in ShowStrip() argument
207 printf(" %02x", *pp++); in ShowStrip()
275 unsigned char* pp, uint32 nrow, tsize_t rowsize) in ShowTile() argument
285 printf(" %02x", *pp++); in ShowTile()
387 ShowRawBytes(unsigned char* pp, uint32 n) in ShowRawBytes() argument
392 printf(" %02x", *pp++); in ShowRawBytes()
400 ShowRawWords(uint16* pp, uint32 n) in ShowRawWords() argument
405 printf(" %04x", *pp++); in ShowRawWords()
/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp280 u_char* pp \
336 _TIFFmemcpy(ucp, pp, w); in DECLAREContigPutFunc()
344 pp += (w + fromskew); in DECLAREContigPutFunc()
/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.h20 u_char* pp \