Home
last modified time | relevance | path

Searched defs:themeValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp130 auto themeValue = std::make_shared<ThemeValue>(); in InitThemeRes() local
197 auto themeValue = std::make_shared<ThemeValue>(); in ParseIcon() local
213 for (const auto &themeValue : themeValueVec_) { in GetThemeValues() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_utils.h367 … StringToDimensionWithThemeValue(const std::string& value, bool useVp, const Dimension& themeValue) in StringToDimensionWithThemeValue()