Home
last modified time | relevance | path

Searched refs:bottom (Results 451 - 475 of 632) sorted by relevance

1...<<11121314151617181920>>...26

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_info_sw.cpp526 pos += axis_ == Axis::VERTICAL ? margins_[i - 1].bottom.value_or(0.0f) + margins_[i].top.value_or(0.0f)
538 pos -= axis_ == Axis::VERTICAL ? margins_[i + 1].top.value_or(0.0f) + margins_[i].bottom.value_or(0.0f)
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_tdd_test.cpp377 int16_t bottom = button->GetStyle(STYLE_MARGIN_BOTTOM); in ComponentInputStyleTest07() local
378 EXPECT_TRUE(left == marginValue && right == marginValue && top == marginValue && bottom == marginValue); in ComponentInputStyleTest07()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp471 float bottom = frameRect_.GetBottom(); in CalcRepeatBounds() local
486 while (dstRect_.top_ + maxY * dstRect_.height_ < bottom - eps) { in CalcRepeatBounds()
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp462 float bottom = 0.0; in BENCHMARK_F() local
466 ret = capture_->GetGainThreshold(capture_, &bottom, &top); in BENCHMARK_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp2432 // emulate clicking bottom of the textField in HandleSingleClickEvent()
3196 auto bottom = !paddingProperty ? CalcLength(themePadding.Bottom()).GetDimension() in ProcessInnerPadding() local
3197 : paddingProperty->bottom.value_or(CalcLength(themePadding.Bottom())).GetDimension(); in ProcessInnerPadding()
3203 paddings.bottom = NG::CalcLength(bottom); in ProcessInnerPadding()
4348 margin.bottom = CalcLength(marginProperty); in UpdateCounterMargin()
4352 auto systemMargin = getMargin->bottom->GetDimension(); in UpdateCounterMargin()
4354 margin.bottom = CalcLength(marginProperty); in UpdateCounterMargin()
4360 margin.bottom = CalcLength(systemMargin); in UpdateCounterMargin()
6318 errorMargin.bottom in OnBackPressed()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1474 auto bottom = rect.Bottom() + commonProperty.windowTop; in UpdateVirtualNodeChildAccessibilityElementInfo() local
1475 Accessibility::Rect bounds { left, top, right, bottom }; in UpdateVirtualNodeChildAccessibilityElementInfo()
1518 auto bottom = parentRect.Top() + virtualNodeRect.Height() + commonProperty.windowTop; in UpdateVirtualNodeAccessibilityElementInfo() local
1520 bottom = parentRect.Bottom() + commonProperty.windowTop; in UpdateVirtualNodeAccessibilityElementInfo()
1522 Accessibility::Rect bounds { left, top, right, bottom }; in UpdateVirtualNodeAccessibilityElementInfo()
1608 auto bottom = rect.Bottom() + commonProperty.windowTop; in UpdateAccessibilityElementInfo() local
1609 Accessibility::Rect bounds { left, top, right, bottom }; in UpdateAccessibilityElementInfo()
1620 auto bottom = rect.Bottom() + commonProperty.windowTop; in UpdateAccessibilityElementInfo() local
1621 Accessibility::Rect bounds { left, top, right, bottom }; in UpdateAccessibilityElementInfo()
1667 auto bottom in UpdateWebAccessibilityElementInfo() local
3354 auto bottom = padding->bottom.value_or(defaultValue).GetDimension().Value(); DumpPadding() local
3366 auto bottom = border->bottomDimen.value_or(defaultValue).Value(); DumpBorder() local
[all...]
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c427 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 Dprompt_action.cpp130 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 Dtabtitlebar.js738 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 Darkts_native_swiper_bridge.cpp652 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 Dview_abstract_test_ng_new.cpp283 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 Dbubble_test_One_ng.cpp124 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 Dui_canvas.cpp199 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 Dpipeline_context_test_ng_new.cpp646 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 Dtabs_layout_algorithm_test_ng.cpp545 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 Disppreview.c1821 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 Disppreview.c1827 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()
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1387 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 });
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp1149 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 Dtreeview.js731 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 Dmacb_main.c276 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 Dintel_sdvo.c142 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 Dintel_sdvo.c144 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/components_ng/pattern/navigation/
H A Dnavdestination_pattern_base.cpp78 paddingProperty.bottom = CalcLength(paddingBottom); in UpdateBarSafeAreaPadding()
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_circle_block.cpp66 rect.right() * spotRatio, rect.bottom() * spotRatio); in SyncGeometryProperties()

Completed in 78 milliseconds

1...<<11121314151617181920>>...26