Searched refs:TIFFIsTiled (Results 1 – 7 of 7) sorted by relevance
81 const int isTiled = TIFFIsTiled(tif); in TIFFForceStrileArrayWriting()
594 TIFFIsTiled(TIFF* tif) function
2655 img->get = TIFFIsTiled(img->tif) ? gtTileContig : gtStripContig; in PickContigCase()2810 img->get = TIFFIsTiled(img->tif) ? gtTileSeparate : gtStripSeparate; in PickSeparateCase()2942 if( TIFFIsTiled( tif ) ) in TIFFReadRGBAStripExt()3007 if( !TIFFIsTiled( tif ) ) in TIFFReadRGBATileExt()
377 extern int TIFFIsTiled(TIFF*);
1561 if( TIFFIsTiled(tif) ) in TIFFReadFromUserBuffer()
296 if (TIFFIsTiled(m_tif_ctx.get())) in IsSupport()
1824 if (TIFFIsTiled(tiff) != MagickFalse) in ReadTIFFImage()3185 if (TIFFIsTiled(tiff) == 0) in TIFFWritePixels()