Searched refs:c_x (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | sm501.c | 1634 int c_x, int c_y); 1687 const uint8_t *palette, int c_x, int c_y) in draw_hwc_line_32() argument 1695 d += c_x * 4; in draw_hwc_line_32() 1697 for (i = 0; i < SM501_HWC_WIDTH && c_x + i < width; i++) { in draw_hwc_line_32() 1723 int y, c_x = 0, c_y = 0; in sm501_update_display() local 1771 c_x = get_hwc_x(s, crt); in sm501_update_display() 1815 draw_hwc_line(d, hwc_src, width, hwc_palette, c_x, y - c_y); in sm501_update_display()
|
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 1647 int c_x = get_unaligned_le16(&data[offset + 4]); in wacom_24hdt_irq() local 1654 min(w, h) + int_dist(t_x, t_y, c_x, c_y)); in wacom_24hdt_irq()
|