Home
last modified time | relevance | path

Searched refs:styleMap_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_context.h59 const auto& arrMapIter = styleMap_.find(styleName); in PushStyle()
60 if (arrMapIter == styleMap_.end()) { in PushStyle()
63 styleMap_.emplace(std::make_pair(styleName, attrMap)); in PushStyle()
74 auto styleClassIter = styleMap_.find(key); in GetAttrMap()
75 if (styleClassIter != styleMap_.end()) { in GetAttrMap()
112 ClassStyleMap styleMap_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_context.cpp36 const auto& arrMapIter = styleMap_.find(styleName); in PushStyle()
37 if (arrMapIter == styleMap_.end()) { in PushStyle()
40 styleMap_.emplace(std::make_pair(styleName, attrMap)); in PushStyle()
51 auto styleClassIter = styleMap_.find(key); in GetAttrMap()
52 if (styleClassIter != styleMap_.end()) { in GetAttrMap()
H A Dsvg_context.h125 ClassStyleMap styleMap_; variable