Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c151 uint32 tiles_tilecountx; member
2113 if( ((tile+1) % tiles.tiles_tilecountx == 0) in t2p_tile_is_right_edge()
2128 if( ((tile+1) > (tiles.tiles_tilecount-tiles.tiles_tilecountx) ) in t2p_tile_is_bottom_edge()
4483 (t2p->tiff_tiles[t2p->pdf_page]).tiles_tilecountx=tilecountx; in t2p_compose_pdf_page()