Searched refs:src_y_offset (Results 1 – 2 of 2) sorted by relevance
1000 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position() local1026 src_y_offset = y_pos - y_hotspot; in hubp2_cursor_set_position()1030 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()1037 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position()1057 if (src_y_offset >= (int)param->viewport.height) in hubp2_cursor_set_position()1060 if (src_y_offset + cursor_height <= 0) in hubp2_cursor_set_position()1101 if (src_y_offset < 0) in hubp2_cursor_set_position()1102 src_y_offset = 0; in hubp2_cursor_set_position()1112 hubp->cur_rect.y = src_y_offset + param->viewport.y; in hubp2_cursor_set_position()
1209 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position() local1235 src_y_offset = y_pos - y_hotspot; in hubp1_cursor_set_position()1239 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()1246 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()1266 if (src_y_offset >= (int)param->viewport.height) in hubp1_cursor_set_position()1269 if (src_y_offset + cursor_height <= 0) in hubp1_cursor_set_position()