Lines Matching defs:dstx
1286 int scanspan, height, w, y, srcx, dstx;
1294 dstx = ri->ri_font->fontwidth * dstcol;
1300 db = dstx & ALIGNMASK;
1307 dp = basep + (dstx / 32) * 4;
1323 rnum = (dstx + w) & ALIGNMASK;
1335 dp = basep + (dstx / 32) * 4;
1375 dp = basep + ((dstx + w) / 32) * 4;
1419 int scanspan, height, w, y, srcx, dstx;
1427 dstx = ri->ri_font->fontwidth * dstcol;
1433 db = dstx & ALIGNMASK;
1440 dp = basep + (dstx / 32) * 4;
1462 rnum = (dstx + w) & ALIGNMASK;
1474 dp = basep + (dstx / 32) * 4;
1532 dp = basep + ((dstx + w) / 32) * 4;