Home
last modified time | relevance | path

Searched refs:top (Results 1301 - 1325 of 2966) sorted by relevance

1...<<51525354555657585960>>...119

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_calendar_picker_bridge.cpp141 Local<JSValueRef> topArg = runtimeCallInfo->GetCallArgRef(1); // 1: index of parameter top in SetCalendarPickerPadding()
150 struct ArkUISizeType top = { 0.0, static_cast<int8_t>(DimensionUnit::VP) }; in SetCalendarPickerPadding() local
159 ParseCalendarPickerPadding(vm, topArg, topDim, top); in SetCalendarPickerPadding()
164 nativeNode, &top, &right, &bottom, &left); in SetCalendarPickerPadding()
188 Local<JSValueRef> topArg = runtimeCallInfo->GetCallArgRef(7); // 7: index of parameter top color in SetCalendarPickerBorder()
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A DdragBar_pattern_test_ng.cpp75 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
80 padding.top = CalcLength(top); in CreatePadding()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.cpp364 const std::optional<Dimension>& right, const std::optional<Dimension>& top, in SetBackgroundPadding()
383 if (top.has_value()) { in SetBackgroundPadding()
385 BackgroundTopPadding, top.value()); in SetBackgroundPadding()
363 SetBackgroundPadding(const std::optional<Dimension>& left, const std::optional<Dimension>& right, const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) SetBackgroundPadding() argument
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_analog_clock.cpp244 int16_t top = hand.position_.y + current.GetTop(); in CalculateRedrawArea() local
245 int16_t bottom = top + imgHeight - 1; in CalculateRedrawArea()
246 Rect imgRect(left, top, right, bottom); in CalculateRedrawArea()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp162 float top = GetObject<float>(); in PathFuzzTest003() local
165 Rect rect { left, top, right, bottom }; in PathFuzzTest003()
170 path.AddRect(left, top, right, bottom, static_cast<PathDirection>(direction % DIRECTION_SIZE)); in PathFuzzTest003()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Djpeg_mpf_parser.cpp236 fragmentRect.top = ImageUtils::BytesToInt32(data, offset, isBigEndian); in ParsingFragmentMetadata()
239 IMAGE_LOGD("[%{public}s] left=%{public}d, top=%{public}d, width=%{public}d, height=%{public}d", in ParsingFragmentMetadata()
240 __func__, fragmentRect.left, fragmentRect.top, fragmentRect.width, fragmentRect.height); in ParsingFragmentMetadata()
326 ImageUtils::Int32ToBytes(fragmentRect.top, bytes, offset, isBigEndian); in PackFragmentMetadata()
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c306 .top = update_area->top, in qxl_update_area_ioctl()
315 update_area->top >= update_area->bottom) in qxl_update_area_ioctl()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_h264_if.c258 cr->top = inst->vsi->crop.top; in get_crop_info()
263 cr->left, cr->top, cr->width, cr->height); in get_crop_info()
/kernel/linux/linux-5.10/fs/sysv/
H A Ditree.c285 sysv_zone_t *top) in find_shared()
290 *top = 0; in find_shared()
300 * fine, it should all survive and (new) top doesn't belong to us. in find_shared()
317 *top = *p->p; in find_shared()
399 /* Kill the top of shared branch (already detached) */ in sysv_truncate()
281 find_shared(struct inode *inode, int depth, int offsets[], Indirect chain[], sysv_zone_t *top) find_shared() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dplane.c526 state->blending[index].top = true; in tegra_plane_update_transparency()
528 state->blending[index].top = false; in tegra_plane_update_transparency()
532 * case mark B / C window as top to be able to differentiate in tegra_plane_update_transparency()
537 state->blending[index].top = (index == 1); in tegra_plane_update_transparency()
/kernel/linux/linux-5.10/fs/minix/
H A Ditree_common.c227 block_t *top) in find_shared()
232 *top = 0; in find_shared()
249 *top = *p->p; in find_shared()
223 find_shared(struct inode *inode, int depth, int offsets[DEPTH], Indirect chain[DEPTH], block_t *top) find_shared() argument
/kernel/linux/linux-6.6/fs/minix/
H A Ditree_common.c227 block_t *top) in find_shared()
232 *top = 0; in find_shared()
249 *top = *p->p; in find_shared()
223 find_shared(struct inode *inode, int depth, int offsets[DEPTH], Indirect chain[DEPTH], block_t *top) find_shared() argument
/kernel/linux/linux-6.6/fs/sysv/
H A Ditree.c285 sysv_zone_t *top) in find_shared()
290 *top = 0; in find_shared()
300 * fine, it should all survive and (new) top doesn't belong to us. in find_shared()
317 *top = *p->p; in find_shared()
399 /* Kill the top of shared branch (already detached) */ in sysv_truncate()
281 find_shared(struct inode *inode, int depth, int offsets[], Indirect chain[], sysv_zone_t *top) find_shared() argument
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_if.c257 cr->top = inst->vsi_ctx.crop.top; in get_crop_info()
262 cr->left, cr->top, cr->width, cr->height); in get_crop_info()
H A Dvdec_h264_if.c254 cr->top = inst->vsi->crop.top; in get_crop_info()
258 mtk_vdec_debug(inst->ctx, "l=%d, t=%d, w=%d, h=%d", cr->left, cr->top, in get_crop_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/
H A Dintr.c26 #include <subdev/top.h>
41 list_for_each_entry(tdev, &device->top->device, head) { in nvkm_intr_xlat()
173 /* Disable all top-level interrupt sources, and re-arm MSI interrupts. */ in nvkm_intr()
224 /* Re-enable all top-level interrupt sources. */ in nvkm_intr()
302 list_for_each_entry(tdev, &device->top->device, head) { in nvkm_intr_subdev_add()
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c301 .top = update_area->top, in qxl_update_area_ioctl()
310 update_area->top >= update_area->bottom) in qxl_update_area_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dplane.c690 state->blending[index].top = true; in tegra_plane_update_transparency()
692 state->blending[index].top = false; in tegra_plane_update_transparency()
696 * case mark B / C window as top to be able to differentiate in tegra_plane_update_transparency()
701 state->blending[index].top = (index == 1); in tegra_plane_update_transparency()
/third_party/ffmpeg/libavcodec/
H A Dh264dec.h128 int field_poc[2]; ///< top/bottom POC
240 * number of neighbors (top and/or left) that used 8x8 dct
660 const int top = sl->intra4x4_pred_mode_cache[index8 - 8]; in pred_intra_mode() local
661 const int min = FFMIN(left, top); in pred_intra_mode()
663 ff_tlog(h->avctx, "mode:%d %d min:%d\n", left, top, min); in pred_intra_mode()
/third_party/glfw/src/
H A Dwin32_monitor.c122 rect.top = dm.dmPosition.y; in createMonitor()
390 *ypos = mi.rcWork.top; in _glfwGetMonitorWorkareaWin32()
394 *height = mi.rcWork.bottom - mi.rcWork.top; in _glfwGetMonitorWorkareaWin32()
/third_party/ffmpeg/tests/fate/
H A Dlavf-container.mak55 fate-lavf-mxf_d10: CMD = lavf_container "-ar 48000 -ac 2" "-r 25 -vf scale=720:576,pad=720:608:0:32 -c:v mpeg2video -g 0 -flags +ildct+low_delay -dc 10 -non_linear_quant 1 -intra_vlc 1 -qscale 1 -ps 1 -qmin 1 -rc_max_vbv_use 1 -rc_min_vbv_use 1 -pix_fmt yuv422p -minrate 30000k -maxrate 30000k -b 30000k -bufsize 1200000 -top 1 -rc_init_occupancy 1200000 -qmax 12 -f mxf_d10"
56 fate-lavf-mxf_dv25: CMD = lavf_container "-ar 48000 -ac 2" "-r 25 -vf scale=720:576,setdar=4/3 -c:v dvvideo -pix_fmt yuv420p -b 25000k -top 0 -f mxf"
57 fate-lavf-mxf_dvcpro50: CMD = lavf_container "-ar 48000 -ac 2" "-r 25 -vf scale=720:576,setdar=16/9 -c:v dvvideo -pix_fmt yuv422p -b 50000k -top 0 -f mxf"
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_gencmn.cpp57 Therefore, the top of the name strings block is the offset of the first item,
499 uint32_t top=stringTop+length; in allocString() local
502 if(top>STRING_STORE_SIZE) { in allocString()
507 stringTop=top; in allocString()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.cpp57 Therefore, the top of the name strings block is the offset of the first item,
499 uint32_t top=stringTop+length; in allocString() local
502 if(top>STRING_STORE_SIZE) { in allocString()
507 stringTop=top; in allocString()
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-size.py138 top = int(self.pos.y * self.rows)
141 for row in range(0, top):
148 for row in range(top + 1, self.rows):
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.h93 // sweep line has crossed the top vertex, but not the bottom vertex. It's sorted
94 // left-to-right based on the point where both edges are active (when both top vertices
95 // have been seen, so the "lower" top vertex of the two). If the top vertices are equal
106 // neighbouring edges at the top or bottom vertex. This is handled by merging the
361 * An Edge joins a top Vertex to a bottom Vertex. Edge ordering for the list of "edges above" and
374 * output may be incorrect, and adjusting the mesh topology to match (see comment at the top of
379 Edge(Vertex* top, Vertex* bottom, int winding, EdgeType type) in Edge()
381 , fTop(top) in Edge()
398 , fLine(top, botto in Edge()
[all...]

Completed in 20 milliseconds

1...<<51525354555657585960>>...119