Home
last modified time | relevance | path

Searched defs:heightFinal (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.cpp150 auto heightFinal = static_cast<float>(height + std::fabs(baselineOffset_)); in MeasureContent() local
616 float heightFinal = in BuildTextRaceParagraph() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp406 double heightFinal = std::min( in GetSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp875 float heightFinal = static_cast<float>(paragraph->GetHeight()) + std::fabs(baselineOffset); in MeasureTextSizeInner() local