Home
last modified time | relevance | path

Searched refs:TIFFSetField (Results 1 – 12 of 12) sorted by relevance

/external/ImageMagick/coders/
Dtiff.c2791 (void) TIFFSetField(tiff,TIFFTAG_TILEWIDTH,tile_columns); in GetTIFFInfo()
2792 (void) TIFFSetField(tiff,TIFFTAG_TILELENGTH,tile_rows); in GetTIFFInfo()
2904 (void) TIFFSetField(tiff,TIFFTAG_XMLPACKET,(uint32) GetStringInfoLength( in TIFFSetProfiles()
2909 (void) TIFFSetField(tiff,TIFFTAG_ICCPROFILE,(uint32) GetStringInfoLength( in TIFFSetProfiles()
2927 (void) TIFFSetField(tiff,TIFFTAG_RICHTIFFIPTC,(uint32) in TIFFSetProfiles()
2933 (void) TIFFSetField(tiff,TIFFTAG_PHOTOSHOP,(uint32) in TIFFSetProfiles()
2937 (void) TIFFSetField(tiff,37724,(uint32) GetStringInfoLength(profile), in TIFFSetProfiles()
2940 (void) TIFFSetField(tiff,34118,(uint32) GetStringInfoLength(profile), in TIFFSetProfiles()
2954 (void) TIFFSetField(tiff,TIFFTAG_DOCUMENTNAME,value); in TIFFSetProperties()
2957 (void) TIFFSetField(tiff,TIFFTAG_HOSTCOMPUTER,value); in TIFFSetProperties()
[all …]
/external/pdfium/third_party/libtiff/
Dtif_dirread.c3454 TIFFSetField(tif,TIFFTAG_PLANARCONFIG,PLANARCONFIG_CONTIG); in TIFFReadDirectory()
3498 if (!TIFFSetField(tif,TIFFTAG_COMPRESSION,value)) in TIFFReadDirectory()
3504 if (!TIFFSetField(tif,TIFFTAG_COMPRESSION,COMPRESSION_NONE)) in TIFFReadDirectory()
3683 if (!TIFFSetField(tif,dp->tdir_tag,value)) in TIFFReadDirectory()
3709 m = TIFFSetField(tif,dp->tdir_tag,data); in TIFFReadDirectory()
3790 TIFFSetField(tif,dp->tdir_tag,value,value+incrementpersample,value+2*incrementpersample); in TIFFReadDirectory()
3809 TIFFSetField(tif,TIFFTAG_SUBFILETYPE,value); in TIFFReadDirectory()
3841 if (!TIFFSetField(tif,TIFFTAG_PHOTOMETRIC,PHOTOMETRIC_YCBCR)) in TIFFReadDirectory()
3855 if (!TIFFSetField(tif,TIFFTAG_BITSPERSAMPLE,8)) in TIFFReadDirectory()
3865 if (!TIFFSetField(tif,TIFFTAG_SAMPLESPERPIXEL,3)) in TIFFReadDirectory()
[all …]
D0019-fix-invalid-reads-TIFFFetchNormalTag.patch14 … m=TIFFSetField(tif,dp->tdir_tag,(uint16)(dp->tdir_count),data);
26 … m=TIFFSetField(tif,dp->tdir_tag,(uint32)(dp->tdir_count),data);
Dtif_pixarlog.c1311 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8); in PixarLogVSetField()
1312 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_UINT); in PixarLogVSetField()
1315 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1316 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_UINT); in PixarLogVSetField()
1319 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1320 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in PixarLogVSetField()
1323 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField()
1324 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_UINT); in PixarLogVSetField()
1327 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 32); in PixarLogVSetField()
1328 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_IEEEFP); in PixarLogVSetField()
Dtif_fax3.c1325 TIFFSetField(tif, TIFFTAG_FAXFILLFUNC, _TIFFFax3fillruns); in InitCCITTFax3()
1367 return TIFFSetField(tif, TIFFTAG_FAXMODE, FAXMODE_CLASSF); in TIFFInitCCITTFax3()
1492 return TIFFSetField(tif, TIFFTAG_FAXMODE, FAXMODE_NORTC); in TIFFInitCCITTFax4()
1565 return TIFFSetField(tif, TIFFTAG_FAXMODE, in TIFFInitCCITTRLE()
1582 return TIFFSetField(tif, TIFFTAG_FAXMODE, in TIFFInitCCITTRLEW()
Dtif_luv.c1608 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1); in LogLuvVSetField()
1619 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps); in LogLuvVSetField()
1620 TIFFSetField(tif, TIFFTAG_SAMPLEFORMAT, fmt); in LogLuvVSetField()
Dtiffio.h409 extern int TIFFSetField(TIFF*, uint32, ...);
Dtif_dir.c766 TIFFSetField(TIFF* tif, uint32 tag, ...) in TIFFSetField() function
1349 (void) TIFFSetField(tif, TIFFTAG_COMPRESSION, COMPRESSION_NONE); in TIFFDefaultDirectory()
Dtif_getimage.c394 TIFFSetField(tif, TIFFTAG_JPEGCOLORMODE, JPEGCOLORMODE_RGB); in TIFFRGBAImageBegin()
437 TIFFSetField(tif, TIFFTAG_SGILOGDATAFMT, SGILOGDATAFMT_8BIT); in TIFFRGBAImageBegin()
452 TIFFSetField(tif, TIFFTAG_SGILOGDATAFMT, SGILOGDATAFMT_8BIT); in TIFFRGBAImageBegin()
Dtif_jpeg.c1654 TIFFSetField(tif, TIFFTAG_REFERENCEBLACKWHITE, in JPEGSetupEncode()
Dtif_ojpeg.c456 TIFFSetField(tif,TIFFTAG_YCBCRSUBSAMPLING,2,2); in TIFFInitOJPEG()
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp287 TIFFSetField(m_tif_ctx, TIFFTAG_ROWSPERSTRIP, tif_rps); in LoadFrameInfo()