Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c1502 hostx_set_window_geometry(int a_win, EphyrBox * a_geo) in hostx_set_window_geometry() argument
1510 EPHYR_RETURN_VAL_IF_FAIL(a_geo, FALSE); in hostx_set_window_geometry()
1513 a_geo->x, a_geo->y, a_geo->width, a_geo->height); in hostx_set_window_geometry()
1515 values[0] = a_geo->x; in hostx_set_window_geometry()
1516 values[1] = a_geo->y; in hostx_set_window_geometry()
1517 values[2] = a_geo->width; in hostx_set_window_geometry()
1518 values[3] = a_geo->height; in hostx_set_window_geometry()
H A Dhostx.h184 int hostx_set_window_geometry(int a_win, EphyrBox * a_geo);