Home
last modified time | relevance | path

Searched refs:TIFFGetFieldDefaulted (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_getimage.c156 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageOK()
298 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample); in TIFFRGBAImageBegin()
312 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel); in TIFFRGBAImageBegin()
313 TIFFGetFieldDefaulted(tif, TIFFTAG_EXTRASAMPLES, in TIFFRGBAImageBegin()
343 TIFFGetFieldDefaulted(tif, TIFFTAG_COMPRESSION, &compress); in TIFFRGBAImageBegin()
344 TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &planarconfig); in TIFFRGBAImageBegin()
434 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageBegin()
481 TIFFGetFieldDefaulted(tif, TIFFTAG_ORIENTATION, &img->orientation); in TIFFRGBAImageBegin()
967 TIFFGetFieldDefaulted(tif, TIFFTAG_YCBCRSUBSAMPLING, &subsamplinghor, &subsamplingver); in gtStripContig()
984 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripContig()
[all …]
Dtif_strip.c108 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0, in TIFFVStripSize64()
296 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING, in TIFFScanlineSize64()
Dtif_tile.c227 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0, in TIFFVTileSize64()
Dtif_aux.c310 TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...) in TIFFGetFieldDefaulted() function
Dtiffio.h351 extern int TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...);
D0025-upstream-OOM-gtTileContig.patch135 TIFFGetFieldDefaulted(tif, TIFFTAG_YCBCRSUBSAMPLING, &subsamplinghor, &subsamplingver);
Dtif_dirwrite.c578 TIFFGetFieldDefaulted(tif,TIFFTAG_EXTRASAMPLES,&na,&nb); in TIFFWriteDirectorySec()
/external/ImageMagick/coders/
Dtiff.c1372 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PHOTOMETRIC,&photometric) != 1) || in ReadTIFFImage()
1373 (TIFFGetFieldDefaulted(tiff,TIFFTAG_COMPRESSION,&compress_tag) != 1) || in ReadTIFFImage()
1374 (TIFFGetFieldDefaulted(tiff,TIFFTAG_FILLORDER,&endian) != 1) || in ReadTIFFImage()
1375 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PLANARCONFIG,&interlace) != 1) || in ReadTIFFImage()
1376 (TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL,&samples_per_pixel) != 1) || in ReadTIFFImage()
1377 (TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE,&bits_per_sample) != 1) || in ReadTIFFImage()
1378 (TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLEFORMAT,&sample_format) != 1) || in ReadTIFFImage()
1379 (TIFFGetFieldDefaulted(tiff,TIFFTAG_MINSAMPLEVALUE,&min_sample_value) != 1) || in ReadTIFFImage()
1380 (TIFFGetFieldDefaulted(tiff,TIFFTAG_MAXSAMPLEVALUE,&max_sample_value) != 1)) in ReadTIFFImage()
1506 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL, in ReadTIFFImage()
[all …]
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp319 if (!TIFFGetFieldDefaulted(m_tif_ctx, TIFFTAG_PLANARCONFIG, &planarconfig)) in IsSupport()