Home
last modified time | relevance | path

Searched refs:g_resolutionMap (Results 1 – 3 of 3) sorted by relevance

/developtools/global_resource_tool/src/
Dkey_parser.cpp241 auto it = g_resolutionMap.find(folderName); in ParseResolution()
242 if (it == g_resolutionMap.end()) { in ParseResolution()
Dresource_util.cpp294 … auto ret = find_if(g_resolutionMap.begin(), g_resolutionMap.end(), [KeyParam](const auto &iter) { in GetResolutionLimitkey()
297 if (ret == g_resolutionMap.end()) { in GetResolutionLimitkey()
/developtools/global_resource_tool/include/
Dresource_data.h148 const std::map<std::string, ResolutionType> g_resolutionMap = { variable