Home
last modified time | relevance | path

Searched refs:display_rect (Results 1 – 1 of 1) sorted by relevance

/external/drm_hwcomposer/
Dglworker.cpp317 DrmHwcRect<float> display_rect(layer.display_frame); in ConstructCommand() local
318 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()