Home
last modified time | relevance | path

Searched refs:bottom (Results 126 - 150 of 439) sorted by relevance

12345678910>>...18

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddashing.cpp116 OH_Drawing_PathLineTo(path, rect.right, rect.bottom); in make_path_line()
121 OH_Drawing_PathAddRect(path, rect.left, rect.top, rect.right, rect.bottom, in make_path_rect()
127 OH_Drawing_PathAddOvalWithInitialPoint(path, OH_Drawing_RectCreate(rect.left, rect.top, rect.right, rect.bottom), in make_path_oval()
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_extract.cpp76 uint32_t bottom = static_cast<uint32_t>(pixmap->GetHeight() * coordinates[3]); // 3 is index of bottom in ColorExtract() local
77 colorValLen_ = (right - left) * (bottom -top); in ColorExtract()
83 for (uint32_t i = top; i < bottom; i++) { in ColorExtract()
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.cpp67 auto bottom = offset.GetY() + geometryNode->GetMarginFrameSize().Height(); in OffsetNodeToSafeArea() local
68 if (bottom > bottomBound) { in OffsetNodeToSafeArea()
332 // and parent already has cache toward left, top, bottom, then this is a cache hit in AccumulateExpandCacheHit()
404 if (!NearZero(parentSafeAreaPadding.bottom.value_or(0.0f))) { in ParseSafeAreaPaddingSides()
406 // bottom side safeArea padding range is in ParseSafeAreaPaddingSides()
407 // [parentHeight - (bottom border + padding) - bottom safeAreaPadding, in ParseSafeAreaPaddingSides()
408 // parentHeight - (bottom border + padding)] in ParseSafeAreaPaddingSides()
409 auto innerSpaceBottomLength = parentInnerSpace.bottom.value_or(0.0f); in ParseSafeAreaPaddingSides()
411 parentHeight - innerSpaceBottomLength - parentSafeAreaPadding.bottom in ParseSafeAreaPaddingSides()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dsafe_area_manager_test_ng.cpp77 float bottom; member
128 EXPECT_EQ(s1.bottom, s2.bottom); in CommonExpectEQ()
405 auto funExpect = [this](bool withoutProcess, float left, float right, float top, float bottom) { in HWTEST_F()
408 ret.bottom.value_or(0.0f) }, in HWTEST_F()
409 Rect { left, right, top, bottom }); in HWTEST_F()
433 Rect { ret.left.value_or(0.0f), ret.right.value_or(0.0f), ret.top.value_or(0.0f), ret.bottom.value_or(0.0f) }, in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h403 return positionParam_.bottom.first; in GetBottom()
433 return positionParam_.bottom.second; in HasBottom()
460 virtual void SetBottom(const Dimension& bottom) // add for animation in SetBottom() argument
462 if (positionParam_.bottom.first != bottom) { in SetBottom()
463 positionParam_.bottom = std::make_pair(bottom, true); in SetBottom()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_layout_algorithm.cpp160 float bottomMargin = margin.bottom.value_or(0.0f); in CheckBottomEdgeOverlap()
162 float bottomPadding = padding.bottom.value_or(0.0f); in CheckBottomEdgeOverlap()
214 safeArea.bottom = static_cast<float>(inset.bottom_.Length()); in CheckIgnoreLayoutSafeArea()
239 constraint.selfIdealSize.SetHeight(currentHeight + safeArea.top + safeArea.bottom); in MeasureContentChild()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp45 void Inset::SetLength(const Dimension& top, const Dimension& right, const Dimension& bottom, const Dimension& left) in SetLength() argument
49 SetBottom(bottom); in SetLength()
75 void Inset::SetRadius(const Dimension& top, const Dimension& right, const Dimension& bottom, const Dimension& left, in SetRadius() argument
80 SetBottomRightRadius(bottom, isX); in SetRadius()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h163 // inset(<top> <right> <bottom> <left> round <top-radius> <right-radius> <bottom-radius> <left-radius>)
223 void SetBottom(const Dimension& bottom) in SetBottom() argument
225 bottom_ = bottom; in SetBottom()
278 void SetLength(const Dimension& top, const Dimension& right, const Dimension& bottom, const Dimension& left);
280 const Dimension& top, const Dimension& right, const Dimension& bottom, const Dimension& left, bool isX);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp220 const std::string& message, int32_t duration, const std::string& bottom, const NG::ToastShowMode& showMode) in ShowToast()
224 auto task = [durationTime, message, bottom, isRightToLeft, showMode, containerId = Container::CurrentId()]( in ShowToast()
230 .bottom = bottom, in ShowToast()
219 ShowToast( const std::string& message, int32_t duration, const std::string& bottom, const NG::ToastShowMode& showMode) ShowToast() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/stack/old_cases/
H A Dstack_test_ng.cpp65 PaddingProperty CreatePadding(float left, float top, float right, float bottom);
68 PaddingProperty StackTestNg::CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
74 padding.bottom = CalcLength(bottom); in CreatePadding()
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_extend_test_ng.cpp112 PaddingProperty CreatePadding(float left, float top, float right, float bottom);
144 PaddingProperty ButtonExtendTestNg::CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
150 padding.bottom = CalcLength(bottom); in CreatePadding()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_algorithm.cpp175 textPadding.bottom = CalcLength(PADDING.ConvertToPx(), DimensionUnit::PX); in MeasureRightButton()
293 buttonOffset -= OffsetF(stepperPadding.right.value_or(0.0), stepperPadding.bottom.value_or(0.0)); in SuitAgeLayoutButton()
295 buttonOffset += OffsetF(stepperPadding.left.value_or(0.0), -stepperPadding.bottom.value_or(0.0)); in SuitAgeLayoutButton()
364 buttonOffset += OffsetF(stepperPadding.left.value_or(0.0), -stepperPadding.bottom.value_or(0.0)); in LayoutLeftButton()
402 buttonOffset -= OffsetF(stepperPadding.right.value_or(0.0), stepperPadding.bottom.value_or(0.0)); in LayoutRightButton()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.cpp78 void FfiPromptShowToast(const char* message, int32_t duration, const char* bottom, int32_t mode) in FfiPromptShowToast() argument
85 frontend->ShowToast(message, duration, bottom, NG::ToastShowMode(mode)); in FfiPromptShowToast()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.h54 double bottom; member
65 double bottom; member
H A Dcj_button_ffi.cpp150 void FfiOHOSAceFrameworkButtonSetPadding(double top, int32_t topUnit, double right, int32_t rightUnit, double bottom, in FfiOHOSAceFrameworkButtonSetPadding() argument
155 Dimension bottomValue(bottom, static_cast<DimensionUnit>(bottomUnit)); in FfiOHOSAceFrameworkButtonSetPadding()
H A Dcj_swiper_ffi.h46 double bottom; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dlayout_constraint.h90 const std::optional<T>& bottom);
93 const std::optional<T>& top, const std::optional<T>& bottom);
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.h49 PointOptions *bottom; member
56 SeriesOptions() : width(1), margin(1), head(nullptr), top(nullptr), bottom(nullptr), smooth(false), in SeriesOptions()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/
H A Dpen_fuzzer.cpp135 float bottom = GetObject<float>(); in PenFuzzTest002() local
156 OH_Drawing_Rect* cRect = OH_Drawing_RectCreate(left, top, right, bottom); in PenFuzzTest002()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp109 int32_t bottom = GetObject<int32_t>(); in SurfaceFuzzTest002() local
110 RectI bounds { left, top, right, bottom }; in SurfaceFuzzTest002()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar_picker.h42 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left,
H A Djs_button.h70 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left,
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_properties.h74 void SetPositionBottom(const Dimension& bottom);
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_base.h98 PaddingProperty CreatePadding(float left, float top, float right, float bottom);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_layout_algorithm.cpp43 bottomPadding = padding->bottom.value_or(CalcLength(0.0_vp)).GetDimension().ConvertToPx(); in MeasureContent()

Completed in 20 milliseconds

12345678910>>...18