Home
last modified time | relevance | path

Searched refs:TIFFTAG_IMAGEWIDTH (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/libtiff/
D0011-fix-leak-imagebegin2.patch30 TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &img->width);
Dtiff.h156 #define TIFFTAG_IMAGEWIDTH 256 /* image width in pixels */ macro
Dtif_dir.c183 case TIFFTAG_IMAGEWIDTH: in _TIFFVSetField()
855 case TIFFTAG_IMAGEWIDTH: in _TIFFVGetField()
Dtif_dirinfo.c52 …{ TIFFTAG_IMAGEWIDTH, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_IMAGEDI…
Dtif_getimage.c463 TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &img->width); in TIFFRGBAImageBegin()
Dtif_dirwrite.c432 … if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_IMAGEWIDTH,tif->tif_dir.td_imagewidth)) in TIFFWriteDirectorySec()
Dtif_dirread.c3554 case TIFFTAG_IMAGEWIDTH: in TIFFReadDirectory()
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp247 TIFFGetField(m_tif_ctx, TIFFTAG_IMAGEWIDTH, &tif_width); in LoadFrameInfo()
442 TIFFGetField(m_tif_ctx, TIFFTAG_IMAGEWIDTH, &width); in Decode()
/external/ImageMagick/coders/
Dtiff.c1203 if ((TIFFGetField(tiff,TIFFTAG_IMAGEWIDTH,&width) != 1) || in ReadTIFFImage()
3236 (void) TIFFSetField(tiff,TIFFTAG_IMAGEWIDTH,(uint32) image->columns); in WriteTIFFImage()