Searched refs:TIFFGetFieldDefaulted (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 156 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 …]
|
D | tif_strip.c | 108 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0, in TIFFVStripSize64() 296 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING, in TIFFScanlineSize64()
|
D | tif_tile.c | 227 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0, in TIFFVTileSize64()
|
D | tif_aux.c | 310 TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...) in TIFFGetFieldDefaulted() function
|
D | tiffio.h | 351 extern int TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...);
|
D | 0025-upstream-OOM-gtTileContig.patch | 135 TIFFGetFieldDefaulted(tif, TIFFTAG_YCBCRSUBSAMPLING, &subsamplinghor, &subsamplingver);
|
D | tif_dirwrite.c | 578 TIFFGetFieldDefaulted(tif,TIFFTAG_EXTRASAMPLES,&na,&nb); in TIFFWriteDirectorySec()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1372 (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/ |
D | ccodec_tiffmodule.cpp | 319 if (!TIFFGetFieldDefaulted(m_tif_ctx, TIFFTAG_PLANARCONFIG, &planarconfig)) in IsSupport()
|