Home
last modified time | relevance | path

Searched refs:top (Results 2426 - 2450 of 2966) sorted by relevance

1...<<919293949596979899100>>...119

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.cpp358 auto top = geometryNode->GetPadding()->top.value_or(0.0f); in NewPaintCircularAndIndicator() local
363 data.center = Offset(offset.GetX() + left + radius, offset.GetY() + top + radius); in NewPaintCircularAndIndicator()
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js738 Column.margin({ top: CollapsibleMenuSection.focusPadding, bottom: CollapsibleMenuSection.focusPadding });
976 top: this.index === this.currentIndex ? 6 : 10,
1426 top: { 'id': -1, 'type': 10002, params: ['sys.float.padding_level24'],
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp644 tmpRect = Rect(padding.left.value_or(0), padding.top.value_or(0), in OnDirtyLayoutWrapperSwap()
649 (movingPhotoNodeSize.Height() - videoFrameSize.Height()) / AVERAGE_VALUE + padding.top.value_or(0), in OnDirtyLayoutWrapperSwap()
1609 contentRect_.Top() - padding.top.value_or(0) }; in UpdateAnalyzerUIConfig()
/foundation/arkui/ace_engine/test/unittest/core/pattern/patternlock/
H A Dpatternlock_test_ng.cpp953 padding.top = CalcLength(100); in HWTEST_F()
1747 padding.top = CalcLength(100); in HWTEST_F()
1792 padding.top = CalcLength(100); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp740 auto top = pattern->GetBorderTop() + pattern->GetPaddingTop(); in CalculateFrameSizeConstraint() local
742 frameSizeConstraintF.maxSize.AddPadding(left, right, top, bottom); in CalculateFrameSizeConstraint()
743 frameSizeConstraintF.minSize.AddPadding(left, right, top, bottom); in CalculateFrameSizeConstraint()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp38 * @tc.expected: TabBar is at top, show first tabContent(size > 0), swiper is HORIZONTAL in HWTEST_F()
911 padding.top = CalcLength(20.0_vp); in HWTEST_F()
927 EXPECT_EQ(tabContentPattern->GetPadding().top, padding.top); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_segment_layout_test.cpp125 info->margins_ = { {}, {}, PaddingPropertyF { .top = 5.0f } }; in HWTEST_F()
994 EXPECT_EQ(*info->margins_[1].top, 1.0f); in HWTEST_F()
1077 EXPECT_EQ(*info->margins_[0].top, 5.0f); in HWTEST_F()
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_test.cpp261 Media::Rect rect = {.left = 1, .top = 1, .width = 1, .height = 1}; in HWTEST_F()
268 rect.top = -1; in HWTEST_F()
271 rect.top = 1; in HWTEST_F()
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H A Dvpfe_capture.c324 vpfe_dev->crop.top = 0; in vpfe_config_image_format()
1362 * for top and bottom field
1583 if (rect.top < 0 || rect.left < 0) { in vpfe_s_selection()
1585 "doesn't support negative values for top & left\n"); in vpfe_s_selection()
1596 (rect.top + rect.height > in vpfe_s_selection()
/kernel/linux/linux-5.10/fs/ext2/
H A Dinode.c1016 * @top: place to the (detached) top of branch
1024 * We have to free the top of that path along with everything to the right
1026 * until ext2_truncate() finishes, we may safely do the latter, but top
1030 * We atomically detach the top of branch from the tree, store the block
1031 * number of its root in *@top, pointers to buffer_heads of partially
1037 * a) free the subtree starting from *@top
1048 __le32 *top) in ext2_find_shared()
1053 *top = 0; in ext2_find_shared()
1061 * fine, it should all survive and (new) top does in ext2_find_shared()
1044 ext2_find_shared(struct inode *inode, int depth, int offsets[4], Indirect chain[4], __le32 *top) ext2_find_shared() argument
[all...]
/kernel/linux/linux-5.10/lib/
H A Dxarray.c516 * @top: Node to free
522 static void xas_free_nodes(struct xa_state *xas, struct xa_node *top) in xas_free_nodes() argument
525 struct xa_node *node = top; in xas_free_nodes()
547 if (node == top) in xas_free_nodes()
/kernel/linux/linux-6.6/include/trace/events/
H A Drxrpc.h1538 __field(rxrpc_seq_t, top)
1548 __entry->top = call->tx_top;
1565 __entry->top - __entry->hard_ack,
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc.c612 s->r.top = 0; in vidioc_venc_g_selection()
618 s->r.top = 0; in vidioc_venc_g_selection()
642 s->r.top = 0; in vidioc_venc_s_selection()
/kernel/linux/linux-6.6/lib/
H A Dxarray.c517 * @top: Node to free
523 static void xas_free_nodes(struct xa_state *xas, struct xa_node *top) in xas_free_nodes() argument
526 struct xa_node *node = top; in xas_free_nodes()
548 if (node == top) in xas_free_nodes()
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c552 float bottom, float top, float nearZ, float farZ) in opengl_make_ortho()
556 float tab = top + bottom; in opengl_make_ortho()
557 float tsb = top - bottom; in opengl_make_ortho()
551 opengl_make_ortho(float matrix[16], float left, float right, float bottom, float top, float nearZ, float farZ) opengl_make_ortho() argument
/third_party/ffmpeg/libavcodec/
H A Dpngdec.c198 void ff_add_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, in ff_add_png_paeth_prediction() argument
206 b = top[i]; in ff_add_png_paeth_prediction()
207 c = top[i - bpp]; in ff_add_png_paeth_prediction()
359 /* loco lags by 1 row so that it doesn't interfere with top prediction */ in png_handle_row()
/third_party/ffmpeg/tests/fate/
H A Dimage.mak488 FATE_TARGA-$(call DEMDEC, IMAGE2, TARGA) += fate-targa-top-to-bottom
489 fate-targa-top-to-bottom: CMD = framecrc -i $(TARGET_SAMPLES)/targa/lena-top-to-bottom.tga
/third_party/backends/backend/
H A Dplustek_pp.c750 /* top-left x */ in init_options()
760 /* top-left y */ in init_options()
1794 int left, top; in sane_start() local
1873 top = (int)(SANE_UNFIX (s->val[OPT_TL_Y].w)*(double)lens.rDpiY.wPhyMax/ in sane_start()
1896 sinfo.ImgDef.crArea.y = top; /* offset from top edge to area you want to scan */ in sane_start()
H A Du12.c549 /* top-left x */ in init_options()
559 /* top-left y */ in init_options()
1554 int left, top; in sane_start() local
1623 top = (int)(SANE_UNFIX(s->val[OPT_TL_Y].w)*dpi_y/ in sane_start()
1652 image.crArea.y = top; /* offset from top edge to area you want to scan */ in sane_start()
H A Dmustek_pp_ccd300.c1696 priv->top = 47; in ccd300_setup()
1794 else if (!strcmp (optname, "top")) in ccd300_config()
1799 DBG (1, "ccd300_config: missing value for option ``top''\n"); in ccd300_config()
1808 "ccd300_config: value ``%s'' for option ``top'' is out of range (>= 0)\n", in ccd300_config()
1813 priv->top = value; in ccd300_config()
1936 move_motor (dev, priv->top + dev->topY - in ccd300_start()
/third_party/libuv/test/
H A Dtest-tty-escape-sequence-processing.c83 int top; member
102 si->top = si->csbi.srWindow.Top; in get_screen_info()
157 return info.srWindow.Top != si.top; in is_scrolling()
408 /* cursor up from Window top does nothing */ in TEST_IMPL()
581 /* cursor back from top of screen does nothing */ in TEST_IMPL()
683 /* cursor previous line from top of screen does nothing */ in TEST_IMPL()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1362 _debug_printf("\t\t.top = %i\n", (*cmd).top); in dump_SVGASignedRect()
1382 _debug_printf("\t\t.srcRect.top = %i\n", (*cmd).srcRect.top); in dump_SVGA3dCmdBlitSurfaceToScreen()
1387 _debug_printf("\t\t.destRect.top = %i\n", (*cmd).destRect.top); in dump_SVGA3dCmdBlitSurfaceToScreen()
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc1342 // For top level values, print the value number. in Init()
1369 values_to_process = nested_counts.top(); in Init()
1409 int index = worklist.top(); in InitializeObjectAt()
1506 int index = worklist.top(); in EnsureObjectAllocatedAt()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp1205 srcBox.top = 0; in copyFromStorage()
1248 srcBox.top = 0; in resize()
1792 srcBox.top = params.area.y; in packPixels()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp487 GLsizei top; member
776 if (i >= check_area.left || h >= check_area.top) in verifyClampToEdge()
789 if (i < check_area.right || h >= check_area.top) in verifyClampToEdge()

Completed in 60 milliseconds

1...<<919293949596979899100>>...119