/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | render_tip.cpp | 77 padding_.SetBottom(Dimension(NormalizeToPx(padding_.Bottom()), DimensionUnit::PX)); in AdaptChildPadding() 80 padding_.SetBottom(Dimension(widthChange * HALF, DimensionUnit::PX)); in AdaptChildPadding() 99 padding_.SetBottom(Dimension(paddingTopBottom, DimensionUnit::PX)); in AdaptChildPadding()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | edge.h | 140 virtual void SetBottom(const AnimatableDimension& bottom) in SetBottom() function in OHOS::Ace::Edge 145 virtual void SetBottom(const CalcDimension& bottom) in SetBottom() function in OHOS::Ace::Edge 150 virtual void SetBottom(const Dimension& bottom) in SetBottom() function in OHOS::Ace::Edge 300 void SetBottom(const AnimatableDimension& bottom) override 308 void SetBottom(const Dimension& bottom) override 316 void SetBottom(const CalcDimension& bottom) override
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_border_test.cpp | 582 rrect.rect_.SetBottom(10.f); in HWTEST_F() 647 borderGeo.rrect.rect_.SetBottom(rect.GetBottom()); in HWTEST_F() 651 borderGeo.innerRRect.rect_.SetBottom(rect.GetBottom() + width[RSBorder::BOTTOM]); in HWTEST_F() 710 borderGeo.rrect.rect_.SetBottom(rect.GetBottom()); in HWTEST_F() 714 borderGeo.innerRRect.rect_.SetBottom(rect.GetBottom() + width[RSBorder::BOTTOM]); in HWTEST_F() 773 borderGeo.rrect.rect_.SetBottom(rect.GetBottom()); in HWTEST_F() 777 borderGeo.innerRRect.rect_.SetBottom(rect.GetBottom() + width[RSBorder::BOTTOM]); in HWTEST_F() 840 borderGeo.rrect.rect_.SetBottom(rect.GetBottom()); in HWTEST_F() 844 borderGeo.innerRRect.rect_.SetBottom(rect.GetBottom() + width[RSBorder::BOTTOM]); in HWTEST_F() 891 borderGeo.rrect.rect_.SetBottom(rec in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/ |
H A D | piece_declaration.cpp | 52 paddingStyle.padding.SetBottom(theme->GetPaddingVertical()); in InitializeStyle() 84 paddingStyle.padding.SetBottom(theme->GetPaddingVertical()); in InitializeStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_tab_bar.cpp | 220 edge.SetBottom(ParseDimension(offsets[0])); in ParseEdge() 226 edge.SetBottom(ParseDimension(offsets[0])); in ParseEdge() 232 edge.SetBottom(ParseDimension(offsets[2])); in ParseEdge() 238 edge.SetBottom(ParseDimension(offsets[2])); in ParseEdge()
|
/foundation/arkui/ace_engine/frameworks/core/components/padding/ |
H A D | padding_component.h | 65 padding_.SetBottom(value); in SetPaddingBottom()
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_rect.h | 69 virtual void SetBottom(float pos) {} in SetBottom() function in OHOS::Ace::Testing::TestingRect
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_pixel_map_util.cpp | 156 dst.SetBottom(dst.GetBottom() + (realSize.height - src.GetBottom()) / HALF_F); in TransformDataSetForAstc() 159 src.SetBottom(src.GetBottom() / abs(transformData.scaleY)); in TransformDataSetForAstc() 183 src.SetBottom(src.GetBottom() - bottomMinus); in TransformDataSetForAstc() 187 dst.SetBottom(dst.GetBottom() - (realSize.height - transformData.cropHeight) / HALF_F); in TransformDataSetForAstc() 193 dst.SetBottom(dst.GetBottom() + transformData.translateY / HALF_F / abs(transformData.scaleY)); in TransformDataSetForAstc()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/ |
H A D | rect_fuzzer.cpp | 45 rect.SetBottom(pos); in RectFuzzTest000() 104 rectf.SetBottom(pos); in RectFuzzTest002()
|
/foundation/arkui/ace_engine/frameworks/core/components/positioned/ |
H A D | render_positioned.h | 90 void SetBottom(const Dimension& bottom) override; // add for animation
|
H A D | render_positioned.cpp | 85 void RenderPositioned::SetBottom(const Dimension& bottom) in SetBottom() function in OHOS::Ace::RenderPositioned
|
H A D | positioned_component.h | 50 void SetBottom(const Dimension& bottom) override
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | rect.h | 63 inline void SetBottom(int32_t pos); 195 inline void RectI::SetBottom(int32_t pos) in SetBottom() function in OHOS::Rosen::Drawing::RectI 296 inline void SetBottom(scalar pos); 398 inline void RectF::SetBottom(scalar pos) in SetBottom() function in OHOS::Rosen::Drawing::RectF
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_component.h | 126 virtual void SetBottom(const Dimension& bottom) in SetBottom() function in OHOS::Ace::RenderComponent 132 virtual void SetBottom(const AnimatableDimension& bottom) in SetBottom() function in OHOS::Ace::RenderComponent
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | background_modifier.h | 97 srcRSRect.SetBottom(offset1.GetY() + desSize.Height()); 98 desRSRect.SetBottom(curHeight);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_rect.cpp | 75 rect->SetBottom(bottom); in OH_Drawing_RectSetBottom() 175 rectSrc->SetBottom(rectDst->GetBottom()); in OH_Drawing_RectCopy()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_virtual_screen_processor.cpp | 114 params.dstRect.SetBottom(adaptiveDstHeight); in ProcessSurface()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/ |
H A D | rect_test.cpp | 238 rectF->SetBottom(1.0f); in HWTEST_F() 252 rectF->SetBottom(2.0f); in HWTEST_F() 659 rectI->SetBottom(1.0f); in HWTEST_F() 673 rectI->SetBottom(2.0f); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | rosen_render_circle_block.cpp | 105 spotRect.SetBottom(spotRect.GetBottom() + transRatio * LIGHT_RADIUS); in SyncGeometryProperties() 112 shadowRect.SetBottom(shadowRect.GetBottom() + ambientBlur); in SyncGeometryProperties() 117 shadowRect.SetBottom(shadowRect.GetBottom() + 1); in SyncGeometryProperties()
|
/foundation/arkui/ace_engine/frameworks/core/components/tween/ |
H A D | tween_component.h | 141 void SetBottom(const Dimension& bottom) in SetBottom() function in OHOS::Ace::TweenComponent
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_base.cpp | 61 edge.SetBottom(Dimension(size, DimensionUnit::VP)); in BuildPadding()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_image.cpp | 81 line.SetBottom(line.GetBottom() + 1); in DrawCommon()
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box_base.cpp | 212 edgePx.SetBottom(Dimension(ConvertMarginToPx(edge.Bottom(), true, additional))); 239 marginOrigin_.SetBottom(Dimension(freeSpace / TWO_SIDES, DimensionUnit::PX)); 241 marginOrigin_.SetBottom(Dimension(ConvertMarginToPx(margin.Bottom(), true, false))); 245 marginOrigin_.SetBottom(Dimension((freeSpace - marginOrigin_.Top().Value()), DimensionUnit::PX)); 296 marginOrigin_.SetBottom(Dimension(0.0, DimensionUnit::PX)); 559 padding_.SetBottom(Dimension(std::max(padding_.BottomPx(), circlePadding)));
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_content_modifier.cpp | 267 rect.SetBottom(blockCenter.GetY() + insetOffset); in DrawSelect() 519 rect.SetBottom(backEnd.GetY() + trackThickness * HALF); in GetTrackRect() 525 rect.SetBottom(backEnd.GetY() + stepSize * HALF); in GetTrackRect() 528 rect.SetBottom(backEnd.GetY() + trackThickness * HALF); in GetTrackRect() 531 rect.SetBottom(backEnd.GetY()); in GetTrackRect() 780 rsRect.SetBottom(blockCenter.GetY() + shapeHeight * HALF - blockBorderWidthUnscale); in DrawBlockShapeRect()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | position_param.h | 62 void SetBottom(const CalcDimension& bottom) in SetBottom() function
|