HomeSort by relevance Sort by last modified time
    Searched refs:tif_setupdecode (Results 1 - 13 of 13) sorted by null

  /external/pdfium/third_party/libtiff/
tif_codec.c 125 tif->tif_setupdecode = _notConfigured;
tif_thunder.c 194 tif->tif_setupdecode = ThunderSetupDecode;
tif_zip.c 136 tif->tif_setupdecode( tif );
445 tif->tif_setupdecode = ZIPSetupDecode;
tif_compress.c 140 tif->tif_setupdecode = _TIFFtrue;
tif_lzw.c 270 tif->tif_setupdecode( tif );
298 (*tif->tif_setupdecode)(tif);
1161 tif->tif_setupdecode = LZWSetupDecode;
    [all...]
tif_predict.c 840 sp->setupdecode = tif->tif_setupdecode;
841 tif->tif_setupdecode = PredictorSetupDecode;
861 tif->tif_setupdecode = sp->setupdecode;
tiffiop.h 158 TIFFBoolMethod tif_setupdecode; /* called once before predecode */ member in struct:tiff
tif_read.c     [all...]
tif_jpeg.c 1031 tif->tif_setupdecode( tif );
    [all...]
tif_fax3.c     [all...]
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tif_ojpeg.c 460 tif->tif_setupdecode=OJPEGSetupDecode;
    [all...]

Completed in 237 milliseconds