Home
last modified time | relevance | path

Searched refs:indentValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.cpp697 auto indentValue = paragraphStyle.indent; in ApplyIndent() local
700 if (GreatNotEqual(indentValue.Value(), 0.0)) { in ApplyIndent()
704 if (indentValue.Unit() != DimensionUnit::PERCENT) { in ApplyIndent()
705 value = indentValue.ConvertToPxDistribute( in ApplyIndent()
708 value = static_cast<float>(width * indentValue.Value()); in ApplyIndent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp236 double indentValue = 0.0; in ApplyIndent() local
242 fontScale, pipeline->GetLogicScale(), width, indentValue)) { in ApplyIndent()
246 indentValue = width * textIndent_.Value(); in ApplyIndent()
248 indent_ = static_cast<float>(indentValue); in ApplyIndent()