Searched refs:TIFFIsTiled (Results 1 – 6 of 6) sorted by relevance
52 if( TIFFIsTiled(tif) ) in TIFFFlush()
578 TIFFIsTiled(TIFF* tif) function
2636 img->get = TIFFIsTiled(img->tif) ? gtTileContig : gtStripContig; in PickContigCase()2791 img->get = TIFFIsTiled(img->tif) ? gtTileSeparate : gtStripSeparate; in PickSeparateCase()2923 if( TIFFIsTiled( tif ) ) in TIFFReadRGBAStripExt()2988 if( !TIFFIsTiled( tif ) ) in TIFFReadRGBATileExt()
380 extern int TIFFIsTiled(TIFF*);
296 if (TIFFIsTiled(m_tif_ctx)) in IsSupport()
1782 if (TIFFIsTiled(tiff) != MagickFalse) in ReadTIFFImage()3032 if (TIFFIsTiled(tiff) == 0) in TIFFWritePixels()