Searched refs:resValueWrapper (Results 1 – 3 of 3) sorted by relevance
118 ResValueWrapper resValueWrapper; in CreateThemeConstants() local119 resValueWrapper.type = ThemeConstantsType::THEME; in CreateThemeConstants()120 resValueWrapper.value = AceType::MakeRefPtr<ThemeStyle>(); in CreateThemeConstants()121 attributes.insert(std::pair<std::string, ResValueWrapper>(patternName, resValueWrapper)); in CreateThemeConstants()
1830 ResValueWrapper resValueWrapper; variable1831 resValueWrapper.type = ThemeConstantsType::THEME;1832 resValueWrapper.value = AceType::MakeRefPtr<ThemeStyle>();1833 …tributes.insert(std::pair<std::string, ResValueWrapper>(THEME_BLUR_STYLE_COMMON, resValueWrapper));
279 ResValueWrapper resValueWrapper { .type = ThemeConstantsType::THEME, .value = themeStyle }; variable281 …butes.insert(std::pair<std::string, ResValueWrapper>(THEME_PATTERN_TEXT_OVERLAY, resValueWrapper));