Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
Dflutter_render_scene_viewer.cpp52 auto layoutWidth = static_cast<int32_t>(GetLayoutSize().Width()); in PrepareTextureLayer() local
60 auto layoutWidth = static_cast<int32_t>(GetLayoutSize().Width()); in PaintTextureLayer() local
/foundation/arkui/ui_lite/frameworks/layout/
Dgrid_layout.cpp56 int16_t layoutWidth = GetWidth() / cols_; in LayoutHorizontal() local
90 int16_t layoutWidth = GetWidth() / cols_; in LayoutVertical() local
/foundation/window/window_manager/window_scene/session/host/include/
Dsession_utils.h34 inline float ToWinWidth(const int32_t layoutWidth, float vpr) in ToWinWidth()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/text/mock/
Dmock_txt_paragraph.cpp23 float layoutWidth = 0.0f; variable
/foundation/arkui/ace_engine/frameworks/core/components/text/
Dflutter_render_text.cpp234 auto layoutWidth = GetSize().Width(); in CheckMeasureFlag() local
Drosen_render_text.cpp251 auto layoutWidth = GetSize().Width(); in CheckMeasureFlag() local
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
Drich_text_delegate.cpp404 int32_t layoutWidth = GetIntParam(param, NTC_PARAM_LAYOUT_WIDTH); in OnGotLayoutParam() local
/foundation/arkui/ace_engine/frameworks/core/components/button/
Drender_button.cpp556 double layoutWidth = widthDefined_ ? layoutSize_.Width() : childrenSize_.Width(); in CalculateLayoutSize() local