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