Searched refs:geom (Results 1 – 3 of 3) sorted by relevance
700 xcb_get_geometry_reply_t *geom; in x11_surface_get_capabilities() local704 geom = xcb_get_geometry_reply(conn, geom_cookie, &err); in x11_surface_get_capabilities()705 if (!geom) in x11_surface_get_capabilities()708 VkExtent2D extent = { geom->width, geom->height }; in x11_surface_get_capabilities()714 free(geom); in x11_surface_get_capabilities()952 xcb_get_geometry_reply_t *geom = in x11_surface_get_present_rectangles() local955 if (geom) { in x11_surface_get_present_rectangles()958 .extent = { geom->width, geom->height }, in x11_surface_get_present_rectangles()961 free(geom); in x11_surface_get_present_rectangles()962 if (!geom) in x11_surface_get_present_rectangles()[all …]
433 XkbGeometryPtr geom; member
1261 xGetGeometryReply geom; member