Home
last modified time | relevance | path

Searched refs:end_y (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c1053 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; in nexio_read_data() local
1084 begin_x = end_x = begin_y = end_y = -1; in nexio_read_data()
1097 if (end_y == -1 && in nexio_read_data()
1099 end_y = y - 1 - x_len; in nexio_read_data()
1101 h = end_y - begin_y; in nexio_read_data()
1120 begin_y = end_y = -1; in nexio_read_data()
/openbmc/qemu/hw/display/
H A Dtrace-events152 artist_draw_line(unsigned int start_x, unsigned int start_y, unsigned int end_x, unsigned int end_y
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch23006 …eblock_y_blk(const HEVCRpiContext * const s, const RpiBlk bounds, const int end_x, const int end_y)
23014 + const unsigned int b_b = bounds.y + bounds.h - (end_y ? 0 : 8);
23116 …block_uv_blk(const HEVCRpiContext * const s, const RpiBlk bounds, const int end_x, const int end_y)
23124 + const unsigned int b_b = bounds.y + bounds.h - (end_y ? 0 : 8);