Searched refs:tocol (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | 0017-safe_skews_in_gtTileContig.patch | 20 uint32 this_tw, tocol; 66 - fromskew = tw - (w - tocol); 69 + safeskew += tocol; 87 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, buf + pos); 88 tocol += this_tw;
|
D | tif_getimage.c | 633 uint32 this_tw, tocol; in gtTileContig() local 689 tocol = 0; in gtTileContig() 691 while (tocol < w) in gtTileContig() 702 if (tocol + this_tw > w) in gtTileContig() 709 safeskew += tocol; in gtTileContig() 726 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, buf + pos); in gtTileContig() 727 tocol += this_tw; in gtTileContig() 787 uint32 this_tw, tocol; in gtTileSeparate() local 837 tocol = 0; in gtTileSeparate() 839 while (tocol < w) in gtTileSeparate() [all …]
|