Searched refs:display_rect (Results 1 – 1 of 1) sorted by relevance
317 DrmHwcRect<float> display_rect(layer.display_frame); in ConstructCommand() local318 float display_size[2] = {display_rect.bounds[2] - display_rect.bounds[0], in ConstructCommand()319 display_rect.bounds[3] - display_rect.bounds[1]}; in ConstructCommand()373 (cmd.bounds[b] - display_rect.bounds[b % 2]) / display_size[b % 2]; in ConstructCommand()