Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_layout_algorithm.cpp52 auto selfWidth = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_layout_algorithm.cpp58 auto selfWidth = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp423 auto selfWidth = layoutConstraint_->selfIdealSize.Width(); in CheckBorderAndPadding() local
459 std::optional<float> selfWidth; in CheckAspectRatio() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_Extend_test_ng.cpp598 auto selfWidth = layoutConstraintSizevalid.selfIdealSize.Width().value_or(maxWidth); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3105 float selfWidth = selfSize.Width(); in GetRectOffsetWithPositionEdges() local