Home
last modified time | relevance | path

Searched refs:displayInfo (Results 1 - 1 of 1) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/ui/
H A Dfbdev.cpp92 DisplayInfo displayInfo = {}; in OpenLayer() local
93 int32_t ret = g_display.layerFuncs->GetDisplayInfo(g_display.devId, &displayInfo); in OpenLayer()
98 g_display.rotateType = static_cast<LayerRotateType>(displayInfo.rotAngle); in OpenLayer()
99 g_layerInfo.width = displayInfo.width; in OpenLayer()
100 g_layerInfo.height = displayInfo.height; in OpenLayer()

Completed in 1 milliseconds