Home
last modified time | relevance | path

Searched refs:GetSpanTextBackgroundStyle (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dimage_span_view.h44 static TextBackgroundStyle GetSpanTextBackgroundStyle(FrameNode* frameNode);
H A Dimage_span_view.cpp142 TextBackgroundStyle ImageSpanView::GetSpanTextBackgroundStyle(FrameNode* frameNode) in GetSpanTextBackgroundStyle() function in OHOS::Ace::NG::ImageSpanView
H A Dspan_model_ng.h94 static TextBackgroundStyle GetSpanTextBackgroundStyle(UINode* uiNode);
H A Dspan_model_ng.cpp538 TextBackgroundStyle SpanModelNG::GetSpanTextBackgroundStyle(UINode* uiNode) in GetSpanTextBackgroundStyle() function in OHOS::Ace::NG::SpanModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_span_modifier.cpp367 void GetSpanTextBackgroundStyle(ArkUINodeHandle node, ArkUITextBackgroundStyleOptions* options) in GetSpanTextBackgroundStyle() function
371 auto styleOptions = SpanModelNG::GetSpanTextBackgroundStyle(uiNode); in GetSpanTextBackgroundStyle()
501 …SetSpanTextBackgroundStyle, ResetSpanTextBackgroundStyle, GetSpanTextBackgroundStyle, SetTextTextS… in GetSpanModifier()
517 …SetSpanTextBackgroundStyle, ResetSpanTextBackgroundStyle, GetSpanTextBackgroundStyle, SetTextTextS… in GetCJUISpanModifier()
H A Dnode_image_span_modifier.cpp123 auto styleOptions = ImageSpanView::GetSpanTextBackgroundStyle(frameNode); in GetImageSpanTextBackgroundStyle()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp11067 const ArkUI_AttributeItem* GetSpanTextBackgroundStyle(ArkUI_NodeHandle node) in GetSpanTextBackgroundStyle() function
13091 static Getter* getters[] = { GetSpanContent, GetSpanTextBackgroundStyle, GetBaseLineOffset }; in GetSpanAttribute()