HomeSort by relevance Sort by last modified time
    Searched full:fromskew (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libtiff/
tif_getimage.c 612 int32 fromskew, toskew; local
649 fromskew = leftmost_fromskew;
663 ((tmsize_t) fromskew * img->samplesperpixel);
669 fromskew = tw - (w - tocol);
670 this_tw = tw - fromskew;
671 this_toskew = toskew + fromskew;
673 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, buf + pos);
679 fromskew = 0;
728 int32 fromskew, toskew; local
791 fromskew = leftmost_fromskew
893 int32 fromskew, toskew; local
985 int32 fromskew, toskew; local
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_getimage.c 597 int32 fromskew, toskew; local
642 fromskew = tw - npix;
644 npix, nrow, fromskew, toskew + fromskew, buf + pos);
696 int32 fromskew, toskew; local
791 fromskew = tw - npix;
793 npix, nrow, fromskew, toskew + fromskew,
842 int32 fromskew, toskew; local
864 fromskew = (w < imagewidth ? imagewidth - w : 0)
927 int32 fromskew, toskew; local
    [all...]

Completed in 116 milliseconds