Searched refs:TIFFTAG_BITSPERSAMPLE (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_pixarlog.c | 1341 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8); in PixarLogVSetField() 1345 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField() 1349 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField() 1353 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField() 1357 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 32); in PixarLogVSetField()
|
D | tiff.h | 158 #define TIFFTAG_BITSPERSAMPLE 258 /* bits per channel (sample) */ macro
|
D | tif_aux.c | 184 case TIFFTAG_BITSPERSAMPLE: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 201 case TIFFTAG_BITSPERSAMPLE: in _TIFFVSetField() 913 case TIFFTAG_BITSPERSAMPLE: in _TIFFVGetField()
|
D | tif_dirinfo.c | 62 …{ TIFFTAG_BITSPERSAMPLE, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_B…
|
D | tif_dirread.c | 3685 case TIFFTAG_BITSPERSAMPLE: in TIFFReadDirectory() 3712 if( dp->tdir_tag == TIFFTAG_BITSPERSAMPLE ) in TIFFReadDirectory() 3899 if (!TIFFSetField(tif,TIFFTAG_BITSPERSAMPLE,8)) in TIFFReadDirectory()
|
D | tif_luv.c | 1652 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps); in LogLuvVSetField()
|
D | tif_getimage.c | 298 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 466 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitsp… in TIFFWriteDirectorySec()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 255 TIFFGetField(m_tif_ctx, TIFFTAG_BITSPERSAMPLE, &tif_bpc); in LoadFrameInfo() 467 TIFFGetField(m_tif_ctx, TIFFTAG_BITSPERSAMPLE, &bps); in Decode()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1377 (TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE,&bits_per_sample) != 1) || in ReadTIFFImage() 3757 (void) TIFFSetField(tiff,TIFFTAG_BITSPERSAMPLE,quantum_info->depth); in WriteTIFFImage() 3862 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage() 3871 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage() 3909 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage() 3921 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage() 3937 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()
|