Searched refs:fontWeightMap (Results 1 – 1 of 1) sorted by relevance
38 static const std::unordered_map<ArkUI_Int32, FontWeight> fontWeightMap = { in ConvertIntToFontWeight() local49 auto weightFindIter = fontWeightMap.find(weight); in ConvertIntToFontWeight()50 if (weightFindIter != fontWeightMap.end()) { in ConvertIntToFontWeight()