Searched refs:OrientationType (Results 1 – 2 of 2) sorted by relevance
79 enum class OrientationType { enum135 const std::map<std::string, OrientationType> g_orientaionMap = {136 { "vertical", OrientationType::VERTICAL },137 { "horizontal", OrientationType::HORIZONTAL },
308 …val = KeyParam.value == static_cast<const uint32_t>(OrientationType::VERTICAL) ? "vertical" : "hor… in GetKeyParamValue()