Home
last modified time | relevance | path

Searched refs:bottom (Results 701 - 725 of 1236) sorted by relevance

1...<<21222324252627282930>>...50

/kernel/linux/linux-5.10/net/rxrpc/
H A Dinput.c682 rxrpc_seq_t top, bottom, seq; in rxrpc_input_check_for_lost_ack() local
687 bottom = call->tx_hard_ack + 1; in rxrpc_input_check_for_lost_ack()
689 if (before(bottom, top)) { in rxrpc_input_check_for_lost_ack()
690 for (seq = bottom; before_eq(seq, top); seq++) { in rxrpc_input_check_for_lost_ack()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c787 u32 left, right, top, bottom; in vidioc_g_selection() local
805 bottom = top >> S5P_FIMV_SHARED_CROP_BOTTOM_SHIFT; in vidioc_g_selection()
808 height = ctx->img_height - top - bottom; in vidioc_g_selection()
810 left, top, s->r.width, s->r.height, right, bottom, in vidioc_g_selection()
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp639 float bottom = 0; in HWTEST_F() local
643 int32_t ret = capture_->GetGainThreshold(capture_, &bottom, &top); in HWTEST_F()
649 float bottom = 0; in HWTEST_F() local
653 int32_t ret = capture_->GetGainThreshold(nullptr, &bottom, &top); in HWTEST_F()
/third_party/ffmpeg/libavcodec/
H A Dclearvideo.c476 int bottom = size - (h & (size - 1)); in extend_edges() local
478 if ((right == size) && (bottom == size)) { in extend_edges()
490 if (bottom != size) { in extend_edges()
492 for (j = 0; j < bottom; j++) { in extend_edges()
/third_party/glfw/src/
H A Dwindow.c733 int* right, int* bottom) in glfwGetWindowFrameSize()
741 if (bottom) in glfwGetWindowFrameSize()
742 *bottom = 0; in glfwGetWindowFrameSize()
749 _glfw.platform.getWindowFrameSize(window, left, top, right, bottom); in glfwGetWindowFrameSize()
731 glfwGetWindowFrameSize(GLFWwindow* handle, int* left, int* top, int* right, int* bottom) glfwGetWindowFrameSize() argument
H A Dwl_window.c246 createFallbackEdge(window, &window->wl.fallback.bottom, window->wl.surface, in createFallbackDecorations()
275 destroyFallbackEdge(&window->wl.fallback.bottom); in destroyFallbackDecorations()
380 wl_subsurface_set_position(window->wl.fallback.bottom.subsurface, in resizeWindow()
382 wp_viewport_set_destination(window->wl.fallback.bottom.viewport, in resizeWindow()
385 wl_surface_commit(window->wl.fallback.bottom.surface); in resizeWindow()
1478 else if (window->wl.fallback.focus == window->wl.fallback.bottom.surface) in pointerHandleMotion()
1579 else if (window->wl.fallback.focus == window->wl.fallback.bottom.surface) in pointerHandleButton()
2356 int* right, int* bottom) in _glfwGetWindowFrameSizeWayland()
2366 if (bottom) in _glfwGetWindowFrameSizeWayland()
2367 *bottom in _glfwGetWindowFrameSizeWayland()
2354 _glfwGetWindowFrameSizeWayland(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeWayland() argument
[all...]
/third_party/backends/testsuite/backend/genesys/
H A Dtests_image_pipeline.cpp891 std::vector<std::uint16_t> bottom = { in test_node_calibrate_8bit() local
902 stack.push_node<ImagePipelineNodeCalibrate>(bottom, top, 0); in test_node_calibrate_8bit()
927 std::vector<std::uint16_t> bottom = { in test_node_calibrate_16bit() local
938 stack.push_node<ImagePipelineNodeCalibrate>(bottom, top, 0); in test_node_calibrate_16bit()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c777 struct ureg_dst out, tmp, top, bottom; in util_make_fs_msaa_resolve_bilinear() local
797 bottom = ureg_DECL_temporary(ureg); in util_make_fs_msaa_resolve_bilinear()
808 ureg_imm4u(ureg, 0, 1, 0, 0)); /* bottom-left */ in util_make_fs_msaa_resolve_bilinear()
810 ureg_imm4u(ureg, 1, 1, 0, 0)); /* bottom-right */ in util_make_fs_msaa_resolve_bilinear()
842 ureg_LRP(ureg, bottom, in util_make_fs_msaa_resolve_bilinear()
849 ureg_src(bottom), in util_make_fs_msaa_resolve_bilinear()
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.cpp90 Vertex* bottom = edge->fEdge->fBottom; in makeEvent() local
91 if (!top || !bottom ) { in makeEvent()
100 c.sweep_lt(p, bottom->fPoint)) { in makeEvent()
103 dest->fID, v->fID, top->fID, bottom->fID, p.fX, p.fY, alpha); in makeEvent()
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp717 if (bbox.left >= bbox.right || bbox.top >= bbox.bottom) { in generateMetrics()
724 SkIRect::MakeLTRB(bbox.left, bbox.top, bbox.right, bbox.bottom))) { in generateMetrics()
729 glyph->fHeight = SkToU16(bbox.bottom - bbox.top); in generateMetrics()
1040 bbox.bottom = glyph.top() + glyph.height(); in drawDWMask()
/third_party/skia/src/shaders/
H A DSkImageShader.cpp881 bottom = local.y + 0.5f; in makeProgram()
883 // The fractional parts of right and bottom are our lerp factors in x and y respectively. in makeProgram()
885 fy = fract(bottom); in makeProgram()
888 lerp(sample_texel(u, left,bottom), sample_texel(u, right,bottom), fx), fy); in makeProgram()
/third_party/backends/backend/genesys/
H A Dgenesys.cpp1507 int top[3], bottom[3]; in scanner_offset_calibration() local
1513 bottom[ch] = 10; in scanner_offset_calibration()
1514 dev.frontend.set_offset(ch, bottom[ch]); in scanner_offset_calibration()
1519 // scan with bottom AFE settings in scanner_offset_calibration()
1553 bottom[0], bottom[1], bottom[2]); in scanner_offset_calibration()
1559 DBG(DBG_info, "%s: bottom avg %d=%d\n", __func__, ch, bottomavg[ch]); in scanner_offset_calibration()
1602 while ((pass < 32) && ((top[0] - bottom[0] > 1) || in scanner_offset_calibration()
1603 (top[1] - bottom[ in scanner_offset_calibration()
2022 std::uint16_t bottom[3] = {}; scanner_led_calibration() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp61 paddingAfterContent_ = axis_ == Axis::HORIZONTAL ? padding.right.value_or(0) : padding.bottom.value_or(0); in Measure()
329 auto offsetAfterContent = axis_ == Axis::HORIZONTAL ? padding.right.value_or(0) : padding.bottom.value_or(0); in UpdateReferencePos()
331 offsetAfterContent += axis_ == Axis::HORIZONTAL ? margin.right.value_or(0) : margin.bottom.value_or(0); in UpdateReferencePos()
549 float bottom = endPos_ - contentEndOffset_; in GetItemGroupPosition() local
551 bottom -= footerMainSize_; in GetItemGroupPosition()
554 float delta = bottom - refPos; in GetItemGroupPosition()
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js345 bottom: TEXT_SAFE_MARGIN
781 Button.padding({ top: 0, bottom: 0 });
1032 bottom: 0,
1605 bottom: { "id": -1, "type": 10002, params: ['sys.float.padding_level12'], "bundleName": "__harDefaultBundleName__", "moduleName": "__harDefaultModuleName__" },
1611 bottom: { "id": -1, "type": 10002, params: ['sys.float.padding_level10'], "bundleName": "__harDefaultBundleName__", "moduleName": "__harDefaultModuleName__" },
1617 bottom: { "id": -1, "type": 10002, params: ['sys.float.padding_level8'], "bundleName": "__harDefaultBundleName__", "moduleName": "__harDefaultModuleName__" },
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js103 bottom: 0,
109 bottom: 0,
116 bottom: LengthMetrics.vp(0),
122 bottom: LengthMetrics.vp(0),
220 bottom: LengthMetrics.vp(4),
226 bottom: LengthMetrics.vp(4),
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_sub_tab_bar_style_test_ng.cpp1487 padding.bottom = CalcLength(20.0_vp); in HWTEST_F()
1509 EXPECT_EQ(tabContentPattern->GetPadding().bottom, padding.bottom); in HWTEST_F()
1533 padding.bottom = CalcLength(20.0_vp); in HWTEST_F()
1553 EXPECT_EQ(tabContentPattern->GetPadding().bottom, padding.bottom); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c161 struct drm_property *bottom; member
1658 psb_intel_sdvo_connector->bottom, val); in psb_intel_sdvo_set_property()
1668 } else if (psb_intel_sdvo_connector->bottom == property) { in psb_intel_sdvo_set_property()
2291 psb_intel_sdvo_connector->bottom = in psb_intel_sdvo_create_enhance_property_tv()
2293 if (!psb_intel_sdvo_connector->bottom) in psb_intel_sdvo_create_enhance_property_tv()
2297 psb_intel_sdvo_connector->bottom, in psb_intel_sdvo_create_enhance_property_tv()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c163 struct drm_property *bottom; member
1681 psb_intel_sdvo_connector->bottom, val); in psb_intel_sdvo_set_property()
1691 } else if (psb_intel_sdvo_connector->bottom == property) { in psb_intel_sdvo_set_property()
2313 psb_intel_sdvo_connector->bottom = in psb_intel_sdvo_create_enhance_property_tv()
2315 if (!psb_intel_sdvo_connector->bottom) in psb_intel_sdvo_create_enhance_property_tv()
2319 psb_intel_sdvo_connector->bottom, in psb_intel_sdvo_create_enhance_property_tv()
/third_party/ffmpeg/libavcodec/mips/
H A Dvc1dsp_mmi.c1454 void ff_vc1_v_s_overlap_mmi(int16_t *top, int16_t *bottom) in ff_vc1_v_s_overlap_mmi() argument
1463 c = bottom[0]; in ff_vc1_v_s_overlap_mmi()
1464 d = bottom[8]; in ff_vc1_v_s_overlap_mmi()
1470 bottom[0] = ((c << 3) + d2 + rnd1) >> 3; in ff_vc1_v_s_overlap_mmi()
1471 bottom[8] = ((d << 3) + d1 + rnd2) >> 3; in ff_vc1_v_s_overlap_mmi()
1473 bottom++; in ff_vc1_v_s_overlap_mmi()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c748 pSourceRect->top, pSourceRect->bottom); in present()
752 source_rect.bottom == resource->height0 && in present()
764 pDestRect->top, pDestRect->bottom); in present()
790 dest_rect.bottom = MIN2(target_height, dest_rect.bottom); in present()
792 target_height = dest_rect.bottom - dest_rect.top; in present()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp387 dst.quad.posA = IVec2(isFrontFacing ? src.rect.left : (src.rect.left+src.rect.width-1), src.rect.bottom); in translateCommand()
388 dst.quad.posB = IVec2(isFrontFacing ? (src.rect.left+src.rect.width-1) : src.rect.left, src.rect.bottom+src.rect.height-1); in translateCommand()
427 glScissor(clear.rect.left+viewportX, clear.rect.bottom+viewportY, clear.rect.width, clear.rect.height); in render()
466 glViewport(command.rect.left+viewportX, command.rect.bottom+viewportY, command.rect.width, command.rect.height); in render()
488 tcu::clear(tcu::getSubregion(dstColor, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), clear.color); in renderReference()
493 tcu::clearStencil(tcu::getSubregion(dstStencil, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), maskedVal); in renderReference()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp387 dst.quad.posA = IVec2(isFrontFacing ? src.rect.left : (src.rect.left+src.rect.width-1), src.rect.bottom); in translateCommand()
388 dst.quad.posB = IVec2(isFrontFacing ? (src.rect.left+src.rect.width-1) : src.rect.left, src.rect.bottom+src.rect.height-1); in translateCommand()
427 glScissor(clear.rect.left+viewportX, clear.rect.bottom+viewportY, clear.rect.width, clear.rect.height); in render()
466 glViewport(command.rect.left+viewportX, command.rect.bottom+viewportY, command.rect.width, command.rect.height); in render()
488 tcu::clear(tcu::getSubregion(dstColor, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), clear.color); in renderReference()
493 tcu::clearStencil(tcu::getSubregion(dstStencil, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), maskedVal); in renderReference()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp259 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildButton() local
260 buttonLayoutProperty->UpdatePadding({ left, right, top, bottom }); in BuildButton()
347 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildButton() local
353 buttonLayoutProperty->UpdatePadding({ left, right, top, bottom }); in BuildButton()
426 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildCreateMenuItemButton() local
451 buttonLayoutProperty->UpdatePadding({ left, right, top, bottom }); in BuildCreateMenuItemButton()
492 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildMoreOrBackButton() local
506 buttonLayoutProperty->UpdatePadding({ left, right, top, bottom }); in BuildMoreOrBackButton()
1388 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in SelectMenuAndInnerInitProperty() local
1389 selectMenuInner_->GetLayoutProperty()->UpdatePadding({ left, right, top, bottom }); in SelectMenuAndInnerInitProperty()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1207 .bottom = (UINT)(rects[r].bottom - rects[r].top), in dzn_cmd_buffer_clear_rects_with_copy()
1350 .bottom = h, in dzn_cmd_buffer_clear_ranges_with_copy()
1614 .bottom = region.imageExtent.height, in dzn_cmd_buffer_copy_buf2img_region()
1630 .bottom = blkh, in dzn_cmd_buffer_copy_buf2img_region()
1693 .bottom = (UINT)(region.imageOffset.y + region.imageExtent.height), in dzn_cmd_buffer_copy_img2buf_region()
1722 src_box.bottom = src_box.top + blkh; in dzn_cmd_buffer_copy_img2buf_region()
1797 .bottom = (UINT)region.srcOffset.y + region.extent.height, in dzn_cmd_buffer_copy_img_chunk()
1862 .bottom = tmp_loc->PlacedFootprint.Footprint.Height, in dzn_cmd_buffer_copy_img_chunk()
2058 .bottom in dzn_cmd_buffer_blit_set_2d_region()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp43 paddings.bottom = std::optional<CalcLength>(CalcLength(0.0, DimensionUnit::VP)); in Measure()
241 auto bottomPadding = padding.bottom.value_or(0.0); in PerformMeasureSelf()

Completed in 55 milliseconds

1...<<21222324252627282930>>...50