Home
last modified time | relevance | path

Searched refs:LZWDecodeState (Results 1 – 4 of 4) sorted by path

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dpts_lzw.c312 } LZWDecodeState; typedef
336 #define DecoderState(tif) ((LZWDecodeState*)(void*) LZWState(tif))
376 LZWDecodeState* sp = DecoderState(tif);
406 LZWDecodeState *sp = DecoderState(tif);
499 LZWDecodeState *sp = DecoderState(tif);
691 LZWDecodeState *sp = DecoderState(tif);
1160 tif->tif_data = (tidataval_t*) _TIFFmalloc(sizeof (LZWDecodeState)); in TIFFInitLZW()
/dports/graphics/xv-m17n/xv-3.10a/tiff/
H A Dtif_lzw.c135 } LZWDecodeState; typedef
158 #define DecoderState(tif) ((LZWDecodeState*)(tif)->tif_data)
334 LZWDecodeState *sp = DecoderState(tif); in LZWPreDecode()
338 tif->tif_data = (tidata_t)_TIFFmalloc(sizeof (LZWDecodeState)); in LZWPreDecode()
463 LZWDecodeState *sp = DecoderState(tif); in LZWDecode()
643 LZWDecodeState *sp = DecoderState(tif); in LZWDecodeCompat()
792 LZWDecodeState *sp = DecoderState(tif); in LZWDecodePredRow()
813 LZWDecodeState *sp = DecoderState(tif); in LZWDecodePredTile()
/dports/graphics/xv/xv-3.10a/tiff/
H A Dtif_lzw.c135 } LZWDecodeState; typedef
158 #define DecoderState(tif) ((LZWDecodeState*)(tif)->tif_data)
334 LZWDecodeState *sp = DecoderState(tif); in LZWPreDecode()
338 tif->tif_data = (tidata_t)_TIFFmalloc(sizeof (LZWDecodeState)); in LZWPreDecode()
463 LZWDecodeState *sp = DecoderState(tif); in LZWDecode()
643 LZWDecodeState *sp = DecoderState(tif); in LZWDecodeCompat()
792 LZWDecodeState *sp = DecoderState(tif); in LZWDecodePredRow()
813 LZWDecodeState *sp = DecoderState(tif); in LZWDecodePredTile()
/dports/japanese/xv/xv-3.10a/tiff/
H A Dtif_lzw.c135 } LZWDecodeState; typedef
158 #define DecoderState(tif) ((LZWDecodeState*)(tif)->tif_data)
334 LZWDecodeState *sp = DecoderState(tif); in LZWPreDecode()
338 tif->tif_data = (tidata_t)_TIFFmalloc(sizeof (LZWDecodeState)); in LZWPreDecode()
463 LZWDecodeState *sp = DecoderState(tif); in LZWDecode()
643 LZWDecodeState *sp = DecoderState(tif); in LZWDecodeCompat()
792 LZWDecodeState *sp = DecoderState(tif); in LZWDecodePredRow()
813 LZWDecodeState *sp = DecoderState(tif); in LZWDecodePredTile()