Searched refs:dy1 (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc-tools/dbus-vis/ |
H A D | timeline_view.js | 52 dy0 = y + h - h * 1.0 * buckets[i] / maxCount, dy1 = y + h; 70 ctx.fillRect(dx0, dy0, dx1 - dx0, dy1 - dy0); 683 do_RenderIntervals(ctx, intervals_j, j, dy0, dy1, argument 741 ctx.fillRect(dx0, dy0, dw, dy1 - dy0); 756 [dy0, dy1], [this.MouseState.y, this.MouseState.y])) { 758 if (is_in_viewport) ctx.fillRect(dx0, dy0, dw, dy1 - dy0); 793 ctx.fillRect(dx0, dy0, dw, dy1 - dy0); 812 dy1-dy0); 818 ctx.strokeRect(dx0, dy0, dw, dy1 - dy0); 833 ctx.arc(dx0, (dy0 + dy1) / 2, HISTOGRAM_H * 0.17, 0, 2 * Math.PI); [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_param_shading.c | 120 unsigned int sy0, sy1, dy0, dy1, divy; in crop_and_interpolate() local 145 dy1 = sy1 - ty; in crop_and_interpolate() 201 *out_ptr = (unsigned short)((dx0 * dy0 * s_lr + dx0 * dy1 * s_ur + dx1 * dy0 * in crop_and_interpolate() 202 s_ll + dx1 * dy1 * s_ul) / in crop_and_interpolate()
|
/openbmc/qemu/hw/input/ |
H A D | ps2.c | 701 int dx1, dy1, dz1, dw1; in ps2_mouse_send_packet() local 708 dy1 = s->mouse_dy; in ps2_mouse_send_packet() 717 if (dy1 > 127) { in ps2_mouse_send_packet() 718 dy1 = 127; in ps2_mouse_send_packet() 719 } else if (dy1 < -127) { in ps2_mouse_send_packet() 720 dy1 = -127; in ps2_mouse_send_packet() 722 b = 0x08 | ((dx1 < 0) << 4) | ((dy1 < 0) << 5) | (s->mouse_buttons & 0x07); in ps2_mouse_send_packet() 725 ps2_queue_noirq(ps2, dy1 & 0xff); in ps2_mouse_send_packet() 781 trace_ps2_mouse_send_packet(s, dx1, dy1, dz1, b); in ps2_mouse_send_packet() 784 s->mouse_dy -= dy1; in ps2_mouse_send_packet()
|
H A D | trace-events | 39 ps2_mouse_send_packet(void *s, int dx1, int dy1, int dz1, int b) "%p x %d y %d z %d bs 0x%x"
|
/openbmc/qemu/hw/usb/ |
H A D | dev-wacom.c | 192 int dx1, int dy1, int dz1, int buttons_state) in usb_mouse_event() argument 197 s->dy += dy1; in usb_mouse_event()
|
/openbmc/linux/Documentation/input/devices/ |
H A D | elantech.rst | 260 dy7 dy6 dy5 dy4 dy3 dy2 dy1 dy0
|