/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_window_info.h | 29 int32_t left{ 0 }; // the abscissa of the upper-left vertex of inputWindow 30 int32_t top{ 0 }; // the ordinate of the upper-left vertex of inputWindow
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_Image/router/ |
H A D | index.js | 19 left:0,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_Image/router/ |
H A D | index.js | 19 left:0,
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_Image/router/ |
H A D | index.js | 19 left:0,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_Image/router/ |
H A D | index.js | 19 left:0,
|
/third_party/ffmpeg/libavcodec/ |
H A D | huffyuvencdsp.h | 34 int w, int *left, int *left_top);
|
/third_party/gn/src/gn/ |
H A D | operators.h | 21 const ParseNode* left,
|
/third_party/python/Modules/ |
H A D | rotatingtree.h | 20 rotating_node_t *left; member
|
/third_party/skia/docs/examples/ |
H A D | Rect_contains.cpp | 11 rect.left(), rect.top(), rect.right(), rect.bottom(), in REG_FIDDLE()
|
H A D | IRect_contains.cpp | 11 rect.left(), rect.top(), rect.right(), rect.bottom(), in REG_FIDDLE()
|
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 604 u32 left = count, len; in ddb_output_write() local 609 while (left) { in ddb_output_write() 626 if (len > left) in ddb_output_write() 627 len = left; in ddb_output_write() 637 left -= len; in ddb_output_write() 650 return count - left; in ddb_output_write() 676 u32 left = count; in ddb_input_read() local 682 while (left) { in ddb_input_read() 684 return count - left; in ddb_input_read() 686 if (free > left) in ddb_input_read() 721 size_t left = count; ts_write() local 751 size_t left = count; ts_read() local [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 595 u32 left = count, len; in ddb_output_write() local 600 while (left) { in ddb_output_write() 617 if (len > left) in ddb_output_write() 618 len = left; in ddb_output_write() 628 left -= len; in ddb_output_write() 641 return count - left; in ddb_output_write() 667 u32 left = count; in ddb_input_read() local 673 while (left) { in ddb_input_read() 675 return count - left; in ddb_input_read() 677 if (free > left) in ddb_input_read() 712 size_t left = count; ts_write() local 742 size_t left = count; ts_read() local [all...] |
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_panel.cpp | 320 panelAdjust_.insert({ config.style, { config.top, config.left, config.right, config.bottom } }); in ParsePanelRect() 471 static_cast<uint32_t>((porIterValue.left + porIterValue.right) * densityDpi); in CalculatePanelRect() 477 static_cast<int32_t>(porIterValue.left * densityDpi); in CalculatePanelRect() 493 static_cast<uint32_t>((porIterValue.left + porIterValue.right) * densityDpi); in CalculateFloatRect() 499 keyboardLayoutParams_.PortraitKeyboardRect_.posX_ - static_cast<int32_t>(porIterValue.left * densityDpi); in CalculateFloatRect() 508 static_cast<uint32_t>((lanIterValue.left + lanIterValue.right) * densityDpi); in CalculateFloatRect() 514 keyboardLayoutParams_.LandscapeKeyboardRect_.posX_ - static_cast<int32_t>(lanIterValue.left * densityDpi); in CalculateFloatRect() 540 static_cast<uint32_t>((lanIterValue.left + lanIterValue.right) * densityDpi); in CalculateLandscapeRect() 546 keyboardLayoutParams_.LandscapePanelRect_.posX_ + static_cast<int32_t>(lanIterValue.left * densityDpi); in CalculateLandscapeRect()
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpbe_display.c | 523 int top, int left) in vpbe_disp_adj_position() 528 cfg->xpos = min((unsigned int)left, in vpbe_disp_adj_position() 544 ((c->width + c->left) > vpbe_dev->current_timings.xres)) in vpbe_disp_check_window_params() 545 c->width = vpbe_dev->current_timings.xres - c->left; in vpbe_disp_check_window_params() 660 if (rect.left < 0) in vpbe_display_s_selection() 661 rect.left = 0; in vpbe_display_s_selection() 672 rect.left); in vpbe_display_s_selection() 729 rect->left = cfg->xpos; in vpbe_display_g_selection() 735 rect->left = 0; in vpbe_display_g_selection() 521 vpbe_disp_adj_position(struct vpbe_display *disp_dev, struct vpbe_layer *layer, int top, int left) vpbe_disp_adj_position() argument
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 75 /* Why upper, left, xres, yres, depth, laced ? To match terminology used 77 Why start at 1 for left & upper coordinate ? Because X doesn't allow 0 */ 252 if (ivtv_window->left + ivtv_window->width > IVTV_OSD_MAX_WIDTH) { in ivtvfb_set_display_window() 254 ivtv_window->left, ivtv_window->width); in ivtvfb_set_display_window() 255 ivtv_window->left = IVTV_OSD_MAX_WIDTH - ivtv_window->width; in ivtvfb_set_display_window() 259 write_reg((ivtv_window->top << 16) | ivtv_window->left, 0x02a04); in ivtvfb_set_display_window() 262 write_reg(((ivtv_window->top+ivtv_window->height) << 16) | (ivtv_window->left+ivtv_window->width), 0x02a08); in ivtvfb_set_display_window() 267 itv->yuv_info.osd_x_offset = ivtv_window->left; in ivtvfb_set_display_window() 585 ivtv_window.left = var->left_margin - 1; in ivtvfb_set_var() 769 /* Check the left in _ivtvfb_check_var() [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | symbol.c | 144 range_sym = prop->expr->left.sym; in sym_validate_range() 520 for (e = prop->expr; e; e = e->left.expr) { in sym_set_tristate_value() 614 return val >= sym_get_range_val(prop->expr->left.sym, 10) && in sym_string_within_range() 623 return val >= sym_get_range_val(prop->expr->left.sym, 16) && in sym_string_within_range() 1137 sym = sym_check_expr_deps(e->left.expr); in sym_check_expr_deps() 1142 return sym_check_expr_deps(e->left.expr); in sym_check_expr_deps() 1149 sym = sym_check_deps(e->left.sym); in sym_check_expr_deps() 1154 return sym_check_deps(e->left.sym); in sym_check_expr_deps() 1283 return prop->expr->left.sym; in prop_get_symbol()
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 519 html_srccall = '<div id={6} title="{5}" class="srccall" style="left:{1}%;top:{2}px;height:{3}px;width:{4}%;line-height:{3}px;">{0}</div>\n' 558 left = '%.3f' % (((phase['start']-t0)*100.0)/tTotal) 560 devtl.html += devtl.html_phase.format(left, width, \ 578 left = '%.6f' % (((dev['start']-t0)*100)/tTotal) 582 devname+length+phase+'_mode', left, top, '%.3f'%height, 594 left = '%f' % (((l.time-t0)*100)/tTotal) 597 devtl.html += html_srccall.format(l.name, left, 604 left = '%f' % (((cg.start-t0)*100)/tTotal) 609 devtl.html += html_srccall.format(cg.name, left, 647 .fstat td {text-align:left;widt [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
H A D | rkisp1-isp.c | 252 rkisp1_write(rkisp1, src_crop->left, RKISP1_CIF_ISP_IS_H_OFFS); in rkisp1_config_ism() 345 rkisp1_write(rkisp1, sink_crop->left, RKISP1_CIF_ISP_OUT_H_OFFS); in rkisp1_config_isp() 620 sink_crop->left = 0; in rkisp1_isp_init_config() 701 src_crop->left = ALIGN(r->left, 2); in rkisp1_isp_set_src_crop() 727 sink_crop->left = ALIGN(r->left, 2); in rkisp1_isp_set_sink_crop() 828 sel->r.left = 0; in rkisp1_isp_get_selection() 860 sel->pad, sel->r.left, sel->r.top, sel->r.width, sel->r.height); in rkisp1_isp_set_selection()
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 75 /* Why upper, left, xres, yres, depth, laced ? To match terminology used 77 Why start at 1 for left & upper coordinate ? Because X doesn't allow 0 */ 252 if (ivtv_window->left + ivtv_window->width > IVTV_OSD_MAX_WIDTH) { in ivtvfb_set_display_window() 254 ivtv_window->left, ivtv_window->width); in ivtvfb_set_display_window() 255 ivtv_window->left = IVTV_OSD_MAX_WIDTH - ivtv_window->width; in ivtvfb_set_display_window() 259 write_reg((ivtv_window->top << 16) | ivtv_window->left, 0x02a04); in ivtvfb_set_display_window() 262 write_reg(((ivtv_window->top+ivtv_window->height) << 16) | (ivtv_window->left+ivtv_window->width), 0x02a08); in ivtvfb_set_display_window() 267 itv->yuv_info.osd_x_offset = ivtv_window->left; in ivtvfb_set_display_window() 585 ivtv_window.left = var->left_margin - 1; in ivtvfb_set_var() 769 /* Check the left in _ivtvfb_check_var() [all...] |
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_int.h | 692 #define DASD_STOPPED_NOSPC 128 /* no space left */ 796 struct list_head *p, *left; in dasd_free_chunk() local 800 /* Find out the left neighbour in chunk_list. */ in dasd_free_chunk() 801 left = chunk_list; in dasd_free_chunk() 805 left = p; in dasd_free_chunk() 807 /* Try to merge with right neighbour = next element from left. */ in dasd_free_chunk() 808 if (left->next != chunk_list) { in dasd_free_chunk() 809 tmp = list_entry(left->next, struct dasd_mchunk, list); in dasd_free_chunk() 815 /* Try to merge with left neighbour. */ in dasd_free_chunk() 816 if (left ! in dasd_free_chunk() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov6650.c | 488 sel->r.left = DEF_HSTRT << 1; in ov6650_get_selection() 513 v4l_bound_align_image(&rect->left, DEF_HSTRT << 1, in ov6650_bind_align_crop_rectangle() 552 ret = ov6650_reg_write(client, REG_HSTRT, sel->r.left >> 1); in ov6650_set_selection() 554 priv->rect.width += priv->rect.left - sel->r.left; in ov6650_set_selection() 555 priv->rect.left = sel->r.left; in ov6650_set_selection() 557 (sel->r.left + sel->r.width) >> 1); in ov6650_set_selection() 1078 priv->rect.left = DEF_HSTRT << 1; in ov6650_probe()
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | bootgraph.py | 521 html_srccall = '<div id={6} title="{5}" class="srccall" style="left:{1}%;top:{2}px;height:{3}px;width:{4}%;line-height:{3}px;">{0}</div>\n' 560 left = '%.3f' % (((phase['start']-t0)*100.0)/tTotal) 562 devtl.html += devtl.html_phase.format(left, width, \ 580 left = '%.6f' % (((dev['start']-t0)*100)/tTotal) 584 devname+length+phase+'_mode', left, top, '%.3f'%height, 596 left = '%f' % (((l.time-t0)*100)/tTotal) 599 devtl.html += html_srccall.format(l.name, left, 606 left = '%f' % (((cg.start-t0)*100)/tTotal) 611 devtl.html += html_srccall.format(cg.name, left, 649 .fstat td {text-align:left;widt [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | symbol.c | 143 range_sym = prop->expr->left.sym; in sym_validate_range() 519 for (e = prop->expr; e; e = e->left.expr) { in sym_set_tristate_value() 613 return val >= sym_get_range_val(prop->expr->left.sym, 10) && in sym_string_within_range() 622 return val >= sym_get_range_val(prop->expr->left.sym, 16) && in sym_string_within_range() 1093 sym = sym_check_expr_deps(e->left.expr); in sym_check_expr_deps() 1098 return sym_check_expr_deps(e->left.expr); in sym_check_expr_deps() 1105 sym = sym_check_deps(e->left.sym); in sym_check_expr_deps() 1110 return sym_check_deps(e->left.sym); in sym_check_expr_deps() 1239 return prop->expr->left.sym; in prop_get_symbol()
|
/kernel/linux/linux-6.6/lib/xz/ |
H A D | xz_dec_lzma2.c | 348 * updated to indicate how many bytes were left to be repeated. 353 uint32_t left; in dict_repeat() local 358 left = min_t(size_t, dict->limit - dict->pos, *len); in dict_repeat() 359 *len -= left; in dict_repeat() 369 } while (--left > 0); in dict_repeat() 379 uint32_t *left) in dict_uncompressed() 383 while (*left > 0 && b->in_pos < b->in_size in dict_uncompressed() 389 if (copy_size > *left) in dict_uncompressed() 390 copy_size = *left; in dict_uncompressed() 392 *left in dict_uncompressed() 378 dict_uncompressed(struct dictionary *dict, struct xz_buf *b, uint32_t *left) dict_uncompressed() argument [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 517 TIntermTyped* addBinaryMath(TOperator, TIntermTyped* left, TIntermTyped* right, const TSourceLoc&); 518 TIntermTyped* addAssign(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc&); 529 TIntermAggregate* growAggregate(TIntermNode* left, TIntermNode* right); 530 TIntermAggregate* growAggregate(TIntermNode* left, TIntermNode* right, const TSourceLoc&); 531 TIntermAggregate* mergeAggregate(TIntermNode* left, TIntermNode* right); 532 TIntermAggregate* mergeAggregate(TIntermNode* left, TIntermNode* right, const TSourceLoc&); 540 TIntermTyped* addComma(TIntermTyped* left, TIntermTyped* right, const TSourceLoc&); 565 TIntermBinary* addBinaryNode(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc&) const; 566 TIntermBinary* addBinaryNode(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc&,
|