| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
| D | path_test.cpp | 26 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 …]
|
| D | pen_test.cpp | 31 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/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_water_flow_sections.cpp | 22 bool SetMarginProperty(const JSRef<JSObject>& paddingObj, NG::MarginProperty& margin) in SetMarginProperty() 65 void ParseMargin(const JSRef<JSVal>& jsValue, NG::MarginProperty& margin) in ParseMargin() 107 auto margin = obj->GetProperty("margin"); in ParseGaps() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| D | focus_box.h | 30 std::optional<CalcDimension> margin; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
| D | service_collaboration_menu_ace_helper.cpp | 85 MarginProperty margin; in CreateText() local 117 MarginProperty margin; in CreateHeaderText() local 146 MarginProperty margin; in CreateEndIcon() local 172 MarginProperty margin; in CreateStartIcon() local 233 MarginProperty margin; in CreateMainMenuItem() local 283 MarginProperty margin; in CreateDeviceMenuItem() local 353 MarginProperty margin; in CreateMenuItemGroupNode() local 499 MarginProperty margin; in CreateText() local 583 MarginProperty margin; in CreateEndIcon() local 628 MarginProperty margin; in CreateStartIcon() local
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| D | geometry_node_test_ng.cpp | 29 const std::array<bool, 4> margin { false, true, false, true }; variable
|
| /foundation/arkui/ui_lite/test/framework/src/ |
| D | ui_test_app.cpp | 67 constexpr uint8_t margin = 24; // 24: x-coordinate in InitMainMenu() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| D | debug_boundary_painter.cpp | 66 const Size& layoutSize, const EdgePx& margin) in PaintDebugMargin() 93 const Size& layoutSize, const EdgePx& margin) in PaintDebugMargin()
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| D | waterflow_section_option.h | 29 float margin[4] = { 0.0f, 0.0f, 0.0f, 0.0f }; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
| D | stepper_layout_algorithm.cpp | 121 auto margin = static_cast<float>(stepperTheme->GetControlMargin().ConvertToPx()); in MeasureLeftButton() local 162 auto margin = static_cast<float>(stepperTheme->GetControlMargin().ConvertToPx()); in MeasureRightButton() local 288 auto margin = static_cast<float>(stepperTheme->GetControlMargin().ConvertToPx()); in SuitAgeLayoutButton() local 365 auto margin = static_cast<float>(stepperTheme->GetControlMargin().ConvertToPx()); in LayoutLeftButton() local 399 auto margin = static_cast<float>(stepperTheme->GetControlMargin().ConvertToPx()); in LayoutRightButton() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
| D | tabs_model.h | 73 Dimension margin = 0.0_vp; member 97 Dimension margin = 0.0_vp; member
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| D | ui_view.cpp | 1169 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/piece/ |
| D | render_piece.cpp | 56 auto margin = pieceComponent_->GetMargin(); in OnPaintFinish() local
|
| D | rosen_render_piece.cpp | 35 auto margin = pieceComponent_->GetMargin(); in Paint() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
| D | grid_system_manager.h | 42 Dimension margin; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
| D | render_tool_bar.cpp | 84 double margin = NormalizeToPx(info->GetParent()->GetMarginLeft()); in GetMaxWidthBasedOnGridType() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
| D | atomic_service_pattern.cpp | 69 MarginProperty margin; in UpdateLayoutMargin() local 320 MarginProperty margin; in UpdateMenuBarLayout() local 356 MarginProperty margin; in UpdateIconLayout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
| D | water_flow_sections.h | 54 std::optional<MarginProperty> margin; member
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
| D | conic_paths.cpp | 119 constexpr float margin = 15; in OnTestFunction() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/ |
| D | piece_declaration.h | 36 Edge margin; member 137 void SetMargin(const Edge& margin) in SetMargin()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| D | panel_view.cpp | 136 const int8_t margin = 75; in SetVideoSlider() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| D | render_list_item.cpp | 437 auto margin = GetMarginInPx(); in ResetFocusEffect() local 479 auto margin = GetMarginInPx(); in ResetFocusEffect() local 652 auto margin = childNode->GetMargin(); in ResetFocusEffect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| D | nav_bar_layout_algorithm.cpp | 118 const auto& margin = layoutProperty->CreateMargin(); in GetNavigationMargin() local 128 const auto& margin = GetNavigationMargin(hostNode); in CheckTopEdgeOverlap() local 169 const auto& margin = GetNavigationMargin(hostNode); in CheckBottomEdgeOverlap() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
| D | menu_item_group_layout_algorithm.cpp | 91 auto margin = item->GetLayoutProperty()->CreateMargin(); in Measure() local 274 auto margin = MarginProperty(); in UpdateHeaderAndFooterMargin() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
| D | swiper_component.cpp | 330 void SwiperComponent::SetPreviousMargin(const Dimension& margin) in SetPreviousMargin() 340 void SwiperComponent::SetNextMargin(const Dimension& margin) in SetNextMargin()
|