Home
last modified time | relevance | path

Searched defs:margin (Results 1 – 25 of 91) sorted by relevance

1234

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
Dpath_test.cpp26 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestDrawStar() local
107 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestMoveTo() local
131 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestLineTo() local
163 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestArcTo() local
184 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestCubicTo() local
208 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestQuadTo() local
233 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestAddRect() local
262 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestAddOval() local
290 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestAddArc() local
314 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestAddPoly() local
[all …]
Dpen_test.cpp31 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestPenColor() local
63 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestPenAlpha() local
89 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestPenWidth() local
108 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestPenMiterLimit() local
145 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestPenCapStyle() local
178 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestPenJoinStyle() local
203 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestPenBlendMode() local
231 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestPenAntiAlias() local
255 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestPenPathEffect() local
286 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestPenFilter() local
[all …]
/foundation/arkui/ui_lite/test/framework/src/
Dui_test_app.cpp67 constexpr uint8_t margin = 24; // 24: x-coordinate in InitMainMenu() local
/foundation/arkui/ace_engine/test/unittest/core/base/
Dgeometry_node_test_ng.cpp29 const std::array<bool, 4> margin { false, true, false, true }; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
Dstepper_layout_algorithm.cpp92 auto margin = static_cast<float>(stepperTheme->GetControlMargin().ConvertToPx()); in MeasureLeftButton() local
117 auto margin = static_cast<float>(stepperTheme->GetControlMargin().ConvertToPx()); in MeasureRightButton() local
207 auto margin = static_cast<float>(stepperTheme->GetControlMargin().ConvertToPx()); in LayoutLeftButton() local
233 auto margin = static_cast<float>(stepperTheme->GetControlMargin().ConvertToPx()); in LayoutRightButton() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
Dsheet_view.cpp81 MarginProperty margin; in CreateOperationColumnNode() local
277 MarginProperty margin; in BuildTitleColumn() local
297 MarginProperty margin; in BuildTitleColumn() local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Ddebug_boundary_painter.cpp72 const Size& layoutSize, const EdgePx& margin) in PaintDebugMargin()
99 const Size& layoutSize, const EdgePx& margin) in PaintDebugMargin()
Drosen_decoration_painter.h152 void SetMargin(const EdgePx& margin) in SetMargin()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtabs_model.h73 Dimension margin = 0.0_vp; member
97 Dimension margin = 0.0_vp; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
Dtimepicker_dialog_view.cpp134 MarginProperty margin; in Show() local
204 MarginProperty margin; in CreateDividerNode() local
244 MarginProperty margin; in CreateTitleButtonNode() local
311 MarginProperty margin; in CreateConfirmNode() local
366 MarginProperty margin; in CreateCancelNode() local
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
Dgrid_system_manager.h42 Dimension margin; member
/foundation/arkui/ace_engine/frameworks/core/components/piece/
Drender_piece.cpp60 auto margin = pieceComponent_->GetMargin(); in OnPaintFinish() local
Drosen_render_piece.cpp37 auto margin = pieceComponent_->GetMargin(); in Paint() local
/foundation/arkui/ui_lite/frameworks/components/
Dui_view.cpp1169 int16_t margin = sib->style_->marginLeft_ - style_->marginLeft_; in AlignLeftToSibling() local
1181 int16_t margin = sib->style_->marginRight_ - style_->marginRight_; in AlignRightToSibling() local
1193 int16_t margin = sib->style_->marginTop_ - style_->marginTop_; in AlignTopToSibling() local
1205 int16_t margin = sib->style_->marginBottom_ - style_->marginBottom_; in AlignBottomToSibling() local
1217 int16_t margin = in AlignHorCenterToSibling() local
1230 int16_t margin = in AlignVerCenterToSibling() local
1244 int16_t margin = sib->style_->marginLeft_ + style_->marginRight_; in LayoutLeftToSibling() local
1256 int16_t margin = sib->style_->marginRight_ + style_->marginLeft_; in LayoutRightToSibling() local
1268 int16_t margin = sib->style_->marginTop_ + style_->marginBottom_; in LayoutTopToSibling() local
1280 int16_t margin = sib->style_->marginBottom_ + style_->marginTop_; in LayoutBottomToSibling() local
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
Drender_tool_bar.cpp84 double margin = NormalizeToPx(info->GetParent()->GetMarginLeft()); in GetMaxWidthBasedOnGridType() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
Dpiece_declaration.h36 Edge margin; member
137 void SetMargin(const Edge& margin) in SetMargin()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
Dcalendar_dialog_view.cpp117 MarginProperty margin; in CreateTitleNode() local
193 MarginProperty margin; in CreateTitleImageNode() local
236 MarginProperty margin = { in CreateCalendarNode() local
472 MarginProperty margin; in CreateOptionsNode() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dpanel_view.cpp136 const int8_t margin = 75; in SetVideoSlider() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_dialog.cpp45 auto margin = Edge(marginLeft_, marginTop_, marginRight_, marginBottom_); in PrepareSpecializedComponent() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
Dswiper_component.cpp331 void SwiperComponent::SetPreviousMargin(const Dimension& margin) in SetPreviousMargin()
341 void SwiperComponent::SetNextMargin(const Dimension& margin) in SetNextMargin()
/foundation/arkui/ace_engine/frameworks/core/components/list/
Drender_list_item.cpp442 auto margin = GetMarginInPx(); in ResetFocusEffect() local
484 auto margin = GetMarginInPx(); in ResetFocusEffect() local
657 auto margin = childNode->GetMargin(); in ResetFocusEffect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_layout_algorithm.cpp160 Dimension margin = progressTheme->GetTextMargin(); in GetChildHeight() local
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
Dcustom_dialog_component.h138 void SetMargin(const Edge& margin) in SetMargin()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
Dshared_transition_effect.h114 void SetPassengerInitMargin(const std::optional<MarginProperty>& margin) in SetPassengerInitMargin()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Ddiv_tdd_test.cpp303 uint8_t margin = 20; in ComponentDivStyleSetTest013() local
332 int32_t margin = -32769; in ComponentDivStyleSetTest014() local

1234