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

  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 128 tif->tif_decoderow = DumpModeDecode;
tif_next.c 173 tif->tif_decoderow = NeXTDecode;
tif_thunder.c 194 tif->tif_decoderow = ThunderDecodeRow;
tif_predict.c 127 if( tif->tif_decoderow != PredictorDecodeRow )
129 sp->decoderow = tif->tif_decoderow;
130 tif->tif_decoderow = PredictorDecodeRow;
161 if( tif->tif_decoderow != PredictorDecodeRow )
163 sp->decoderow = tif->tif_decoderow;
164 tif->tif_decoderow = PredictorDecodeRow;
tif_compress.c 142 tif->tif_decoderow = _TIFFNoRowDecode;
tif_packbits.c 281 tif->tif_decoderow = PackBitsDecode;
tif_fax3.c 538 tif->tif_decoderow = Fax3Decode2D;
    [all...]
tif_luv.c 404 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s))
423 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s))
    [all...]
tif_zip.c 443 tif->tif_decoderow = ZIPDecode;
tiffiop.h 164 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */ member in struct:tiff
tif_lzw.c 290 tif->tif_decoderow = LZWDecodeCompat;
1128 tif->tif_decoderow = LZWDecode;
tif_jpeg.c     [all...]
tif_read.c 299 e = (*tif->tif_decoderow)
    [all...]
tif_pixarlog.c     [all...]
tif_ojpeg.c 462 tif->tif_decoderow=OJPEGDecode;
    [all...]

Completed in 360 milliseconds