Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c250 xcb_randr_get_crtc_info_reply_t *crtc_info_r; in hostx_get_output_geometry() local
321 crtc_info_r = xcb_randr_get_crtc_info_reply(HostX.conn, in hostx_get_output_geometry()
326 *x = crtc_info_r->x; in hostx_get_output_geometry()
327 *y = crtc_info_r->y; in hostx_get_output_geometry()
328 *width = crtc_info_r->width; in hostx_get_output_geometry()
329 *height = crtc_info_r->height; in hostx_get_output_geometry()
331 free(crtc_info_r); in hostx_get_output_geometry()