Lines Matching defs:oy
2473 int ox, oy;
2522 oy = ry + (rot_shear_y * ox) / ROT_SHEAR_SCALE;
2523 ox += (rot_shear_x * oy) / ROT_SHEAR_SCALE;
2527 (int) context->graphics_output_cursor_y + oy,
2539 int ox, oy;
2567 oy = str_invert * dy + (str_shear_y * ox) / ROT_SHEAR_SCALE;
2568 ox += (str_shear_x * oy) / ROT_SHEAR_SCALE;
2570 TRACE(("after pv output updating position %+d,%+d\n", ox, oy));
2572 context->graphics_output_cursor_y += oy;
2598 int ox, oy;
2737 oy = str_invert * ry + (str_shear_y * ox) / ROT_SHEAR_SCALE;
2738 ox += (str_shear_x * oy) / ROT_SHEAR_SCALE;
2740 begin_x, begin_y, ox, oy, str[ii]));
2742 context->graphics_output_cursor_y = begin_y + oy;
2753 oy = str_invert * ry + (str_shear_y * ox) / ROT_SHEAR_SCALE;
2754 ox += (str_shear_x * oy) / ROT_SHEAR_SCALE;
2756 begin_x, begin_y, ox, oy));
2758 context->graphics_output_cursor_y = begin_y + oy;