HomeSort by relevance Sort by last modified time
    Searched refs:TIFFTAG_IMAGEWIDTH (Results 1 - 10 of 10) sorted by null

  /external/pdfium/third_party/libtiff/
tiff.h 156 #define TIFFTAG_IMAGEWIDTH 256 /* image width in pixels */
    [all...]
tif_dir.c 183 case TIFFTAG_IMAGEWIDTH:
855 case TIFFTAG_IMAGEWIDTH:
    [all...]
tif_dirinfo.c 52 { TIFFTAG_IMAGEWIDTH, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_IMAGEDIMENSIONS, 0, 0, "ImageWidth", NULL },
    [all...]
tif_getimage.c 463 TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &img->width);
    [all...]
tif_dirwrite.c 432 if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_IMAGEWIDTH,tif->tif_dir.td_imagewidth))
    [all...]
tif_dirread.c     [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 247 TIFFGetField(m_tif_ctx, TIFFTAG_IMAGEWIDTH, &tif_width);
442 TIFFGetField(m_tif_ctx, TIFFTAG_IMAGEWIDTH, &width);
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 143 TIFFGetField( tif, TIFFTAG_IMAGEWIDTH, &width ) &&
  /external/ImageMagick/coders/
tiff.c     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 794 milliseconds