Home
last modified time | relevance | path

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

/developtools/global_resource_tool/include/
H A Dresource_data.h95 enum class OrientationType { class
161 const std::map<std::string, OrientationType> g_orientaionMap = {
162 { "vertical", OrientationType::VERTICAL },
163 { "horizontal", OrientationType::HORIZONTAL },
/developtools/global_resource_tool/src/
H A Dresource_util.cpp316 val = KeyParam.value == static_cast<const uint32_t>(OrientationType::VERTICAL) ? "vertical" : "horizontal"; in GetKeyParamValue()

Completed in 3 milliseconds