Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp252 TIFFGetField(m_tif_ctx, TIFFTAG_IMAGEWIDTH, &tif_width); in LoadFrameInfo()
446 TIFFGetField(m_tif_ctx, TIFFTAG_IMAGEWIDTH, &width); in Decode()
/external/pdfium/third_party/libtiff/
Dtiff.h156 #define TIFFTAG_IMAGEWIDTH 256 /* image width in pixels */ macro
Dtif_dir.c195 case TIFFTAG_IMAGEWIDTH: in _TIFFVSetField()
907 case TIFFTAG_IMAGEWIDTH: in _TIFFVGetField()
Dtif_dirinfo.c60 …{ TIFFTAG_IMAGEWIDTH, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_IMAGEDI…
Dtif_getimage.c479 TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &img->width); in TIFFRGBAImageBegin()
Dtif_dirwrite.c433 … if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_IMAGEWIDTH,tif->tif_dir.td_imagewidth)) in TIFFWriteDirectorySec()
Dtif_dirread.c3571 case TIFFTAG_IMAGEWIDTH: in TIFFReadDirectory()
/external/ImageMagick/coders/
Dtiff.c1370 if ((TIFFGetField(tiff,TIFFTAG_IMAGEWIDTH,&width) != 1) || in ReadTIFFImage()
3562 (void) TIFFSetField(tiff,TIFFTAG_IMAGEWIDTH,(uint32) image->columns); in WriteTIFFImage()