Lines Matching refs:width
62 int width; member
153 uint32_t width; // mm member
161 uint32_t width; // mm member
173 vdpy_edid_set_baseparam(base_param *b_param, uint32_t width, uint32_t height) in vdpy_edid_set_baseparam() argument
175 b_param->h_pixel = width; in vdpy_edid_set_baseparam()
178 b_param->width = width; in vdpy_edid_set_baseparam()
205 frame->width = b_param->width; in vdpy_edid_set_frame()
357 dtd[12] = frame->width & 0xff; in vdpy_edid_set_dtd()
359 dtd[14] = ((frame->width & 0xf00) >> 4) | in vdpy_edid_set_dtd()
536 edid_info.prefx = vscr->info.width; in vdpy_get_edid()
567 info->width = vscr->info.width; in vdpy_get_display_info()
572 info->width = 0; in vdpy_get_display_info()
664 vscr->surf.width = 0; in vdpy_surface_set()
679 surf->width, surf->height, surf->pixel, in vdpy_surface_set()
686 vscr->guest_width = surf->width; in vdpy_surface_set()
691 vscr->guest_width = surf->width; in vdpy_surface_set()
754 attrs[i++] = surf->width; in vdpy_surface_set()
813 rect->x = (vscr->cur.x * vscr->width) / vscr->guest_width; in vdpy_cursor_position_transformation()
815 rect->w = (vscr->cur.width * vscr->width) / vscr->guest_width; in vdpy_cursor_position_transformation()
899 cur->width, cur->height); in vdpy_cursor_define()
907 SDL_UpdateTexture(vscr->cur_tex, NULL, cur->data, cur->width * 4); in vdpy_cursor_define()
1036 vscr->width = vscr->pscreen_rect.w; in vdpy_create_vscreen_window()
1039 vscr->width = vscr->guest_width; in vdpy_create_vscreen_window()
1048 vscr->width, vscr->height, in vdpy_create_vscreen_window()
1055 vscr->org_x, vscr->org_y, vscr->width, vscr->height); in vdpy_create_vscreen_window()
1091 vscr->info.width = vscr->guest_width; in vdpy_sdl_display_thread()