Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c1527 EphyrRect * a_rects, int a_num_rects) in hostx_set_window_bounding_rectangles() argument
1533 EPHYR_RETURN_VAL_IF_FAIL(a_rects, FALSE); in hostx_set_window_bounding_rectangles()
1541 rects[i].x = a_rects[i].x1; in hostx_set_window_bounding_rectangles()
1542 rects[i].y = a_rects[i].y1; in hostx_set_window_bounding_rectangles()
1543 rects[i].width = abs(a_rects[i].x2 - a_rects[i].x1); in hostx_set_window_bounding_rectangles()
1544 rects[i].height = abs(a_rects[i].y2 - a_rects[i].y1); in hostx_set_window_bounding_rectangles()
H A Dhostx.h187 EphyrRect * a_rects, int a_num_rects);