Home
last modified time | relevance | path

Searched defs:layoutWidth (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/
H A Dgrid_layout.cpp56 int16_t layoutWidth = GetWidth() / cols_; in LayoutHorizontal() local
90 int16_t layoutWidth = GetWidth() / cols_; in LayoutVertical() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession_utils.h36 inline float ToWinWidth(const int32_t layoutWidth, float vpr) in ToWinWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp252 auto layoutWidth = GetSize().Width(); in CheckMeasureFlag() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp179 float layoutWidth = textFieldFrameRect.Width() - padding; // subtract border width in BeforeErrorLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.cpp406 int32_t layoutWidth = GetIntParam(param, NTC_PARAM_LAYOUT_WIDTH); in OnGotLayoutParam() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp547 double layoutWidth = widthDefined_ ? layoutSize_.Width() : childrenSize_.Width(); in CalculateLayoutSize() local