Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Dhwcutils.cpp137 display_frame = src_layer->display_frame; in InitFromDrmHwcLayer()
149 display_frame = frame; in SetDisplayFrame()
Ddrmdisplaycompositor.cpp315 hwc_rect_t display_frame; in CommitFrame() local
340 display_frame = layer.display_frame; in CommitFrame()
426 display_frame.left) < 0; in CommitFrame()
429 display_frame.top) < 0; in CommitFrame()
432 display_frame.right - display_frame.left) < in CommitFrame()
436 display_frame.bottom - display_frame.top) < in CommitFrame()
798 writeback_layer.display_frame = {0, 0, (int)mode_.mode.h_display(), in FlattenSerial()
937 next_layer.display_frame = {0, 0, (int)mode_.mode.h_display(), in FlattenConcurrent()
Ddrmhwcomposer.h139 hwc_rect_t display_frame; member
Ddrmhwctwo.cpp645 hwc_rect_t display_frame = {.left = 0, in SetActiveConfig() local
649 client_layer_.SetLayerDisplayFrame(display_frame); in SetActiveConfig()