/third_party/openssl/ohos_lite/include/openssl/ |
H A D | err.h | 50 int top, bottom; member
|
/third_party/skia/tests/ |
H A D | PathOpsTightBoundsTest.cpp | 199 REPORTER_ASSERT(reporter, tight.bottom() == 1048576); in DEF_TEST()
|
/third_party/skia/tools/sk_app/win/ |
H A D | D3D12WindowContext_win.cpp | 92 unsigned int height = windowRect.bottom - windowRect.top; in initializeContext()
|
/third_party/skia/modules/skplaintexteditor/src/ |
H A D | shape.cpp | 252 cursors[firstIndex] = SkRect{x, clusterBox.top(), nextX, clusterBox.bottom()}; in set_character_bounds()
|
/third_party/skia/gm/ |
H A D | tessellation.cpp | 257 })", kRect.left(), kRect.top(), kRect.right(), kRect.bottom());
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fClippingTests.cpp | 526 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage; in testRender() 549 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height); in testRender() 663 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage; in testRender() 687 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height); in testRender() 886 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage; in testRender() 915 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height); in testRender() 1145 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage; in render() 1162 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height); in render()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fClippingTests.cpp | 529 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage; in testRender() 552 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height); in testRender() 666 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage; in testRender() 690 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height); in testRender() 890 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage; in testRender() 919 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height); in testRender() 1149 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage; in render() 1166 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height); in render()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_model_ng.cpp | 190 padding.bottom = CalcLength(theme->GetEntryDateTopBottomMargin()); in CreateCalendarNodeChild() 438 padding.bottom = CalcLength(theme->GetEntryDateTopBottomMargin()); in ClearPadding() 532 padding.bottom = CalcLength(theme->GetEntryDateTopBottomMargin()); in ClearPadding()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | flex_layout_algorithm.cpp | 599 auto paddingBottom = padding.bottom.value_or(0.0f); in SecondaryMeasureByProperty() 822 return LessNotEqual(margin->top.value_or(0.0f) + margin->bottom.value_or(0.0f), 0.0f); in MarginOnMainAxisNegative() 901 auto verticalPadding = padding.top.value_or(0.0f) + padding.bottom.value_or(0.0f); in Measure()
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 1272 bottom: { 'id': -1, 'type': 10002, params: ['sys.float.padding_level8'], 'bundleName': '__harDefaultBundleName__', 'moduleName': '__harDefaultModuleName__' }, 1287 bottom: { 'id': -1, 'type': 10002, params: ['sys.float.padding_level8'], 'bundleName': '__harDefaultBundleName__', 'moduleName': '__harDefaultModuleName__' }, 1301 bottom: { 'id': -1, 'type': 10002, params: ['sys.float.padding_level12'], 'bundleName': '__harDefaultBundleName__', 'moduleName': '__harDefaultModuleName__' },
|
/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/ |
H A D | selecttitlebar.js | 895 Column.margin({ top: CollapsibleMenuSection.focusPadding, bottom: CollapsibleMenuSection.focusPadding }); 1474 bottom: { 1508 bottom: {
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 769 Column.margin({ top: CollapsibleMenuSection.focusPadding, bottom: CollapsibleMenuSection.focusPadding }); 1290 bottom: { 'id': -1, 'type': 10002, params: ['sys.float.padding_level8'], 'bundleName': '__harDefaultBundleName__', 'moduleName': '__harDefaultModuleName__' }, 1305 bottom: { 'id': -1, 'type': 10002, params: ['sys.float.padding_level12'], 'bundleName': '__harDefaultBundleName__', 'moduleName': '__harDefaultModuleName__' },
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng_for_property_config.cpp | 1063 CalcDimension bottom(30, DimensionUnit::VP); in HWTEST_F() 1065 edges.SetBottom(bottom); in HWTEST_F() 1071 ->GetPositionEdgesValue(EdgesParam {}).bottom.value_or(Dimension {}).ConvertToVp(), 30.0f); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_extend_test_ng.cpp | 847 NG::ToastInfo { .message = MESSAGE, .duration = DURATION, .bottom = BOTTOMSTRING, .isRightToLeft = true }; in HWTEST_F() 876 NG::ToastInfo { .message = MESSAGE, .duration = DURATION, .bottom = BOTTOMSTRING, .isRightToLeft = true }; in HWTEST_F() 913 NG::ToastInfo { .message = MESSAGE, .duration = DURATION, .bottom = BOTTOMSTRING, .isRightToLeft = true }; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 782 ArkUI_Float32 right, ArkUI_Float32 bottom) in SetImageResizable() 793 Dimension bottomDimension(bottom, DimensionUnit::VP); in SetImageResizable() 813 arrayValue[NUM_3] = resizable.bottom.Value(); in GetImageResizable() 781 SetImageResizable(ArkUINodeHandle node, ArkUI_Float32 left, ArkUI_Float32 top, ArkUI_Float32 right, ArkUI_Float32 bottom) SetImageResizable() argument
|
H A D | water_flow_modifier.cpp | 461 paddings.bottom = std::optional<CalcLength>(sectionData.margin[2]); in SetWaterFlowSectionOptions() 505 newSection[i].margin->bottom.has_value() ? newSection[i].margin->bottom->GetDimension().Value() : 0.0f; in GetWaterFlowSectionOptions()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_layout_algorithm.cpp | 381 auto verticalPadding = padding.top.value_or(0.0f) + padding.bottom.value_or(0.0f); in CalcSearchAdaptHeight() 471 auto verticalPadding = padding.top.value_or(0.0f) + padding.bottom.value_or(0.0f); in CalcSearchHeight() 642 auto bottomPadding = padding.bottom.value_or(0.0f); in LayoutSearchIcon()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_round_corner_display_test.cpp | 1170 auto bottom = RoundCornerDisplayManager::RCDLayerType::BOTTOM; in HWTEST_F() local 1175 rcdInstance.AddLayer(bottomName, id, bottom); in HWTEST_F() 1197 if (type == bottom) { in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | hfa384x.h | 384 u16 bottom; member 957 u16 bottom; member 964 u16 bottom; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 822 int bottom[COMP_MAX]; member 898 src_h, pe->top, pe->bottom); in mdp5_hwpipe_mode_set() 1007 pe.top, pe.bottom, false); in mdp5_plane_mode_set()
|
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/ |
H A D | rkvdec-h264.c | 790 bool bottom; in assemble_hw_rps() local 808 bottom = ref->fields == V4L2_H264_BOTTOM_FIELD_REF; in assemble_hw_rps() 812 set_ps_field(hw_rps, BOTTOM_FLAG(i, j), bottom); in assemble_hw_rps()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 753 int bottom[COMP_MAX]; member 829 src_h, pe->top, pe->bottom); in mdp5_hwpipe_mode_set() 938 pe.top, pe.bottom, false); in mdp5_plane_mode_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_cmdline_parser_test.c | 689 KUNIT_EXPECT_EQ(test, mode.tv_margins.bottom, 36); in drm_test_cmdline_margin_options() 785 KUNIT_EXPECT_EQ(test, mode.tv_margins.bottom, 36); in drm_test_cmdline_freestanding_options() 808 KUNIT_EXPECT_EQ(test, mode.tv_margins.bottom, 36); in drm_test_cmdline_freestanding_force_e_and_options()
|
/third_party/skia/src/core/ |
H A D | SkTextBlob.cpp | 366 bounds.fBottom += fontBounds.bottom(); in ConservativeRunBounds() 950 SkScalar top, SkScalar bottom, in getIntercepts() 957 const SkScalar bounds[] = {top, bottom}; in getIntercepts() 948 getIntercepts(const SkGlyphID glyphs[], int count, const SkPoint positions[], SkScalar top, SkScalar bottom, const SkPaint* paintPtr) const getIntercepts() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 281 u32 bottom; in macb_set_hwaddr() local 284 bottom = cpu_to_le32(*((u32 *)bp->dev->dev_addr)); in macb_set_hwaddr() 285 macb_or_gem_writel(bp, SA1B, bottom); in macb_set_hwaddr() 290 gem_writel(bp, RXPTPUNI, bottom); in macb_set_hwaddr() 291 gem_writel(bp, TXPTPUNI, bottom); in macb_set_hwaddr() 305 u32 bottom; in macb_get_hwaddr() local 312 bottom = macb_or_gem_readl(bp, SA1B + i * 8); in macb_get_hwaddr() 315 addr[0] = bottom & 0xff; in macb_get_hwaddr() 316 addr[1] = (bottom >> 8) & 0xff; in macb_get_hwaddr() 317 addr[2] = (bottom >> 1 in macb_get_hwaddr() [all...] |