Searched refs:a_num_rects (Results 1 – 2 of 2) sorted by relevance
187 EphyrRect * a_rects, int a_num_rects);
1527 EphyrRect * a_rects, int a_num_rects) in hostx_set_window_bounding_rectangles() argument1535 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()