Searched refs:TIFFTAG_BITSPERSAMPLE (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_pixarlog.c | 1338 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8); in PixarLogVSetField() 1342 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField() 1346 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField() 1350 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16); in PixarLogVSetField() 1354 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 32); in PixarLogVSetField()
|
D | tiff.h | 156 #define TIFFTAG_BITSPERSAMPLE 258 /* bits per channel (sample) */ macro
|
D | tif_aux.c | 218 case TIFFTAG_BITSPERSAMPLE: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 203 case TIFFTAG_BITSPERSAMPLE: in _TIFFVSetField() 929 case TIFFTAG_BITSPERSAMPLE: in _TIFFVGetField()
|
D | tif_dirinfo.c | 60 …{ TIFFTAG_BITSPERSAMPLE, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_B…
|
D | tif_luv.c | 1653 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps); in LogLuvVSetField()
|
D | tif_dirread.c | 3853 case TIFFTAG_BITSPERSAMPLE: in TIFFReadDirectory() 3880 if( dp->tdir_tag == TIFFTAG_BITSPERSAMPLE ) in TIFFReadDirectory() 4078 if (!TIFFSetField(tif,TIFFTAG_BITSPERSAMPLE,8)) in TIFFReadDirectory()
|
D | tif_getimage.c | 296 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 508 …if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitsp… in TIFFWriteDirectorySec()
|
/external/pdfium/core/fxcodec/tiff/ |
D | tiffmodule.cpp | 253 TIFFGetField(m_tif_ctx.get(), TIFFTAG_BITSPERSAMPLE, &tif_bpc); in LoadFrameInfo() 469 TIFFGetField(m_tif_ctx.get(), TIFFTAG_BITSPERSAMPLE, &bps); in Decode()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1349 (TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE,&bits_per_sample,sans) != 1) || in ReadTIFFImage() 3628 (void) TIFFSetField(tiff,TIFFTAG_BITSPERSAMPLE,quantum_info->depth); in WriteTIFFImage() 3733 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage() 3742 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage() 3780 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage() 3792 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage() 3808 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE, in WriteTIFFImage()
|