/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_box.h | 30 std::optional<CalcDimension> margin; member
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | waterflow_section_option.h | 29 float margin[4] = { 0.0f, 0.0f, 0.0f, 0.0f }; member
|
H A D | waterflow_section_option.cpp | 196 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 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/layout/ |
H A D | grid_system_manager.h | 42 Dimension margin; member
|
/foundation/arkui/ace_engine/frameworks/core/components/piece/ |
H A D | render_piece.cpp | 56 auto margin = pieceComponent_->GetMargin(); in OnPaintFinish() local
|
H A D | rosen_render_piece.cpp | 35 auto margin = pieceComponent_->GetMargin(); in Paint() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_property.h | 108 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 D | debug_boundary_painter.cpp | 65 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 D | rosen_decoration_painter.h | 152 void SetMargin(const EdgePx& margin) in SetMargin() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | render_tool_bar.cpp | 82 double margin = NormalizeToPx(info->GetParent()->GetMarginLeft()); in GetMaxWidthBasedOnGridType() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow_sections.cpp | 22 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 D | dom_dialog.cpp | 43 auto margin = Edge(marginLeft_, marginTop_, marginRight_, marginBottom_); in PrepareSpecializedComponent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_sections.h | 54 std::optional<MarginProperty> margin; member
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A 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); 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 D | conic_paths.cpp | 119 constexpr float margin = 15; in OnTestFunction() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_layout_algorithm.cpp | 166 Dimension margin = progressTheme->GetTextMargin(); in GetChildHeight() local
|
/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/ |
H A D | aging_adapation_dialog_util.cpp | 172 MarginProperty margin; in CreateDialogTextNode() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | panel_view.cpp | 136 const int8_t margin = 75; in SetVideoSlider() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/ |
H A D | shared_transition_effect.h | 111 void SetPassengerInitMargin(const std::optional<MarginProperty>& margin) in SetPassengerInitMargin() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | atomic_service_pattern.cpp | 63 MarginProperty margin; in UpdateLayoutMargin() local 314 MarginProperty margin; in UpdateMenuBarLayout() local 350 MarginProperty margin; UpdateIconLayout() local [all...] |
H A D | app_bar_view.cpp | 213 MarginProperty margin; in BuildDivider() local
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/ |
H A D | custom_dialog_component.h | 138 void SetMargin(const Edge& margin) in SetMargin() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/ |
H A D | piece_declaration.h | 36 Edge margin; member 137 void SetMargin(const Edge& margin) in SetMargin() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_view.cpp | 131 MarginProperty margin; in CreateSymbol() local
|