/external/ImageMagick/coders/ |
D | tiff.c | 2975 (void) TIFFSetField(tiff,TIFFTAG_ROWSPERSTRIP,rows_per_strip); in GetTIFFInfo() 2987 (void) TIFFSetField(tiff,TIFFTAG_TILEWIDTH,tile_columns); in GetTIFFInfo() 2988 (void) TIFFSetField(tiff,TIFFTAG_TILELENGTH,tile_rows); in GetTIFFInfo() 3238 (void) TIFFSetField(tiff,TIFFTAG_XMLPACKET,(uint32) GetStringInfoLength( in TIFFSetProfiles() 3243 (void) TIFFSetField(tiff,TIFFTAG_ICCPROFILE,(uint32) GetStringInfoLength( in TIFFSetProfiles() 3261 (void) TIFFSetField(tiff,TIFFTAG_RICHTIFFIPTC,(uint32) in TIFFSetProfiles() 3267 (void) TIFFSetField(tiff,TIFFTAG_PHOTOSHOP,(uint32) in TIFFSetProfiles() 3271 (void) TIFFSetField(tiff,37724,(uint32) GetStringInfoLength(profile), in TIFFSetProfiles() 3274 (void) TIFFSetField(tiff,34118,(uint32) GetStringInfoLength(profile), in TIFFSetProfiles() 3288 (void) TIFFSetField(tiff,TIFFTAG_DOCUMENTNAME,value); in TIFFSetProperties() [all …]
|
/external/pdfium/third_party/libtiff/ |
D | tif_dirread.c | 3471 TIFFSetField(tif,TIFFTAG_PLANARCONFIG,PLANARCONFIG_CONTIG); in TIFFReadDirectory() 3515 if (!TIFFSetField(tif,TIFFTAG_COMPRESSION,value)) in TIFFReadDirectory() 3521 if (!TIFFSetField(tif,TIFFTAG_COMPRESSION,COMPRESSION_NONE)) in TIFFReadDirectory() 3710 if (!TIFFSetField(tif,dp->tdir_tag,value)) in TIFFReadDirectory() 3736 m = TIFFSetField(tif,dp->tdir_tag,data); in TIFFReadDirectory() 3834 TIFFSetField(tif,dp->tdir_tag,value,value+incrementpersample,value+2*incrementpersample); in TIFFReadDirectory() 3853 TIFFSetField(tif,TIFFTAG_SUBFILETYPE,value); in TIFFReadDirectory() 3885 if (!TIFFSetField(tif,TIFFTAG_PHOTOMETRIC,PHOTOMETRIC_YCBCR)) in TIFFReadDirectory() 3899 if (!TIFFSetField(tif,TIFFTAG_BITSPERSAMPLE,8)) in TIFFReadDirectory() 3909 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory() [all …]
|
D | tif_pixarlog.c | 1341 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8); in PixarLogVSetField() 1342 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_UINT); in PixarLogVSetField() 1345 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField() 1346 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_UINT); in PixarLogVSetField() 1349 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField() 1350 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in PixarLogVSetField() 1353 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField() 1354 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_UINT); in PixarLogVSetField() 1357 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 32); in PixarLogVSetField() 1358 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_IEEEFP); in PixarLogVSetField()
|
D | tif_fax3.c | 1373 TIFFSetField(tif, TIFFTAG_FAXFILLFUNC, _TIFFFax3fillruns); in InitCCITTFax3() 1415 return TIFFSetField(tif, TIFFTAG_FAXMODE, FAXMODE_CLASSF); in TIFFInitCCITTFax3() 1540 return TIFFSetField(tif, TIFFTAG_FAXMODE, FAXMODE_NORTC); in TIFFInitCCITTFax4() 1613 return TIFFSetField(tif, TIFFTAG_FAXMODE, in TIFFInitCCITTRLE() 1630 return TIFFSetField(tif, TIFFTAG_FAXMODE, in TIFFInitCCITTRLEW()
|
D | tif_luv.c | 1640 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1); in LogLuvVSetField() 1652 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps); in LogLuvVSetField() 1653 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, fmt); in LogLuvVSetField()
|
D | tiffio.h | 410 extern int TIFFSetField(TIFF*, uint32, ...);
|
D | tif_dir.c | 792 TIFFSetField(TIFF* tif, uint32 tag, ...) in TIFFSetField() function 1401 (void) TIFFSetField(tif, TIFFTAG_COMPRESSION, COMPRESSION_NONE); in TIFFDefaultDirectory()
|
D | tif_getimage.c | 410 TIFFSetField(tif, TIFFTAG_JPEGCOLORMODE, JPEGCOLORMODE_RGB); in TIFFRGBAImageBegin() 453 TIFFSetField(tif, TIFFTAG_SGILOGDATAFMT, SGILOGDATAFMT_8BIT); in TIFFRGBAImageBegin() 468 TIFFSetField(tif, TIFFTAG_SGILOGDATAFMT, SGILOGDATAFMT_8BIT); in TIFFRGBAImageBegin()
|
D | tif_jpeg.c | 1670 TIFFSetField(tif, TIFFTAG_REFERENCEBLACKWHITE, in JPEGSetupEncode()
|
D | tif_ojpeg.c | 457 TIFFSetField(tif,TIFFTAG_YCBCRSUBSAMPLING,2,2); in TIFFInitOJPEG()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 290 TIFFSetField(m_tif_ctx, TIFFTAG_ROWSPERSTRIP, tif_rps); in LoadFrameInfo()
|