Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 25 of 250) sorted by relevance

12345678910

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.h44 …Dimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDimension& bottom) in Edge()
46 … Edge(const Dimension& left, const Dimension& top, const Dimension& right, const Dimension& bottom, in Edge()
50 …Dimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDimension& bottom, in Edge()
140 virtual void SetBottom(const AnimatableDimension& bottom) in SetBottom()
145 virtual void SetBottom(const CalcDimension& bottom) in SetBottom()
150 virtual void SetBottom(const Dimension& bottom) in SetBottom()
203 EdgePx(double left, double top, double right, double bottom) : Edge(left, top, right, bottom) {} in EdgePx()
204 …nst std::string& left, const std::string& top, const std::string& right, const std::string& bottom) in EdgePx()
300 void SetBottom(const AnimatableDimension& bottom) override in SetBottom()
308 void SetBottom(const Dimension& bottom) override in SetBottom()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpath_layout_algorithm.cpp55 auto bottom = skRect.bottom(); in MeasureContent() local
62 auto bottom = rect.GetBottom(); in MeasureContent() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkrect_fuzzer/
H A Drect_fuzzer.cpp42 float bottom = GetObject<float>(); in RectFuzzTest000() local
83 float bottom = GetObject<float>(); in RectFuzzTest001() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp104 int16_t bottom; in CalValidLength() local
156 int16_t bottom; in GetRowMaxHeight() local
231 int16_t bottom = child->GetStyle(STYLE_MARGIN_BOTTOM); in GetCrossAxisPosY() local
320 int16_t bottom; in CalColumnCount() local
345 int16_t bottom; in GetColumnMaxWidth() local
378 int16_t bottom; in GetColumnsHeight() local
476 int16_t bottom = child->GetStyle(STYLE_MARGIN_BOTTOM); in LayoutVertical() local
H A Dgrid_layout.cpp55 int16_t bottom; in LayoutHorizontal() local
89 int16_t bottom; in LayoutVertical() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h72 std::optional<CalcDimension> bottom; member
79 std::optional<CalcDimension> bottom; member
86 std::optional<Color> bottom; member
93 std::optional<Color> bottom; member
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/
H A Dpopup.js29 bottom: LengthMetrics.vp(12), property in defaultTheme.icon.margin
43 margin: { bottom: LengthMetrics.vp(2) }, property in defaultTheme.title.margin
64 bottom: LengthMetrics.vp(16), property in defaultTheme.button.margin
70 bottom: LengthMetrics.vp(4), property in defaultTheme.button.padding
90 bottom: LengthMetrics.vp(8), property in defaultTheme.button.textMargin
138 bottom: LengthMetrics.vp(12), property in defaultTheme.windows.padding
148 bottom: LengthMetrics.vp(2), property in defaultTheme.closeButton.padding
154 bottom: LengthMetrics.vp(12), property in defaultTheme.closeButton.margin
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___margin.md29 ### bottom subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___margin.md29 ### bottom subsection
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscpuoverdrawcanvaslistener_fuzzer/
H A Drscpuoverdrawcanvaslistener_fuzzer.cpp96 float bottom = GetData<float>(); in DoRect() local
111 float bottom = GetData<float>(); in DoDrawRoundRect() local
131 float bottom = GetData<float>(); in DoDrawNestedRoundRect() local
161 float bottom = GetData<float>(); in DoDrawArc() local
180 float bottom = GetData<float>(); in DoDrawPie() local
199 float bottom = GetData<float>(); in DoDrawOval() local
346 float bottom = GetData<float>(); in DoDrawImageRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsgpuoverdrawcanvaslistener_fuzzer/
H A Drsgpuoverdrawcanvaslistener_fuzzer.cpp97 float bottom = GetData<float>(); in DoRect() local
112 float bottom = GetData<float>(); in DoDrawRoundRect() local
132 float bottom = GetData<float>(); in DoDrawNestedRoundRect() local
162 float bottom = GetData<float>(); in DoDrawArc() local
181 float bottom = GetData<float>(); in DoDrawPie() local
200 float bottom = GetData<float>(); in DoDrawOval() local
334 float bottom = GetData<float>(); in DoDrawImageRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dlayout_constraint.inl172 const std::optional<T>& top, const std::optional<T>& bottom)
183 const std::optional<T>& top, const std::optional<T>& bottom)
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_rect_test.cpp149 float bottom = OH_Drawing_RectGetBottom(rect); variable
175 float bottom = OH_Drawing_RectGetBottom(rectSrc); variable
439 float bottom = OH_Drawing_RectGetBottom(rect); variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_image_region_v10.md31 ### bottom subsection
H A D_codec_image_region_v20.md31 ### bottom subsection
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dcutout_info.h32 DMRect bottom; member
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dsnapshot.h89 int32_t bottom = parcel.ReadInt32(); in Unmarshalling() local
97 int32_t bottom = 0; member
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Drect.h74 …CommonRect(T left, T top, T right, T bottom) : left_(left), top_(top), right_(right), bottom_(bott… in CommonRect()
104 void SetRect(T left, T top, T right, T bottom) in SetRect()
301 void SetBottom(T bottom) in SetBottom()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h165 double bottom = Bottom(); in Constrain() local
252 double bottom = std::min(Bottom(), other.Bottom()); in IntersectRect() local
261 double bottom = std::max(Bottom(), other.Bottom()); in CombineRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Drender_positioned.cpp85 void RenderPositioned::SetBottom(const Dimension& bottom) in SetBottom()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region_helper.cpp80 const int bottom = rectsRow_[0].bottom_; in MergeSpanVertically() local
157 void OuterLooper::MoveScanline(RectsPtr &r, int &top, int &bottom) in MoveScanline()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_rect.cpp31 OH_Drawing_Rect* OH_Drawing_RectCreate(float left, float top, float right, float bottom) in OH_Drawing_RectCreate()
68 void OH_Drawing_RectSetBottom(OH_Drawing_Rect* cRect, float bottom) in OH_Drawing_RectSetBottom()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font___metrics.md63 ### bottom subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font___metrics.md63 ### bottom subsection
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkregion_fuzzer/
H A Dndkregion_fuzzer.cpp62 float bottom = GetObject<float>(); in NativeDrawingRegionTest001() local

12345678910