Home
last modified time | relevance | path

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

/drivers/peripheral/display/composer/test/common/
Ddisplay_test_utils.h67 TransformType rotate = ROTATE_NONE;
Dhdi_test_layer.h109 TransformType transform_ = ROTATE_NONE;
/drivers/peripheral/display/composer/test/fuzztest/common/
Ddisplay_common_fuzzer.h103 ROTATE_NONE,
/drivers/peripheral/display/hdi_service/device/src/util/
Ddisplay_device_common.cpp33 return ((x < ROTATE_NONE) || (x > ROTATE_BUTT)) ? ROTATE_BUTT : static_cast<TransformType>(x); in Convert2TransformType()
/drivers/peripheral/display/interfaces/include/
Ddisplay_type.h174 ROTATE_NONE = 0, /**< No rotation */ enumerator
/drivers/peripheral/display/hal/default/
Ddisplay_layer.c350 dispInfo->rotAngle = ROTATE_NONE; in GetDisplayInfo()
/drivers/peripheral/display/composer/test/moduletest/
Dhdi_device_test.cpp201 .rotate = ROTATE_NONE
/drivers/interface/display/composer/v1_0/
DDisplayComposerType.idl162 ROTATE_NONE = 0, /**< No rotation */