Home
last modified time | relevance | path

Searched refs:GetHalfLeading (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp531 txtStyle.half_leading = textStyle.GetHalfLeading(); in ConvertTxtStyle()
657 txtStyle.halfLeading = textStyle.GetHalfLeading(); in ConvertTxtStyle()
761 txtStyle.halfLeading = textStyle.GetHalfLeading(); in ConvertTxtStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.h180 static bool GetHalfLeading(FrameNode* frameNode);
H A Dspan_node.cpp242 … dumpLog.AddDesc(std::string("HalfLeading: ").append(std::to_string(textStyle->GetHalfLeading()))); in DumpInfo()
276 textStyle.SetHalfLeading(pipelineContext->GetHalfLeading()); in UpdateParagraph()
319 themeTextStyle.SetHalfLeading(pipelineContext->GetHalfLeading()); in UpdateSymbolSpanParagraph()
H A Dmultiple_paragraph_layout_algorithm.cpp88 textStyle.SetHalfLeading(textLayoutProperty->GetHalfLeadingValue(pipeline->GetHalfLeading())); in ConstructTextStyles()
H A Dspan_node.h611 … dumpLog.AddDesc(std::string("HalfLeading: ").append(std::to_string(textStyle.GetHalfLeading()))); in DumpInfo()
H A Dtext_model_ng.cpp1143 bool TextModelNG::GetHalfLeading(FrameNode* frameNode) in GetHalfLeading() function in OHOS::Ace::NG::TextModelNG
H A Dtext_pattern.cpp3094 auto halfLeading = pipeline->GetHalfLeading(); in DumpScaleInfo()
3219 … child->UpdateHalfLeadingWithoutFlushDirty(textLayoutProp->GetHalfLeading().value()); in UpdateChildProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_layout_manager.cpp222 panda::NumberRef::New(vm, textStyle.GetHalfLeading()), in CreateJSTextStyleResult()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h634 bool GetHalfLeading() const in GetHalfLeading() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp1228 textStyle.SetHalfLeading(pipeline->GetHalfLeading()); in UpdateTextStyleMore()
1259 placeholderTextStyle.SetHalfLeading(pipeline->GetHalfLeading()); in UpdatePlaceholderTextStyleMore()
H A Dtext_field_pattern.cpp7152 auto halfLeading = pipeline->GetHalfLeading(); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1232 bool GetHalfLeading() const in GetHalfLeading() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_modifier.cpp1193 return static_cast<ArkUI_Int32>(TextModelNG::GetHalfLeading(frameNode)); in GetTextHalfLeading()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp9576 const ArkUI_AttributeItem* GetHalfLeading(ArkUI_NodeHandle node) in GetHalfLeading() function
13055 GetHalfLeading }; in GetTextAttribute()