Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowicons.c482 … xcb_get_geometry_reply_t *geom_reply = xcb_get_geometry_reply(conn, geom_cookie, NULL); in winXIconToHICON() local
484 if (geom_reply) { in winXIconToHICON()
485 width = geom_reply->width; in winXIconToHICON()
486 height = geom_reply->height; in winXIconToHICON()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c1355 xcb_get_geometry_reply_t *geom_reply; in hostx_get_window_attributes() local
1360 geom_reply = xcb_get_geometry_reply(HostX.conn, geom_cookie, NULL); in hostx_get_window_attributes()
1363 a_attrs->x = geom_reply->x; in hostx_get_window_attributes()
1364 a_attrs->y = geom_reply->y; in hostx_get_window_attributes()
1365 a_attrs->width = geom_reply->width; in hostx_get_window_attributes()
1366 a_attrs->height = geom_reply->height; in hostx_get_window_attributes()
1369 free(geom_reply); in hostx_get_window_attributes()