Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.h187 EphyrRect * a_rects, int a_num_rects);
H A Dhostx.c1527 EphyrRect * a_rects, int a_num_rects) in hostx_set_window_bounding_rectangles() argument
1535 EPHYR_LOG("enter. num rects:%d\n", a_num_rects); in hostx_set_window_bounding_rectangles()
1537 rects = calloc(a_num_rects, sizeof (xcb_rectangle_t)); in hostx_set_window_bounding_rectangles()
1540 for (i = 0; i < a_num_rects; i++) { in hostx_set_window_bounding_rectangles()
1554 a_num_rects, in hostx_set_window_bounding_rectangles()