Home
last modified time | relevance | path

Searched refs:top (Results 926 - 950 of 2966) sorted by relevance

1...<<31323334353637383940>>...119

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame.h29 virtual void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) = 0;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/
H A Djs_common.h27 float top = 0.0f; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dpriv.h5 #include <subdev/top.h>
/third_party/ffmpeg/libavcodec/
H A Dpngdsp.h34 uint8_t *top, int w, int bpp);
/third_party/alsa-utils/topology/nhlt/intel/
H A Dssp-nhlt.h14 int nhlt_ssp_set_params(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top);
/third_party/libabigail/doc/vizualization/layout/sources/
H A Dsa-C.cc3 enum mode : short { in, out, top, bottom }; member
/third_party/libabigail/doc/vizualization/graph/sources/
H A Dsa-C.cc3 enum mode : short { in, out, top, bottom }; member
/third_party/typescript/tests/baselines/reference/
H A DExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.js9 top: { left: Point, right: Point },
/third_party/skia/docs/examples/
H A DRect_contains.cpp11 rect.left(), rect.top(), rect.right(), rect.bottom(), in REG_FIDDLE()
H A DIRect_contains.cpp11 rect.left(), rect.top(), rect.right(), rect.bottom(), in REG_FIDDLE()
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp140 auto top = std::min(std::min(ltPoint.GetY(), rtPoint.GetY()), std::min(lbPoint.GetY(), rbPoint.GetY())); in GetTransformRect() local
142 return Rect(left, top, right - left, bottom - top).CombineRect(rect); in GetTransformRect()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp220 auto top = child->GetTop().ConvertToPx(); in PerformLayout() local
226 top = childPosition->GetTop().ConvertToPx(); in PerformLayout()
230 itemSize.SetHeight(itemSize.Height() + top); in PerformLayout()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textfield_ffi.cpp117 textEdge.top = value; in FfiOHOSAceFrameworkTextFieldSetPadding()
131 paddings.top = NG::CalcLength(Dimension(params.top, static_cast<DimensionUnit>(params.topUnit))); in FfiOHOSAceFrameworkTextFieldSetPaddings()
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dclose_icon_pattern_test_ng.cpp57 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
62 padding.top = CalcLength(top); in CreatePadding()
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_delegate_stub.cpp205 int32_t top = 0; in HandleOnGetRectRelativeToWindow() local
207 int32_t errCode = OnGetRectRelativeToWindow(top, left); in HandleOnGetRectRelativeToWindow()
209 reply.WriteInt32(top); in HandleOnGetRectRelativeToWindow()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dstack_tdd_test.cpp225 * @tc.steps: step1. create child styles object, left = 5, top = 10 in ComponentStackTest005()
229 int16_t top = 10; in ComponentStackTest005() local
231 JerrySetNumberProperty(childStylesObj, "top", top); in ComponentStackTest005()
261 EXPECT_TRUE((childView->GetX() == left) && (childView->GetY() == top)); in ComponentStackTest005()
366 * @tc.desc: Verify left and top styles of child component can be set correctly.
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_proxy_test.cpp230 int32_t top = 0; in HWTEST_F() local
233 EXPECT_EQ(renderDelegate->OnGetRectRelativeToWindow(top, left), ERR_OK); in HWTEST_F()
235 EXPECT_EQ(renderDelegate->OnGetRectRelativeToWindow(top, left), ERR_INVALID_VALUE); in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp285 int16_t top = rect.GetTop(); in CalculateReboundDistance() local
291 if (scrollBlankSize_ < top) { in CalculateReboundDistance()
292 dragDistanceY = scrollBlankSize_ - top; in CalculateReboundDistance()
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_item_maps.h136 .top = CalcLength(1.0_vp),
177 .top = CalcLength(5.0_vp),
231 .top = CalcLength(5.0_vp),
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmatrix_fuzzer/
H A Dmatrix_fuzzer.cpp53 float top = GetObject<float>(); in NativeMatrixTest001() local
63 OH_Drawing_Rect* rectOne = OH_Drawing_RectCreate(left, top, right, bottom); in NativeMatrixTest001()
64 OH_Drawing_Rect* rectTwo = OH_Drawing_RectCreate(left, top, right, bottom); in NativeMatrixTest001()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddashing.cpp115 OH_Drawing_PathMoveTo(path, rect.left, rect.top); in make_path_line()
121 OH_Drawing_PathAddRect(path, rect.left, rect.top, rect.right, rect.bottom, in make_path_rect()
127 OH_Drawing_PathAddOvalWithInitialPoint(path, OH_Drawing_RectCreate(rect.left, rect.top, rect.right, rect.bottom), in make_path_oval()
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.cpp43 ptr->top = row.posY_; in SetCRect()
68 SetCRect(area.top, &(info->waterfallDisplayAreaRects.top)); in SetCWaterfallDisplayAreaRects()
/foundation/window/window_manager/test/systemtest/dms/
H A Dscreenshot_test.cpp150 Media::Rect halfRect = {defaultScreen_.left, defaultScreen_.top, halfDefault_.width, halfDefault_.height}; in HWTEST_F()
202 Media::Rect invalidScreen = {invalidRect_.left, defaultScreen_.top, defaultScreen_.width, defaultScreen_.height}; in HWTEST_F()
205 invalidScreen = {defaultScreen_.left, defaultScreen_.top, invalidRect_.width, defaultScreen_.height}; in HWTEST_F()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-lite-reg.c165 cfg |= (f->rect.left << 16) | f->rect.top; in flite_hw_set_window_offset()
170 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
260 cfg |= (f->rect.top << 16) | f->rect.left; in flite_hw_set_dma_window()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite-reg.c165 cfg |= (f->rect.left << 16) | f->rect.top; in flite_hw_set_window_offset()
170 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
260 cfg |= (f->rect.top << 16) | f->rect.left; in flite_hw_set_dma_window()

Completed in 11 milliseconds

1...<<31323334353637383940>>...119