Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
D0017-safe_skews_in_gtTileContig.patch20 uint32 this_tw, tocol;
76 this_tw = tw - fromskew;
87 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, buf + pos);
88 tocol += this_tw;
Dtif_getimage.c633 uint32 this_tw, tocol; in gtTileContig() local
687 this_tw = leftmost_tw; in gtTileContig()
702 if (tocol + this_tw > w) in gtTileContig()
716 this_tw = tw - fromskew; 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()
728 col += this_tw; in gtTileContig()
733 this_tw = tw; in gtTileContig()
787 uint32 this_tw, tocol; in gtTileSeparate() local
835 this_tw = leftmost_tw; in gtTileSeparate()
[all …]