Lines Matching refs:rects
1120 int nrect, glamor_composite_rect_t *rects, in glamor_composite_with_shader() argument
1203 .x1 = rects[i].x_dst, in glamor_composite_with_shader()
1204 .y1 = rects[i].y_dst, in glamor_composite_with_shader()
1205 .x2 = rects[i].x_dst + rects[i].width, in glamor_composite_with_shader()
1206 .y2 = rects[i].y_dst + rects[i].height, in glamor_composite_with_shader()
1240 x_dest = rects->x_dst + dest_x_off; in glamor_composite_with_shader()
1241 y_dest = rects->y_dst + dest_y_off; in glamor_composite_with_shader()
1242 x_source = rects->x_src + source_x_off; in glamor_composite_with_shader()
1243 y_source = rects->y_src + source_y_off; in glamor_composite_with_shader()
1244 x_mask = rects->x_mask + mask_x_off; in glamor_composite_with_shader()
1245 y_mask = rects->y_mask + mask_y_off; in glamor_composite_with_shader()
1246 width = rects->width; in glamor_composite_with_shader()
1247 height = rects->height; in glamor_composite_with_shader()
1284 rects++; in glamor_composite_with_shader()