Home
last modified time | relevance | path

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

123456

/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/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_water_flow_sections.cpp22 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/
Dfocus_box.h30 std::optional<CalcDimension> margin; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
Dservice_collaboration_menu_ace_helper.cpp85 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/
Dgeometry_node_test_ng.cpp29 const std::array<bool, 4> margin { false, true, false, true }; variable
/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/frameworks/core/components/common/painter/
Ddebug_boundary_painter.cpp66 const Size& layoutSize, const EdgePx& margin) in PaintDebugMargin()
93 const Size& layoutSize, const EdgePx& margin) in PaintDebugMargin()
/foundation/arkui/ace_engine/interfaces/native/node/
Dwaterflow_section_option.h29 float margin[4] = { 0.0f, 0.0f, 0.0f, 0.0f }; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
Dstepper_layout_algorithm.cpp121 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/
Dtabs_model.h73 Dimension margin = 0.0_vp; member
97 Dimension margin = 0.0_vp; member
/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/piece/
Drender_piece.cpp56 auto margin = pieceComponent_->GetMargin(); in OnPaintFinish() local
Drosen_render_piece.cpp35 auto margin = pieceComponent_->GetMargin(); in Paint() local
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
Dgrid_system_manager.h42 Dimension margin; member
/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_ng/pattern/app_bar/
Datomic_service_pattern.cpp69 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/
Dwater_flow_sections.h54 std::optional<MarginProperty> margin; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
Dconic_paths.cpp119 constexpr float margin = 15; in OnTestFunction() 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_lite/frameworks/src/core/components/
Dpanel_view.cpp136 const int8_t margin = 75; in SetVideoSlider() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
Drender_list_item.cpp437 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/
Dnav_bar_layout_algorithm.cpp118 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/
Dmenu_item_group_layout_algorithm.cpp91 auto margin = item->GetLayoutProperty()->CreateMargin(); in Measure() local
274 auto margin = MarginProperty(); in UpdateHeaderAndFooterMargin() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
Dswiper_component.cpp330 void SwiperComponent::SetPreviousMargin(const Dimension& margin) in SetPreviousMargin()
340 void SwiperComponent::SetNextMargin(const Dimension& margin) in SetNextMargin()

123456