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

  /external/pdfium/third_party/libtiff/
tif_write.c 142 if (!(*tif->tif_preencode)(tif, sample))
262 if (!(*tif->tif_preencode)(tif, sample))
435 if (!(*tif->tif_preencode)(tif, sample))
tif_compress.c 147 tif->tif_preencode = _TIFFNoPreCode;
tif_packbits.c 284 tif->tif_preencode = PackBitsPreEncode;
tif_zip.c 447 tif->tif_preencode = ZIPPreEncode;
tiffiop.h 162 TIFFPreMethod tif_preencode; /* pre- row/strip/tile encoding */ member in struct:tiff
tif_lzw.c 1132 tif->tif_preencode = LZWPreEncode;
tif_fax3.c     [all...]
tif_pixarlog.c     [all...]
tif_jpeg.c     [all...]
tif_ojpeg.c 466 tif->tif_preencode=OJPEGPreEncode;
    [all...]

Completed in 59 milliseconds