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

  /external/pdfium/third_party/libtiff/
tif_getimage.c 156 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset);
298 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample);
312 TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel);
313 TIFFGetFieldDefaulted(tif, TIFFTAG_EXTRASAMPLES,
343 TIFFGetFieldDefaulted(tif, TIFFTAG_COMPRESSION, &compress);
344 TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &planarconfig);
434 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset);
481 TIFFGetFieldDefaulted(tif, TIFFTAG_ORIENTATION, &img->orientation);
967 TIFFGetFieldDefaulted(tif, TIFFTAG_YCBCRSUBSAMPLING, &subsamplinghor, &subsamplingver);
984 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip)
    [all...]
tif_strip.c 108 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0,
296 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,
tif_tile.c 227 TIFFGetFieldDefaulted(tif,TIFFTAG_YCBCRSUBSAMPLING,ycbcrsubsampling+0,
tif_aux.c 310 TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...)
tiffio.h 351 extern int TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...);
tif_dirwrite.c 578 TIFFGetFieldDefaulted(tif,TIFFTAG_EXTRASAMPLES,&na,&nb);
    [all...]
  /external/ImageMagick/coders/
tiff.c     [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 319 if (!TIFFGetFieldDefaulted(m_tif_ctx, TIFFTAG_PLANARCONFIG, &planarconfig))

Completed in 91 milliseconds