Searched refs:GetTextLineHeight (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.h | 145 int32_t GetTextLineHeight(const RefPtr<FrameNode>& textNode);
|
H A D | toast_pattern.cpp | 337 auto textLineHeight = GetTextLineHeight(text); in UpdateTextSizeConstraint() 546 int32_t ToastPattern::GetTextLineHeight(const RefPtr<FrameNode>& textNode) in GetTextLineHeight() function in OHOS::Ace::NG::ToastPattern
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_model_ng.h | 85 static Dimension GetTextLineHeight(UINode* uiNode);
|
H A D | span_model_ng.cpp | 507 Dimension SpanModelNG::GetTextLineHeight(UINode* uiNode) in GetTextLineHeight() function in OHOS::Ace::NG::SpanModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_modifier.cpp | 300 float GetTextLineHeight(ArkUINodeHandle node) in GetTextLineHeight() function 1212 … SetTextDetectEnable, ResetTextDetectEnable, GetTextContent, GetTextLineHeight, GetTextDecoration, in GetTextModifier() 1244 … ResetTextDetectEnable, GetTextContent, GetTextLineHeight, GetTextDecoration, GetTextTextCase, in GetCJUITextModifier()
|
H A D | node_span_modifier.cpp | 129 return SpanModelNG::GetTextLineHeight(uiNode).ConvertToVp(); in GetSpanLineHeight()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_test_update.cpp | 1653 auto textLineHeight = pattern->GetTextLineHeight(textNode);
|