Home
last modified time | relevance | path

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

/developtools/global_resource_tool/include/
Dresource_data.h84 enum class OrientationType { enum
149 const std::map<std::string, OrientationType> g_orientaionMap = {
150 { "vertical", OrientationType::VERTICAL },
151 { "horizontal", OrientationType::HORIZONTAL },
/developtools/global_resource_tool/src/
Dresource_util.cpp307 …val = KeyParam.value == static_cast<const uint32_t>(OrientationType::VERTICAL) ? "vertical" : "hor… in GetKeyParamValue()