Home
last modified time | relevance | path

Searched defs:layoutHeight (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
Dflutter_render_scene_viewer.cpp53 auto layoutHeight = static_cast<int32_t>(GetLayoutSize().Height()); in PrepareTextureLayer() local
61 auto layoutHeight = static_cast<int32_t>(GetLayoutSize().Height()); in PaintTextureLayer() local
/foundation/arkui/ui_lite/frameworks/layout/
Dgrid_layout.cpp57 int16_t layoutHeight = GetHeight() / rows_; in LayoutHorizontal() local
91 int16_t layoutHeight = GetHeight() / rows_; in LayoutVertical() local
/foundation/window/window_manager/window_scene/session/host/include/
Dsession_utils.h39 inline float ToWinHeight(const int32_t layoutHeight, float vpr) in ToWinHeight()
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
Drich_text_delegate.cpp402 int32_t layoutHeight = GetIntParam(param, NTC_PARAM_LAYOUT_HEIGHT); in OnGotLayoutParam() local
/foundation/arkui/ace_engine/frameworks/core/components/button/
Drender_button.cpp557 double layoutHeight = heightDefined_ ? layoutSize_.Height() : childrenSize_.Height(); in CalculateLayoutSize() local