Home
last modified time | relevance | path

Searched defs:idRefFunc (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.h68 ParseThemeReference(const std::string& value, std::function<T()>&& noRefFunc, std::function<T(uint32_t refId)>&& idRefFunc, const T& errorValue) const ParseThemeReference() argument
H A Danimation_util.cpp548 auto&& idRefFunc = [constants = themeConstants_](uint32_t refId) { return constants->GetColor(refId); }; in ParseColor() local
558 auto&& idRefFunc = [constants = themeConstants_](uint32_t refId) { return constants->GetDouble(refId); }; in ParseDouble() local
568 auto&& idRefFunc = [constants = themeConstants_](uint32_t refId) { return constants->GetDimension(refId); }; in ParseDimension() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h507 ParseThemeReference(const std::string& value, std::function<T()>&& noRefFunc, std::function<T(uint32_t refId)>&& idRefFunc, const T& errorValue) const ParseThemeReference() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h947 ParseThemeReference(const std::string& value, std::function<T()>&& noRefFunc, std::function<T(uint32_t refId)>&& idRefFunc, const T& errorValue) const ParseThemeReference() argument
H A Ddom_node.cpp2188 auto&& idRefFunc = [constants = themeConstants](uint32_t refId) { return constants->GetColor(refId); }; in ParseColor() local
2199 auto&& idRefFunc = [constants = themeConstants](uint32_t refId) { return constants->GetDouble(refId); }; in ParseDouble() local
2210 auto&& idRefFunc = [constants = themeConstants](uint32_t refId) { return constants->GetDimension(refId); }; in ParseDimension() local
2229 auto&& idRefFunc = [constants = themeConstants](uint32_t refId) { return constants->GetDouble(refId); }; in ParseLineHeight() local
2246 auto&& idRefFunc = [constants = themeConstants](uint32_t refId) { return constants->GetString(refId); }; in ParseFontFamilies() local
[all...]

Completed in 9 milliseconds