Home
last modified time | relevance | path

Searched defs:margin (Results 1 - 25 of 125) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_box.h30 std::optional<CalcDimension> margin; member
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dwaterflow_section_option.h29 float margin[4] = { 0.0f, 0.0f, 0.0f, 0.0f }; member
H A Dwaterflow_section_option.cpp196 ArkUI_Margin margin = { 0.0, 0.0, 0.0, 0.0 }; in OH_ArkUI_WaterFlowSectionOption_GetMargin() local
[all...]
/foundation/arkui/ui_lite/test/framework/src/
H A Dui_test_app.cpp67 constexpr uint8_t margin = 24; // 24: x-coordinate in InitMainMenu() local
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_system_manager.h42 Dimension margin; member
/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Drender_piece.cpp56 auto margin = pieceComponent_->GetMargin(); in OnPaintFinish() local
H A Drosen_render_piece.cpp35 auto margin = pieceComponent_->GetMargin(); in Paint() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_property.h108 static void BothSidesMargin(bool isRtl, MarginProperty& margin, in BothSidesMargin() argument
130 static void UpdateDialogMargin(bool isRtl, MarginProperty& margin, in UpdateDialogMargin() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Ddebug_boundary_painter.cpp65 PaintDebugMargin(SkCanvas* canvas, const Offset& offset, const Size& layoutSize, const EdgePx& margin) PaintDebugMargin() argument
92 PaintDebugMargin(RSCanvas* canvas, const Offset& offset, const Size& layoutSize, const EdgePx& margin) PaintDebugMargin() argument
[all...]
H A Drosen_decoration_painter.h152 void SetMargin(const EdgePx& margin) in SetMargin() argument
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar.cpp82 double margin = NormalizeToPx(info->GetParent()->GetMarginLeft()); in GetMaxWidthBasedOnGridType() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp22 bool SetMarginProperty(const JSRef<JSObject>& paddingObj, NG::MarginProperty& margin) in SetMarginProperty() argument
65 void ParseMargin(const JSRef<JSVal>& jsValue, NG::MarginProperty& margin) in ParseMargin() argument
107 auto margin = obj->GetProperty("margin"); ParseGaps() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_dialog.cpp43 auto margin = Edge(marginLeft_, marginTop_, marginRight_, marginBottom_); in PrepareSpecializedComponent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_sections.h54 std::optional<MarginProperty> margin; member
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A 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); TestPenAlpha() local
89 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenWidth() local
108 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenMiterLimit() local
145 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenCapStyle() local
178 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenJoinStyle() local
203 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenBlendMode() local
231 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenAntiAlias() local
255 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenPathEffect() local
286 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenFilter() local
312 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenReset() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dconic_paths.cpp119 constexpr float margin = 15; in OnTestFunction() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_layout_algorithm.cpp166 Dimension margin = progressTheme->GetTextMargin(); in GetChildHeight() local
/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/
H A Daging_adapation_dialog_util.cpp172 MarginProperty margin; in CreateDialogTextNode() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dpanel_view.cpp136 const int8_t margin = 75; in SetVideoSlider() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.h111 void SetPassengerInitMargin(const std::optional<MarginProperty>& margin) in SetPassengerInitMargin() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Datomic_service_pattern.cpp63 MarginProperty margin; in UpdateLayoutMargin() local
314 MarginProperty margin; in UpdateMenuBarLayout() local
350 MarginProperty margin; UpdateIconLayout() local
[all...]
H A Dapp_bar_view.cpp213 MarginProperty margin; in BuildDivider() local
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_component.h138 void SetMargin(const Edge& margin) in SetMargin() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.h36 Edge margin; member
137 void SetMargin(const Edge& margin) in SetMargin() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.cpp131 MarginProperty margin; in CreateSymbol() local

Completed in 12 milliseconds

12345