Searched refs:TIFFTAG_IMAGEWIDTH (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | 0011-fix-leak-imagebegin2.patch | 30 TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &img->width);
|
D | tiff.h | 156 #define TIFFTAG_IMAGEWIDTH 256 /* image width in pixels */ macro
|
D | tif_dir.c | 183 case TIFFTAG_IMAGEWIDTH: in _TIFFVSetField() 855 case TIFFTAG_IMAGEWIDTH: in _TIFFVGetField()
|
D | tif_dirinfo.c | 52 …{ TIFFTAG_IMAGEWIDTH, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_IMAGEDI…
|
D | tif_getimage.c | 463 TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &img->width); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 432 … if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_IMAGEWIDTH,tif->tif_dir.td_imagewidth)) in TIFFWriteDirectorySec()
|
D | tif_dirread.c | 3554 case TIFFTAG_IMAGEWIDTH: in TIFFReadDirectory()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 247 TIFFGetField(m_tif_ctx, TIFFTAG_IMAGEWIDTH, &tif_width); in LoadFrameInfo() 442 TIFFGetField(m_tif_ctx, TIFFTAG_IMAGEWIDTH, &width); in Decode()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1203 if ((TIFFGetField(tiff,TIFFTAG_IMAGEWIDTH,&width) != 1) || in ReadTIFFImage() 3236 (void) TIFFSetField(tiff,TIFFTAG_IMAGEWIDTH,(uint32) image->columns); in WriteTIFFImage()
|