Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c154 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageOK()
296 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample); in TIFFRGBAImageBegin()
310 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel); in TIFFRGBAImageBegin()
311 TIFFGetFieldDefaulted(tif, TIFFTAG_EXTRASAMPLES, in TIFFRGBAImageBegin()
341 TIFFGetFieldDefaulted(tif, TIFFTAG_COMPRESSION, &compress); in TIFFRGBAImageBegin()
342 TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &planarconfig); in TIFFRGBAImageBegin()
432 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageBegin()
479 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.c106 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0, in TIFFVStripSize64()
279 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING, in TIFFScanlineSize64()
D0031-safe_size_ingtStripContig.patch12 TIFFGetFieldDefaulted(tif, TIFFTAG_YCBCRSUBSAMPLING, &subsamplinghor, &subsamplingver);
Dtif_tile.c218 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0, in TIFFVTileSize64()
Dtif_aux.c344 TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...) in TIFFGetFieldDefaulted() function
Dtiffio.h348 extern int TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...);
Dtif_dirwrite.c620 TIFFGetFieldDefaulted(tif,TIFFTAG_EXTRASAMPLES,&na,&nb); in TIFFWriteDirectorySec()
/external/ImageMagick/coders/
Dtiff.c1417 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PHOTOMETRIC,&photometric,sans) != 1) || in ReadTIFFImage()
1418 (TIFFGetFieldDefaulted(tiff,TIFFTAG_COMPRESSION,&compress_tag,sans) != 1) || in ReadTIFFImage()
1419 (TIFFGetFieldDefaulted(tiff,TIFFTAG_FILLORDER,&endian,sans) != 1) || in ReadTIFFImage()
1420 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PLANARCONFIG,&interlace,sans) != 1) || in ReadTIFFImage()
1421 (TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLESPERPIXEL,&samples_per_pixel,sans) != 1) || in ReadTIFFImage()
1422 (TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE,&bits_per_sample,sans) != 1) || in ReadTIFFImage()
1423 (TIFFGetFieldDefaulted(tiff,TIFFTAG_SAMPLEFORMAT,&sample_format,sans) != 1) || in ReadTIFFImage()
1424 (TIFFGetFieldDefaulted(tiff,TIFFTAG_MINSAMPLEVALUE,&min_sample_value,sans) != 1) || in ReadTIFFImage()
1425 (TIFFGetFieldDefaulted(tiff,TIFFTAG_MAXSAMPLEVALUE,&max_sample_value,sans) != 1)) in ReadTIFFImage()
1551 if ((TIFFGetFieldDefaulted(tiff,TIFFTAG_XRESOLUTION,&x_resolution,sans) == 1) && in ReadTIFFImage()
[all …]
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp319 if (!TIFFGetFieldDefaulted(m_tif_ctx.get(), TIFFTAG_PLANARCONFIG, in IsSupport()