Home
last modified time | relevance | path

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

/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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_layout_manager.cpp222 panda::NumberRef::New(vm, textStyle.GetHalfLeading()), in CreateJSTextStyleResult()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.h181 static bool GetHalfLeading(FrameNode* frameNode);
H A Dspan_node.h536 dumpLog.AddDesc(std::string("HalfLeading: ").append(std::to_string(textStyle.GetHalfLeading()))); in DumpInfo()
H A Dmultiple_paragraph_layout_algorithm.cpp82 textStyle.SetHalfLeading(textLayoutProperty->GetHalfLeadingValue(pipeline->GetHalfLeading())); in ConstructTextStyles()
H A Dspan_node.cpp244 dumpLog.AddDesc(std::string("HalfLeading: ").append(std::to_string(textStyle->GetHalfLeading()))); in DumpInfo()
1077 json->Put("HalfLeading", std::to_string(textStyle->GetHalfLeading()).c_str()); in DumpInfo()
H A Dtext_model_ng.cpp1137 bool TextModelNG::GetHalfLeading(FrameNode* frameNode) in GetHalfLeading() function in OHOS::Ace::NG::TextModelNG
H A Dtext_pattern.cpp3344 auto halfLeading = pipeline->GetHalfLeading(); in DumpScaleInfo()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h634 bool GetHalfLeading() const in GetHalfLeading() function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp1220 textStyle.SetHalfLeading(pipeline->GetHalfLeading()); in UpdateTextStyleMore()
1251 placeholderTextStyle.SetHalfLeading(pipeline->GetHalfLeading()); in UpdatePlaceholderTextStyleMore()
H A Dtext_field_pattern.cpp7065 auto halfLeading = pipeline->GetHalfLeading(); in OnBackPressed()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1212 bool GetHalfLeading() const in GetHalfLeading() function in OHOS::OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_modifier.cpp1191 return static_cast<ArkUI_Int32>(TextModelNG::GetHalfLeading(frameNode)); in GetTextHalfLeading()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp9535 const ArkUI_AttributeItem* GetHalfLeading(ArkUI_NodeHandle node) in GetHalfLeading() function
13013 GetHalfLeading }; in GetTextAttribute()

Completed in 64 milliseconds