Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c350 dispInfo->rotAngle = ROTATE_NONE; in GetDisplayInfo()
352 dispInfo->height, dispInfo->rotAngle); in GetDisplayInfo()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp98 g_display.rotateType = static_cast<LayerRotateType>(displayInfo.rotAngle); in OpenLayer()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h277 int32_t rotAngle; /**< Rotation angle of the display */ member
/ohos5.0/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c192 HDF_LOGI("%s: dispInfo rotAngle = %d", __func__, g_displayTest.displayInfo.rotAngle); in GetDisplayInfoTest()