Lines Matching refs:xx
86 * - color (VT340 4014 emulation, 41xx, IRAF GTERM, and also MS-DOS Kermit color support)
87 * - polygon fill (41xx)
91 * - research other 41xx and 42xx extensions
333 int xx, yy;
362 for (xx = sx; xx != ex + dx; xx += dx) {
363 int dst_x = dst_ul_x + xx;
364 int src_x = src_ul_x + xx;
1374 int xx, yy;
1390 for (xx = 0; xx < refresh_w; xx++) {
1391 buffer[yy * refresh_w + xx] = null_color;
1519 int xx, yy;
1526 for (xx = x_min; xx <= x_max; xx++) {
1564 int xx, yy;
1635 for (xx = clip_limits.x_min - refresh_x;
1636 xx <= clip_limits.x_max - refresh_x;
1637 xx++) {
1638 const ColorRegister color = buffer[yy * refresh_w + xx];
1644 OriginX(screen) + refresh_x + xx - run,
1646 OriginX(screen) + refresh_x + xx - 1,
1657 OriginX(screen) + refresh_x + xx - run,
1659 OriginX(screen) + refresh_x + xx - 1,
1676 OriginX(screen) + refresh_x + xx - run,
1678 OriginX(screen) + refresh_x + xx - 1,
1725 for (xx = clip_limits.x_min - refresh_x;
1726 xx <= clip_limits.x_max - refresh_x;
1727 xx++) {
1728 const ColorRegister color = buffer[yy * refresh_w + xx];
1743 xx + refresh_x - clip_limits.x_min,