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.c635 uint32 this_tw, tocol; in gtTileContig() local
689 this_tw = leftmost_tw; in gtTileContig()
704 if (tocol + this_tw > w) in gtTileContig()
718 this_tw = tw - fromskew; 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()
730 col += this_tw; in gtTileContig()
735 this_tw = tw; in gtTileContig()
789 uint32 this_tw, tocol; in gtTileSeparate() local
838 this_tw = leftmost_tw; in gtTileSeparate()
[all …]