Searched refs:src_y_offset (Results 1 – 3 of 3) sorted by relevance
447 int src_y_offset = y_pos - pos->y_hotspot; in dpp1_set_cursor_position() local 460 src_y_offset = y_pos - y_hotspot; in dpp1_set_cursor_position() 464 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position() 471 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position() 480 if (src_y_offset >= (int)param->viewport.height) in dpp1_set_cursor_position() 483 if (src_y_offset + cursor_height <= 0) in dpp1_set_cursor_position()
998 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position() local 1024 src_y_offset = y_pos - y_hotspot; in hubp2_cursor_set_position() 1028 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position() 1035 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position() 1055 if (src_y_offset >= (int)param->viewport.height) in hubp2_cursor_set_position() 1058 if (src_y_offset + cursor_height <= 0) in hubp2_cursor_set_position() 1094 if (src_y_offset < 0) in hubp2_cursor_set_position() 1095 src_y_offset = 0; in hubp2_cursor_set_position() 1105 hubp->cur_rect.y = src_y_offset + param->viewport.y; in hubp2_cursor_set_position()
1208 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position() local 1234 src_y_offset = y_pos - y_hotspot; in hubp1_cursor_set_position() 1238 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position() 1245 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position() 1265 if (src_y_offset >= (int)param->viewport.height) in hubp1_cursor_set_position() 1268 if (src_y_offset + cursor_height <= 0) in hubp1_cursor_set_position()