Searched refs:cur_rect (Results 1 – 4 of 4) sorted by relevance
629 hubp->cur_rect.w = attr->width; in hubp2_cursor_set_attributes()630 hubp->cur_rect.h = attr->height; in hubp2_cursor_set_attributes()1083 hubp->cur_rect.x = 0; in hubp2_cursor_set_position()1084 hubp->cur_rect.y = 0; in hubp2_cursor_set_position()1085 hubp->cur_rect.w = param->stream->timing.h_addressable; in hubp2_cursor_set_position()1086 hubp->cur_rect.h = param->stream->timing.v_addressable; in hubp2_cursor_set_position()1088 hubp->cur_rect.x = src_x_offset + param->viewport.x; in hubp2_cursor_set_position()1089 hubp->cur_rect.y = src_y_offset + param->viewport.y; in hubp2_cursor_set_position()
116 struct cursor_rect cur_rect; member
1073 payload->cursor_rect.x = hubp->cur_rect.x; in dc_build_cursor_update_payload0()1074 payload->cursor_rect.y = hubp->cur_rect.y; in dc_build_cursor_update_payload0()1076 payload->cursor_rect.width = hubp->cur_rect.w; in dc_build_cursor_update_payload0()1077 payload->cursor_rect.height = hubp->cur_rect.h; in dc_build_cursor_update_payload0()
755 hubp->cur_rect.x = rec_x_offset + param->recout.x; in hubp401_cursor_set_position()756 hubp->cur_rect.y = rec_y_offset + param->recout.y; in hubp401_cursor_set_position()