Searched refs:TIFFGetFieldDefaulted (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_getimage.c152 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset);
282 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample);
296 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel);
297 TIFFGetFieldDefaulted(tif, TIFFTAG_EXTRASAMPLES,
327 TIFFGetFieldDefaulted(tif, TIFFTAG_COMPRESSION, &compress);
328 TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &planarconfig);
418 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset);
465 TIFFGetFieldDefaulted(tif, TIFFTAG_ORIENTATION, &img->orientation);
933 TIFFGetFieldDefaulted(tif, TIFFTAG_YCBCRSUBSAMPLING, &subsamplinghor, &subsamplingver);
955 TIFFGetFieldDefaulted(ti
[all...]
H A Dtif_strip.c108 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0,
296 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,
H A Dtif_tile.c227 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0,
H A Dtif_aux.c299 TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...) function
H A Dtiffio.h350 extern int TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...);
H A Dtif_dirwrite.c565 TIFFGetFieldDefaulted(tif,TIFFTAG_EXTRASAMPLES,&na,&nb);
/external/ImageMagick/coders/
H A Dtiff.c1211 (TIFFGetFieldDefaulted(tiff,TIFFTAG_COMPRESSION,&compress_tag) != 1) ||
1212 (TIFFGetFieldDefaulted(tiff,TIFFTAG_FILLORDER,&endian) != 1) ||
1213 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PLANARCONFIG,&interlace) != 1) ||
1214 (TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL,&samples_per_pixel) != 1) ||
1215 (TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE,&bits_per_sample) != 1) ||
1216 (TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLEFORMAT,&sample_format) != 1) ||
1217 (TIFFGetFieldDefaulted(tiff,TIFFTAG_MINSAMPLEVALUE,&min_sample_value) != 1) ||
1218 (TIFFGetFieldDefaulted(tiff,TIFFTAG_MAXSAMPLEVALUE,&max_sample_value) != 1) ||
1219 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PHOTOMETRIC,&photometric) != 1))
1339 (void) TIFFGetFieldDefaulted(tif
[all...]
/external/pdfium/core/fxcodec/codec/
H A Dccodec_tiffmodule.cpp316 if (!TIFFGetFieldDefaulted(m_tif_ctx, TIFFTAG_PLANARCONFIG, &planarconfig))

Completed in 2381 milliseconds