Home
last modified time | relevance | path

Searched defs:lineHeightSpan (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp1067 auto lineHeightSpan = AceType::DynamicCast<LineHeightSpan>(firstSpans[0]); variable
1115 auto lineHeightSpan = AceType::MakeRefPtr<LineHeightSpan>(Dimension(30), 0, 3); variable
1138 auto lineHeightSpan = AceType::MakeRefPtr<LineHeightSpan>(Dimension(30), 0, 3); variable
1409 auto lineHeightSpan = AceType::MakeRefPtr<LineHeightSpan>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1150 auto lineHeightSpan = Referenced::MakeRefPtr<JSLineHeightSpan>(); in Constructor() local
1163 void JSLineHeightSpan::Destructor(JSLineHeightSpan* lineHeightSpan) in Destructor()
1192 void JSLineHeightSpan::SetLineHeightSpan(const RefPtr<LineHeightSpan>& lineHeightSpan) in SetLineHeightSpan()
H A Djs_span_string.cpp405 auto lineHeightSpan = Referenced::Claim(obj->Unwrap<JSLineHeightSpan>()); in CreateJsLineHeightSpan() local
553 auto* lineHeightSpan = AceType::DynamicCast<JSLineHeightSpan>(base); in ParseJsLineHeightSpan() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.cpp820 auto lineHeightSpan = DynamicCast<LineHeightSpan>(other); in IsAttributesEqual() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp333 … auto lineHeightSpan = AceType::MakeRefPtr<LineHeightSpan>(textStyle.GetLineHeight(), 0, length); in CreateStyledStringByTextStyle() local