Searched refs:global_box (Results 1 – 2 of 2) sorted by relevance
350 pixman_box32_t *global_box = pixman_region32_extents(&global_repaint_region); in tde_repaint_region() local352 .x = global_box->x1, .y = global_box->y1, in tde_repaint_region()353 .w = global_box->x2 - global_box->x1, in tde_repaint_region()354 .h = global_box->y2 - global_box->y1 in tde_repaint_region()
504 pixman_box32_t *global_box = pixman_region32_extents(&global_repaint_region); in hdi_renderer_surface_state_calc_rect() local505 hss->dst_rect.x = global_box->x1; in hdi_renderer_surface_state_calc_rect()506 hss->dst_rect.y = global_box->y1; in hdi_renderer_surface_state_calc_rect()507 hss->dst_rect.w = global_box->x2 - global_box->x1; in hdi_renderer_surface_state_calc_rect()508 hss->dst_rect.h = global_box->y2 - global_box->y1; in hdi_renderer_surface_state_calc_rect()