Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c2146 int use_rawdata, tiled_image, breaklen = MAXLINE; in PS_Lvl2page() local
2166 tiled_image = TIFFIsTiled(tif); in PS_Lvl2page()
2167 if (tiled_image) { in PS_Lvl2page()
2181 if (tiled_image) in PS_Lvl2page()
2189 (unsigned long) chunk_size, tiled_image ? "tiles" : "strips"); in PS_Lvl2page()
2222 if (tiled_image) in PS_Lvl2page()
2231 if (tiled_image) in PS_Lvl2page()
2242 tiled_image ? "tile" : "strip", chunk_no); in PS_Lvl2page()