Home
last modified time | relevance | path

Searched refs:TIFFIsTiled (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_flush.c52 if( TIFFIsTiled(tif) ) in TIFFFlush()
Dtif_open.c578 TIFFIsTiled(TIFF* tif) function
Dtiffio.h378 extern int TIFFIsTiled(TIFF*);
Dtif_getimage.c2505 img->get = TIFFIsTiled(img->tif) ? gtTileContig : gtStripContig; in PickContigCase()
2656 img->get = TIFFIsTiled(img->tif) ? gtTileSeparate : gtStripSeparate; in PickSeparateCase()
2781 if( TIFFIsTiled( tif ) ) in TIFFReadRGBAStrip()
2839 if( !TIFFIsTiled( tif ) ) in TIFFReadRGBATile()
/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.cpp177 int is_tiled = TIFFIsTiled(tif); in ReadData()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp339 if (TIFFIsTiled(tif_ctx)) { in isSupport()
/external/ImageMagick/coders/
Dtiff.c1598 if (TIFFIsTiled(tiff) != MagickFalse) in ReadTIFFImage()
2831 if (TIFFIsTiled(tiff) == 0) in TIFFWritePixels()