Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp250 TIFFGetField(m_tif_ctx.get(), TIFFTAG_IMAGEWIDTH, &tif_width); in LoadFrameInfo()
448 TIFFGetField(m_tif_ctx.get(), TIFFTAG_IMAGEWIDTH, &width); in Decode()
/external/pdfium/third_party/libtiff/
Dtiff.h154 #define TIFFTAG_IMAGEWIDTH 256 /* image width in pixels */ macro
Dtif_dir.c197 case TIFFTAG_IMAGEWIDTH: in _TIFFVSetField()
923 case TIFFTAG_IMAGEWIDTH: in _TIFFVGetField()
Dtif_dirinfo.c58 …{ TIFFTAG_IMAGEWIDTH, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_IMAGEDI…
Dtif_getimage.c477 TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &img->width); in TIFFRGBAImageBegin()
Dtif_dirwrite.c475 … if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_IMAGEWIDTH,tif->tif_dir.td_imagewidth)) in TIFFWriteDirectorySec()
Dtif_dirread.c3736 case TIFFTAG_IMAGEWIDTH: in TIFFReadDirectory()
/external/ImageMagick/coders/
Dtiff.c1415 if ((TIFFGetField(tiff,TIFFTAG_IMAGEWIDTH,&width) != 1) || in ReadTIFFImage()
3723 (void) TIFFSetField(tiff,TIFFTAG_IMAGEWIDTH,(uint32) image->columns); in WriteTIFFImage()