Lines Matching refs:fromskew
629 int32 fromskew, toskew; in gtTileContig() local
686 fromskew = leftmost_fromskew; in gtTileContig()
701 ((tmsize_t) fromskew * img->samplesperpixel); in gtTileContig()
715 fromskew = safeskew; in gtTileContig()
716 this_tw = tw - fromskew; in gtTileContig()
718 safeskew += fromskew; in gtTileContig()
726 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, buf + pos); in gtTileContig()
732 fromskew = 0; in gtTileContig()
782 int32 fromskew, toskew; in gtTileSeparate() local
834 fromskew = leftmost_fromskew; in gtTileSeparate()
896 ((tmsize_t) fromskew * img->samplesperpixel); in gtTileSeparate()
902 fromskew = tw - (w - tocol); in gtTileSeparate()
903 this_tw = tw - fromskew; in gtTileSeparate()
904 this_toskew = toskew + fromskew; in gtTileSeparate()
906 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, \ in gtTileSeparate()
913 fromskew = 0; in gtTileSeparate()
960 int32 fromskew, toskew; in gtStripContig() local
987 fromskew = (w < imagewidth ? imagewidth - w : 0); in gtStripContig()
1015 (*put)(img, raster+y*w, 0, y, w, nrow, fromskew, toskew, buf + pos); in gtStripContig()
1060 int32 fromskew, toskew; in gtStripSeparate() local
1096 fromskew = (w < imagewidth ? imagewidth - w : 0); in gtStripSeparate()
1169 (*put)(img, raster+y*w, 0, y, w, nrow, fromskew, toskew, p0 + pos, p1 + pos, in gtStripSeparate()
1276 int32 fromskew, int32 toskew, \
1296 pp += fromskew; in DECLAREContigPutFunc()
1308 fromskew /= 2; in DECLAREContigPutFunc()
1313 pp += fromskew; in DECLAREContigPutFunc()
1325 fromskew /= 4; in DECLAREContigPutFunc()
1330 pp += fromskew; in DECLAREContigPutFunc()
1342 fromskew /= 8; in DECLAREContigPutFunc()
1347 pp += fromskew; in DECLAREContigPutFunc()
1367 pp += fromskew; in DECLAREContigPutFunc()
1387 pp += fromskew; in DECLAREContigPutFunc()
1412 pp += fromskew; in DECLAREContigPutFunc()
1424 fromskew /= 8; in DECLAREContigPutFunc()
1429 pp += fromskew; in DECLAREContigPutFunc()
1441 fromskew /= 4; in DECLAREContigPutFunc()
1446 pp += fromskew; in DECLAREContigPutFunc()
1458 fromskew /= 2; in DECLAREContigPutFunc()
1463 pp += fromskew; in DECLAREContigPutFunc()
1475 fromskew *= samplesperpixel; in DECLAREContigPutFunc()
1481 pp += fromskew; in DECLAREContigPutFunc()
1494 fromskew *= samplesperpixel; in DECLAREContigPutFunc()
1500 pp += fromskew; in DECLAREContigPutFunc()
1512 fromskew *= samplesperpixel; in DECLAREContigPutFunc()
1526 pp += fromskew; in DECLAREContigPutFunc()
1538 fromskew *= samplesperpixel; in DECLAREContigPutFunc()
1547 wp += fromskew; in DECLAREContigPutFunc()
1560 fromskew *= samplesperpixel; in DECLAREContigPutFunc()
1570 wp += fromskew; in DECLAREContigPutFunc()
1583 fromskew *= samplesperpixel; in DECLAREContigPutFunc()
1597 wp += fromskew; in DECLAREContigPutFunc()
1612 fromskew *= samplesperpixel; in DECLAREContigPutFunc()
1622 pp += fromskew; in DECLAREContigPutFunc()
1638 fromskew *= samplesperpixel; in DECLAREContigPutFunc()
1648 pp += fromskew; in DECLAREContigPutFunc()
1659 int32 fromskew, int32 toskew,\
1671 SKEW(r, g, b, fromskew); in DECLARESepPutFunc()
1684 SKEW4(r, g, b, a, fromskew); in DECLARESepPutFunc()
1704 SKEW4(r, g, b, a, fromskew); in DECLARESepPutFunc()
1726 SKEW4(r, g, b, a, fromskew); in DECLARESepPutFunc()
1745 SKEW(wr, wg, wb, fromskew); in DECLARESepPutFunc()
1766 SKEW4(wr, wg, wb, wa, fromskew); in DECLARESepPutFunc()
1792 SKEW4(wr, wg, wb, wa, fromskew); in DECLARESepPutFunc()
1805 fromskew *= 3; in DECLAREContigPutFunc()
1818 pp += fromskew; in DECLAREContigPutFunc()
1846 int32 fromskew, int32 toskew, in putcontig8bitYCbCrGenericTile() argument
1860 fromskew = (fromskew * group_size) / h_group; in putcontig8bitYCbCrGenericTile()
1903 pp += fromskew; in putcontig8bitYCbCrGenericTile()
1920 fromskew = (fromskew / 4) * (4*2+2); in DECLAREContigPutFunc()
1955 pp += fromskew; in DECLAREContigPutFunc()
2009 pp += fromskew; in DECLAREContigPutFunc()
2023 fromskew = (fromskew / 4) * (4*2+2); in DECLAREContigPutFunc()
2046 pp += fromskew; in DECLAREContigPutFunc()
2090 pp += fromskew; in DECLAREContigPutFunc()
2101 fromskew = (fromskew / 4) * (4*1+2); in DECLAREContigPutFunc()
2135 pp += fromskew; in DECLAREContigPutFunc()
2148 fromskew = (fromskew / 2) * (2*2+2); in DECLAREContigPutFunc()
2175 pp += fromskew; in DECLAREContigPutFunc()
2204 fromskew = (fromskew / 2) * (2*1+2); in DECLAREContigPutFunc()
2231 pp += fromskew; in DECLAREContigPutFunc()
2243 fromskew = (fromskew / 1) * (1 * 2 + 2); in DECLAREContigPutFunc()
2258 pp += fromskew; in DECLAREContigPutFunc()
2279 fromskew = (fromskew / 1) * (1 * 1 + 2); in DECLAREContigPutFunc()
2291 pp += fromskew; in DECLAREContigPutFunc()
2310 SKEW(r, g, b, fromskew); in DECLARESepPutFunc()