Searched refs:tocol (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_getimage.c | 631 uint32 this_tw, tocol; in gtTileContig() local 669 tocol = 0; in gtTileContig() 671 while (tocol < w) in gtTileContig() 682 if (tocol + this_tw > w) in gtTileContig() 692 tocol += this_tw; in gtTileContig() 752 uint32 this_tw, tocol; in gtTileSeparate() local 802 tocol = 0; in gtTileSeparate() 804 while (tocol < w) in gtTileSeparate() 862 if (tocol + this_tw > w) in gtTileSeparate() 871 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, \ in gtTileSeparate() [all …]
|