Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp261 auto textStyle = InheritParentProperties(frameNode, isSpanStringMode); in UpdateParagraph()
581 TextStyle SpanItem::InheritParentProperties(const RefPtr<FrameNode>& frameNode, bool isSpanStringMo… in InheritParentProperties() function in OHOS::Ace::NG::SpanItem
H A Dspan_node.h240 …TextStyle InheritParentProperties(const RefPtr<FrameNode>& frameNode, bool isSpanStringMode = fals…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp747 EXPECT_EQ(spanItem->InheritParentProperties(frameNode, true), TextStyle());