Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
D0017-safe_skews_in_gtTileContig.patch20 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;
Dtif_getimage.c635 uint32 this_tw, tocol; in gtTileContig() local
691 tocol = 0; in gtTileContig()
693 while (tocol < w) in gtTileContig()
704 if (tocol + this_tw > w) in gtTileContig()
711 safeskew += tocol; in gtTileContig()
728 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, buf + pos); in gtTileContig()
729 tocol += this_tw; in gtTileContig()
789 uint32 this_tw, tocol; in gtTileSeparate() local
840 tocol = 0; in gtTileSeparate()
842 while (tocol < w) in gtTileSeparate()
[all …]
D0025-upstream-OOM-gtTileContig.patch36 while (tocol < w)
91 while (tocol < w)