| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
| H A D | overlength_dot_indicator_paint_method.cpp | 116 CalculatePointCenterX( const LinearVector<float>& itemHalfSizes, float margin, float padding, float space, int32_t index) CalculatePointCenterX() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
| H A D | tabs_model.h | 73 Dimension margin = 0.0_vp; member 97 Dimension margin = 0.0_vp; member
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
| H A D | div_tdd_test.cpp | 303 uint8_t margin = 20; in ComponentDivStyleSetTest013() local 332 int32_t margin = -32769; ComponentDivStyleSetTest014() local [all...] |
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
| H A 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); TestLineTo() local 163 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestArcTo() local 184 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestCubicTo() local 208 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestQuadTo() local 233 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestAddRect() local 262 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestAddOval() local 290 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestAddArc() local 314 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestAddPoly() local 332 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestAddCircle() local 350 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestAddRoundRect() local 377 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestAddPath() local 402 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestFillStyle() local 425 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestFillStyle2() local 448 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestFillStyle3() local 471 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestFillStyle4() local 494 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestOffset() local 515 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestTransform() local 540 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestOp() local 568 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestOp2() local 596 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestOp3() local 624 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestOp4() local 652 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestOp5() local 680 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestClose() local [all...] |
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| H A D | ar7_wdt.c | 37 static int margin = 60; variable [all...] |
| /kernel/linux/linux-6.6/drivers/watchdog/ |
| H A D | ar7_wdt.c | 37 static int margin = 60; variable [all...] |
| H A D | sa1100_wdt.c | 181 static int margin = 60; /* (secs) Default is 1 minute */ variable
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_tile.c | 38 unsigned margin; member [all...] |
| /third_party/libsnd/tests/ |
| H A D | lossy_comp_test.c | 649 lcomp_test_short (const char *filename, int filetype, int channels, double margin) in lcomp_test_short() argument 836 lcomp_test_int(const char *filename, int filetype, int channels, double margin) lcomp_test_int() argument 1034 lcomp_test_float(const char *filename, int filetype, int channels, double margin) lcomp_test_float() argument 1229 lcomp_test_double(const char *filename, int filetype, int channels, double margin) lcomp_test_double() argument 1425 sdlcomp_test_short(const char *filename, int filetype, int channels, double margin) sdlcomp_test_short() argument 1645 sdlcomp_test_int(const char *filename, int filetype, int channels, double margin) sdlcomp_test_int() argument 1869 sdlcomp_test_float(const char *filename, int filetype, int channels, double margin) sdlcomp_test_float() argument 2116 sdlcomp_test_double(const char *filename, int filetype, int channels, double margin) sdlcomp_test_double() argument 2484 error_function(double data, double orig, double margin) error_function() argument [all...] |
| /third_party/skia/third_party/externals/oboe/src/opensles/ |
| H A D | AudioStreamBuffered.cpp | 107 const int64_t margin = 200 * kNanosPerMicrosecond; // arbitrary delay so we wake up just after in predictNextCallbackTime() local
|
| /third_party/skia/gm/ |
| H A D | composeshader.cpp | 355 const SkScalar margin = 15; in DEF_SIMPLE_GM() local
|
| H A D | texteffects.cpp | 179 static int trim_with_halo(SkScalar intervals[], int count, SkScalar margin) { in trim_with_halo() argument
|
| /base/print/print_fwk/frameworks/helper/print_helper/src/ |
| H A D | print_job_helper.cpp | 237 PrintMargin margin; in CreateMargin() local
|
| /base/print/print_fwk/frameworks/models/print_models/src/ |
| H A D | print_job.cpp | 162 void PrintJob::SetMargin(const PrintMargin &margin) in SetMargin() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
| H A D | drv_hdmi_dfm.h | 74 hi_s32 margin;
member
|
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
| H A D | wifi_hotspot.c | 57 unsigned char margin; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/video/backlight/ |
| H A D | pwm_bl.c | 400 unsigned int margin = (max_val - min_val) / 20; /* 5% */
in pwm_backlight_is_linear() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
| H A D | container_modal_view.cpp | 259 MarginProperty margin;
in BuildControlButton() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
| H A D | toggle_button_pattern.cpp | 335 MarginProperty margin; in InitButtonAndText() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
| H A D | navdestination_layout_algorithm.cpp | 34 auto margin = layoutProperty->CreateMargin(); in CheckTopEdgeOverlap() local 74 auto margin = layoutProperty->CreateMargin(); in CheckBottomEdgeOverlap() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
| H A D | sheet_view.cpp | 90 MarginProperty margin; in CreateOperationColumnNode() local 377 MarginProperty margin; in BuildTitleColumn() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | rosen_render_list_item.cpp | 122 auto margin = GetMarginInPx(); in PaintUniversalBackground() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | geometry_node.h | 269 void UpdateMargin(const MarginPropertyF& margin) in UpdateMargin() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | nav_bar_layout_algorithm.cpp | 111 const auto& margin = layoutProperty->CreateMargin(); in GetNavigationMargin() local 121 const auto& margin = GetNavigationMargin(hostNode); in CheckTopEdgeOverlap() local 159 const auto& margin = GetNavigationMargin(hostNode); in CheckBottomEdgeOverlap() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| H A D | grid_scroll_layout_test_ng.cpp | 1469 MarginProperty margin = { CalcLength(1), CalcLength(3), CalcLength(5), CalcLength(7) }; in HWTEST_F() local
|