Home
last modified time | relevance | path

Searched defs:tempHeight (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dsize_t.h131 T tempHeight = height_ - top.value_or(0) - bottom.value_or(0); in MinusPadding() local
145 T tempHeight = height_ - top.value_or(0) - bottom.value_or(0); in MinusPaddingToNonNegative() local
521 T tempHeight = height_.value() - top.value_or(0) - bottom.value_or(0); in MinusPadding() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.cpp216 uint16_t tempHeight = fontEngine->GetHeight(fontId, fontSize); in GetLetterWidth() local
H A Dui_font_bitmap.cpp375 uint16_t tempHeight = static_cast<uint16_t>(spannableHeight); in GetLineMaxHeight() local
H A Dui_font_vector.cpp1022 uint16_t tempHeight = static_cast<uint16_t>(spannableHeight); in GetLineMaxHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_pattern.cpp150 auto tempHeight = paintRect.Height(); in UpdateToInputManager() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_element.cpp259 auto tempHeight = height_; in TryShrinkTextWidth() local
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_spannable_string_unit_test.cpp876 int16_t tempHeight = 0; variable
960 int16_t tempHeight = 0; variable
1037 int16_t tempHeight = 0; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp321 int16_t tempHeight = tempSpan->data_.height; in SetFontHeight() local