Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
D0017-safe_skews_in_gtTileContig.patch77 - this_toskew = toskew + fromskew;
85 + this_toskew = safeskew;
87 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, buf + pos);
Dtif_getimage.c636 int32 this_toskew, leftmost_toskew; in gtTileContig() local
690 this_toskew = leftmost_toskew; in gtTileContig()
726 this_toskew = safeskew; in gtTileContig()
728 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, buf + pos); in gtTileContig()
736 this_toskew = toskew; in gtTileContig()
790 int32 this_toskew, leftmost_toskew; in gtTileSeparate() local
839 this_toskew = leftmost_toskew; in gtTileSeparate()
907 this_toskew = toskew + fromskew; in gtTileSeparate()
909 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, \ in gtTileSeparate()
918 this_toskew = toskew; in gtTileSeparate()
D0025-upstream-OOM-gtTileContig.patch15 int32 this_toskew, leftmost_toskew;