Searched refs:this_toskew (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | 0017-safe_skews_in_gtTileContig.patch | 77 - 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);
|
D | tif_getimage.c | 636 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()
|
D | 0025-upstream-OOM-gtTileContig.patch | 15 int32 this_toskew, leftmost_toskew;
|