/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vt.c | 427 unsigned int bottom, enum con_scroll dir, in vc_uniscr_scroll() 431 unsigned int size = bottom - top; in vc_uniscr_scroll() 441 vc_uniscr_clear_lines(vc, bottom - nr, nr); in vc_uniscr_scroll() 564 unsigned int bottom, enum con_scroll dir, in con_scroll() 567 unsigned int rows = bottom - top; in con_scroll() 570 if (top + nr >= bottom) in con_scroll() 572 if (bottom > vc->vc_rows || top >= bottom || nr < 1) in con_scroll() 575 vc_uniscr_scroll(vc, top, bottom, dir, nr); in con_scroll() 577 vc->vc_sw->con_scroll(vc, top, bottom, di in con_scroll() 426 vc_uniscr_scroll(struct vc_data *vc, unsigned int top, unsigned int bottom, enum con_scroll dir, unsigned int nr) vc_uniscr_scroll() argument 563 con_scroll(struct vc_data *vc, unsigned int top, unsigned int bottom, enum con_scroll dir, unsigned int nr) con_scroll() argument [all...] |
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 130 std::unique_ptr<char[]> bottom = std::make_unique<char[]>(bottomLen); in GetToastBottom() local 131 napi_get_value_string_utf8(env, bottomNApi, bottom.get(), bottomLen, &ret); in GetToastBottom() 132 bottomString = bottom.get(); in GetToastBottom() 134 double bottom = 0.0; in GetToastBottom() local 135 napi_get_value_double(env, bottomNApi, &bottom); in GetToastBottom() 136 bottomString = std::to_string(bottom); in GetToastBottom() 423 napi_get_named_property(env, argv, "bottom", &bottomNApi); in GetToastParams() 437 !GetToastBottom(env, bottomNApi, toastInfo.bottom) || in GetToastParams() 883 napi_get_named_property(env, asyncContext->borderColorApi, "bottom", &bottomApi); in GetBorderColorProps() 928 napi_get_named_property(env, asyncContext->borderWidthApi, "bottom", in GetBorderWidthProps() [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 738 Column.margin({ top: CollapsibleMenuSection.focusPadding, bottom: CollapsibleMenuSection.focusPadding }); 978 bottom: 2, 1428 bottom: { 'id': -1, 'type': 10002, params: ['sys.float.padding_level8'], 1442 bottom: { 'id': -1, 'type': 10002, params: ['sys.float.padding_level12'],
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_swiper_bridge.cpp | 652 std::string bottom = GetStringByValueRef(vm, bottomArg); in GetSwiperDotIndicator() local 657 "|" + top + "|" + right + "|" + bottom + "|" + maxDisplayCount; in GetSwiperDotIndicator() 692 std::string bottom = GetStringByValueRef(vm, bottomArg); in GetSwiperDigitIndicator() local 695 "|" + bottom; in GetSwiperDigitIndicator()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng_new.cpp | 283 option.bottom = BOTTOM; in HWTEST_F() 703 CalcDimension bottom(30, DimensionUnit::VP); in HWTEST_F() 705 edges.SetBottom(bottom); in HWTEST_F() 711 ->GetPositionEdgesValue(EdgesParam {}).bottom.value_or(Dimension {}).ConvertToVp(), 30.0f); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_One_ng.cpp | 124 PaddingProperty CreatePadding(float left, float top, float right, float bottom);
146 PaddingProperty BubbleTestOneNg::CreatePadding(float left, float top, float right, float bottom)
in CreatePadding() argument 152 padding.bottom = CalcLength(bottom);
in CreatePadding()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 199 int16_t bottom = point.y + height; in AddRect() local 208 bottom += setup; in AddRect() 213 LineTo({right, bottom}); in AddRect() 214 LineTo({point.x, bottom}); in AddRect()
|
/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng_new.cpp | 646 SafeAreaInsets::Inset bottom { 0, 4 }; in HWTEST_F() 647 SafeAreaInsets safeAreaInsets(left, top, right, bottom); in HWTEST_F() 1254 SafeAreaInsets::Inset bottom { 0, 4 }; in HWTEST_F() 1255 SafeAreaInsets safeAreaInsets(left, top, right, bottom); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_layout_algorithm_test_ng.cpp | 545 padding.bottom = CalcLength(20.0_vp); in HWTEST_F() 1031 padding.bottom = CalcLength(20.0_vp); in HWTEST_F() 1191 padding.bottom = CalcLength(20.0_vp); in HWTEST_F() 1516 padding.bottom = CalcLength(20.0_vp); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | isppreview.c | 1821 unsigned int bottom = sink->height - PREV_MARGIN_BOTTOM; in preview_try_crop() local 1842 bottom -= 2; in preview_try_crop() 1850 crop->top = clamp_t(u32, crop->top, top, bottom - PREV_MIN_OUT_HEIGHT); in preview_try_crop() 1854 bottom - crop->top); in preview_try_crop()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | isppreview.c | 1827 unsigned int bottom = sink->height - PREV_MARGIN_BOTTOM; in preview_try_crop() local 1848 bottom -= 2; in preview_try_crop() 1856 crop->top = clamp_t(u32, crop->top, top, bottom - PREV_MIN_OUT_HEIGHT); in preview_try_crop() 1860 bottom - crop->top); in preview_try_crop()
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 520 rects[0].right() - dx, rects[0].bottom() - dy); in filterRectsToNine() 526 rects[1].right() - dx, rects[1].bottom() - dy); in filterRectsToNine() 953 srcRect.bottom() * scale.height()}; in make_rect_blur() 980 rect.bottom() - threeSigma}; in make_rect_blur() 1410 // right/bottom. in make_rrect_blur() 1428 // side and positive means bottom/right side. in make_rrect_blur()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 155 draw.fDst = SkPixmap(SkImageInfo::MakeUnknown(bounds.right(), bounds.bottom()), nullptr, 0); in draw_points() 752 r.top() <= p.y() && p.y() <= r.bottom(); in contains() 1103 bounds.right(), bounds.bottom()), in makeFormXObjectFromDevice() 1446 is_integer(r.bottom()); in is_integral()
|
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 1387 bottom: PADDING_EIGHT 1695 bottom: this.imageText ? ROW_GAP : MARGIN_EIGHT 1930 bottom: this.imageText ? ROW_GAP : this.gridComState ? ROW_GAP : MARGIN_EIGHT 2027 __Common__.margin({ bottom: MARGIN_EIGHT }); 2069 __Common__.margin({ bottom: MARGIN_EIGHT });
|
/third_party/python/Modules/clinic/ |
H A D | _cursesmodule.c.h | 495 " Top and bottom side.\n" 1047 "The bottom 8 bits are the character proper, and upper bits are the attributes."); 1575 "setscrreg($self, top, bottom, /)\n" 1582 " bottom\n" 1592 int bottom); 1599 int bottom; in _curses_window_setscrreg() local 1608 bottom = _PyLong_AsInt(args[1]); in _curses_window_setscrreg() 1609 if (bottom == -1 && PyErr_Occurred()) { in _curses_window_setscrreg() 1612 return_value = _curses_window_setscrreg_impl(self, top, bottom); in _curses_window_setscrreg()
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 1149 double bottom = param.y + param.radius + offset.GetY(); in Arc() local 1161 auto rect = SkRect::MakeLTRB(left, top, right, bottom); in Arc() 1177 RSPoint point2(right, bottom); in Arc() 1232 // Init the oval Rect(left, top, right, bottom). in Ellipse() 1236 double bottom = param.y + param.radiusY + offset.GetY(); in Ellipse() local 1238 auto rect = SkRect::MakeLTRB(left, top, right, bottom); in Ellipse() 1258 RSPoint point2(right, bottom); in Ellipse() 1749 double bottom = args.para4 + args.para2 + offset.GetY(); in Path2DRect() local 1751 skPath2d_.addRect(SkRect::MakeLTRB(left, top, right, bottom)); in Path2DRect() 1753 drawingPath2d_.AddRect(RSRect(left, top, right, bottom)); in Path2DRect() [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 731 bottom: { 761 bottom: { 1012 bottom: { 3465 bottom: { 3495 bottom: { 3749 bottom: { 3893 Column.padding({ top: 0, bottom: 0 }); 4033 bottom: LengthMetrics.resource(this.textInputPadding.bottom),
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 276 u32 bottom; in macb_set_hwaddr() local 279 bottom = cpu_to_le32(*((u32 *)bp->dev->dev_addr)); in macb_set_hwaddr() 280 macb_or_gem_writel(bp, SA1B, bottom); in macb_set_hwaddr() 295 u32 bottom; in macb_get_hwaddr() local 302 bottom = macb_or_gem_readl(bp, SA1B + i * 8); in macb_get_hwaddr() 305 addr[0] = bottom & 0xff; in macb_get_hwaddr() 306 addr[1] = (bottom >> 8) & 0xff; in macb_get_hwaddr() 307 addr[2] = (bottom >> 16) & 0xff; in macb_get_hwaddr() 308 addr[3] = (bottom >> 24) & 0xff; in macb_get_hwaddr()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_sdvo.c | 142 struct drm_property *bottom; member 2355 property == intel_sdvo_connector->bottom) in intel_sdvo_connector_atomic_get_property() 2411 property == intel_sdvo_connector->bottom) in intel_sdvo_connector_atomic_set_property() 3156 intel_sdvo_connector->bottom = in intel_sdvo_create_enhance_property_tv() 3159 if (!intel_sdvo_connector->bottom) in intel_sdvo_create_enhance_property_tv() 3163 intel_sdvo_connector->bottom, 0); in intel_sdvo_create_enhance_property_tv()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_sdvo.c | 144 struct drm_property *bottom; member 2372 property == intel_sdvo_connector->bottom) in intel_sdvo_connector_atomic_get_property() 2428 property == intel_sdvo_connector->bottom) in intel_sdvo_connector_atomic_set_property() 3169 intel_sdvo_connector->bottom = in intel_sdvo_create_enhance_property_tv() 3172 if (!intel_sdvo_connector->bottom) in intel_sdvo_create_enhance_property_tv() 3176 intel_sdvo_connector->bottom, 0); in intel_sdvo_create_enhance_property_tv()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1678 const struct ArkUISizeType* bottom, const struct ArkUISizeType* left); 1681 const struct ArkUISizeType* bottom, const struct ArkUISizeType* left); 1880 ArkUI_Float32 right, ArkUI_Float32 bottom); 2300 ArkUI_Float32 right, ArkUI_Float32 bottom); 3210 const struct ArkUISizeType* bottom, const struct ArkUISizeType* left); 3254 const struct ArkUISizeType* bottom, const struct ArkUISizeType* left); 3384 const struct ArkUISizeType* right, const struct ArkUISizeType* bottom, const struct ArkUISizeType* left); 3462 const struct ArkUISizeType* bottom, const struct ArkUISizeType* left); 3978 const struct ArkUISizeType* right, const struct ArkUISizeType* bottom, const struct ArkUISizeType* left); 4480 const struct ArkUISizeType* bottom, cons [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navdestination_pattern_base.cpp | 78 paddingProperty.bottom = CalcLength(paddingBottom); in UpdateBarSafeAreaPadding()
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | rosen_render_circle_block.cpp | 66 rect.right() * spotRatio, rect.bottom() * spotRatio); in SyncGeometryProperties()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.h | 44 float bottom = 0.0f; member 258 // top right bottom left
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.h | 113 double bottom; member
|