| /kernel/linux/build/test/fuzztest/sched/endframefreq_fuzzer/ |
| H A D | endframefreq_fuzzer.cpp | 27 int margin = 2; in EndFrameFreqFuzzTest() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| H A D | focus_box.h | 30 std::optional<CalcDimension> margin; member
|
| /kernel/linux/build/test/fuzztest/sched/beginframefreq_fuzzer/ |
| H A D | beginframefreq_fuzzer.cpp | 30 int margin = *(reinterpret_cast<int *>(countData)); in BeginFrameFreqFuzzTest() local
|
| /kernel/linux/build/test/fuzztest/sched/setmargin_fuzzer/ |
| H A D | setmargin_fuzzer.cpp | 30 int margin = *(reinterpret_cast<int *>(countData)); in SetMarginFuzzTest() local
|
| /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
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
| H A D | ia_css_sdis_common.host.h | 67 s32 margin[DVS2_PROJ_MARGIN]; member 74 s32 margin[DVS2_PROJ_MARGIN]; member
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
| H A D | ia_css_sdis_common.host.h | 67 s32 margin[DVS2_PROJ_MARGIN]; member 74 s32 margin[DVS2_PROJ_MARGIN]; member
|
| /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
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| H A D | sbc_fitpc2_wdt.c | 30 static unsigned int margin = 60; /* (secs) Default is 1 minute */ variable [all...] |