Searched refs:ThemeUtils (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_theme_utils.cpp | 20 IdParseResult ThemeUtils::ParseThemeIdReference(const std::string& str, const RefPtr<ThemeConstants… in ParseThemeIdReference() 26 ResValueWrapper ThemeUtils::ParseStyleValue( in ParseStyleValue() 32 std::string ThemeUtils::ProcessImageSource(const std::string& imageSrc, const RefPtr<ThemeConstants… in ProcessImageSource()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_utils.h | 37 class ACE_EXPORT ThemeUtils { 39 ThemeUtils() = delete; 40 ~ThemeUtils() = delete;
|
H A D | theme_utils.cpp | 58 IdParseResult ThemeUtils::ParseThemeIdReference(const std::string& str, const RefPtr<ThemeConstants… in ParseThemeIdReference() 106 ResValueWrapper ThemeUtils::ParseStyleValue( in ParseStyleValue() 141 std::string ThemeUtils::ProcessImageSource(const std::string& imageSrc, const RefPtr<ThemeConstants… in ProcessImageSource()
|
H A D | theme_style.h | 37 class ThemeUtils; variable 146 …auto parseResult = ThemeUtils::ParseThemeIdReference(valueWrapper.GetValue<std::string>("").second… in GetAttr()
|
H A D | theme_constants.cpp | 523 const auto& newValue = ThemeUtils::ParseStyleValue(styleId, oldValue, value); in ParseCustomStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/test/unittest/color/ |
H A D | color_test.cpp | 42 const auto& parseResult = ThemeUtils::ParseThemeIdReference(id); in ParseColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_util.h | 71 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, GetThemeConstants()); in ParseThemeReference()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.h | 510 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, GetThemeConstants()); in ParseThemeReference()
|
H A D | declaration.cpp | 3245 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, themeConstants); in ParseLineHeight() 3288 return ThemeUtils::ProcessImageSource(imgSrc, GetThemeConstants()); in ParseImageSrc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.h | 950 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, GetThemeConstants()); in ParseThemeReference()
|
H A D | dom_node.cpp | 2224 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, GetThemeConstants()); in ParseLineHeight() 2270 return ThemeUtils::ProcessImageSource(imgSrc, GetThemeConstants()); in ParseImageSrc()
|