Home
last modified time | relevance | path

Searched refs:subComponentInfos_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp2282 subComponentInfos_.clear(); in GetSubComponentInfos()
2362 if ((spanId < 0) || (spanId >= static_cast<int32_t>(subComponentInfos_.size()))) { in ExecSubComponent()
2365 auto subComponentInfo = subComponentInfos_[spanId]; in ExecSubComponent()
2402 subComponentInfos_.emplace_back(subComponentInfoEx); in AddSubComponentInfoForSpan()
2416 subComponentInfos_.emplace_back(subComponentInfoEx); in AddSubComponentInfoForAISpan()
H A Dtext_pattern.h854 std::vector<SubComponentInfoEx> subComponentInfos_; variable