Home
last modified time | relevance | path

Searched refs:wrap_offset (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_caret_position_test.cc233 const unsigned wrap_offset = *mapping.GetTextContentOffset(wrap_position); in TEST_F() local
235 TEST_CARET(ComputeNGCaretPosition(wrap_offset, TextAffinity::kUpstream), in TEST_F()
236 fragment_c, kAtTextOffset, base::Optional<unsigned>(wrap_offset)); in TEST_F()
237 TEST_CARET(ComputeNGCaretPosition(wrap_offset, TextAffinity::kDownstream), in TEST_F()
238 fragment_d, kAtTextOffset, base::Optional<unsigned>(wrap_offset)); in TEST_F()
258 const unsigned wrap_offset = *mapping.GetTextContentOffset(wrap_position); in TEST_F() local
260 TEST_CARET(ComputeNGCaretPosition(wrap_offset, TextAffinity::kUpstream), in TEST_F()
262 TEST_CARET(ComputeNGCaretPosition(wrap_offset, TextAffinity::kDownstream), in TEST_F()
284 const unsigned wrap_offset = *mapping.GetTextContentOffset(wrap_position); in TEST_F() local
286 TEST_CARET(ComputeNGCaretPosition(wrap_offset, TextAffinity::kUpstream), in TEST_F()
[all …]
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Ddisplay.c204 static int wrap_offset; variable
969 _rl_last_c_pos > wrap_offset && \ in rl_redisplay()
1011 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
1067 _rl_last_c_pos += wrap_offset; in rl_redisplay()
1249 visible_wrap_offset = wrap_offset; in rl_redisplay()
1616 _rl_last_c_pos -= wrap_offset;
1673 _rl_last_c_pos -= wrap_offset;
1697 _rl_last_c_pos -= wrap_offset;
1750 _rl_last_c_pos -= wrap_offset;
1773 _rl_last_c_pos -= wrap_offset;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_caret_position_test.cc233 const unsigned wrap_offset = *mapping.GetTextContentOffset(wrap_position); in TEST_F() local
235 TEST_CARET(ComputeNGCaretPosition(wrap_offset, TextAffinity::kUpstream), in TEST_F()
236 fragment_c, kAtTextOffset, base::Optional<unsigned>(wrap_offset)); in TEST_F()
237 TEST_CARET(ComputeNGCaretPosition(wrap_offset, TextAffinity::kDownstream), in TEST_F()
238 fragment_d, kAtTextOffset, base::Optional<unsigned>(wrap_offset)); in TEST_F()
258 const unsigned wrap_offset = *mapping.GetTextContentOffset(wrap_position); in TEST_F() local
260 TEST_CARET(ComputeNGCaretPosition(wrap_offset, TextAffinity::kUpstream), in TEST_F()
262 TEST_CARET(ComputeNGCaretPosition(wrap_offset, TextAffinity::kDownstream), in TEST_F()
284 const unsigned wrap_offset = *mapping.GetTextContentOffset(wrap_position); in TEST_F() local
286 TEST_CARET(ComputeNGCaretPosition(wrap_offset, TextAffinity::kUpstream), in TEST_F()
[all …]
/dports/shells/bash/bash-5.1/lib/readline/
H A Ddisplay.c261 static int wrap_offset; variable
1250 _rl_last_c_pos > wrap_offset && \ in rl_redisplay()
1314 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
1343 visible_wrap_offset != wrap_offset) in rl_redisplay()
1386 _rl_last_c_pos += wrap_offset; in rl_redisplay()
1567 visible_wrap_offset = wrap_offset; in rl_redisplay()
2366 current_line == 0 && wrap_offset && in update_line()
2470 if (current_line == 0 && wrap_offset && in update_line()
2516 if (current_line == 0 && wrap_offset && in update_line()
2518 _rl_last_c_pos > wrap_offset && in update_line()
[all …]
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Ddisplay.c261 static int wrap_offset; variable
1247 _rl_last_c_pos > wrap_offset && \ in rl_redisplay()
1311 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
1340 visible_wrap_offset != wrap_offset) in rl_redisplay()
1383 _rl_last_c_pos += wrap_offset; in rl_redisplay()
1564 visible_wrap_offset = wrap_offset; in rl_redisplay()
2363 current_line == 0 && wrap_offset && in update_line()
2467 if (current_line == 0 && wrap_offset && in update_line()
2513 if (current_line == 0 && wrap_offset && in update_line()
2515 _rl_last_c_pos > wrap_offset && in update_line()
[all …]
/dports/devel/readline/readline-8.1/
H A Ddisplay.c261 static int wrap_offset; variable
1247 _rl_last_c_pos > wrap_offset && \ in rl_redisplay()
1311 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
1340 visible_wrap_offset != wrap_offset) in rl_redisplay()
1383 _rl_last_c_pos += wrap_offset; in rl_redisplay()
1564 visible_wrap_offset = wrap_offset; in rl_redisplay()
2363 current_line == 0 && wrap_offset && in update_line()
2467 if (current_line == 0 && wrap_offset && in update_line()
2513 if (current_line == 0 && wrap_offset && in update_line()
2515 _rl_last_c_pos > wrap_offset && in update_line()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Ddisplay.c177 static int wrap_offset; variable
606 lpos = out - wrap_offset; in rl_redisplay()
649 : ((newlines == 1) ? wrap_offset : 0)) in rl_redisplay()
650 : ((newlines == 0) ? wrap_offset :0)); in rl_redisplay()
913 _rl_last_c_pos > wrap_offset && in rl_redisplay()
915 _rl_last_c_pos -= wrap_offset; in rl_redisplay()
925 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
968 _rl_last_c_pos += wrap_offset; in rl_redisplay()
976 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
1043 ndisp = c_pos - wrap_offset; in rl_redisplay()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/readline/
H A Ddisplay.c180 static int wrap_offset; variable
612 lpos = out - wrap_offset; in rl_redisplay()
665 : ((newlines == 0) ? wrap_offset :0)); in rl_redisplay()
934 _rl_last_c_pos > wrap_offset && in rl_redisplay()
936 _rl_last_c_pos -= wrap_offset; in rl_redisplay()
946 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
989 _rl_last_c_pos += wrap_offset; in rl_redisplay()
997 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
1069 ndisp = cpos_buffer_position - wrap_offset; in rl_redisplay()
1170 visible_wrap_offset = wrap_offset; in rl_redisplay()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/readline/
H A Ddisplay.c180 static int wrap_offset; variable
612 lpos = out - wrap_offset; in rl_redisplay()
665 : ((newlines == 0) ? wrap_offset :0)); in rl_redisplay()
934 _rl_last_c_pos > wrap_offset && in rl_redisplay()
936 _rl_last_c_pos -= wrap_offset; in rl_redisplay()
946 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
989 _rl_last_c_pos += wrap_offset; in rl_redisplay()
997 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
1069 ndisp = cpos_buffer_position - wrap_offset; in rl_redisplay()
1170 visible_wrap_offset = wrap_offset; in rl_redisplay()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/readline/
H A Ddisplay.c180 static int wrap_offset; variable
612 lpos = out - wrap_offset; in rl_redisplay()
665 : ((newlines == 0) ? wrap_offset :0)); in rl_redisplay()
934 _rl_last_c_pos > wrap_offset && in rl_redisplay()
936 _rl_last_c_pos -= wrap_offset; in rl_redisplay()
946 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
989 _rl_last_c_pos += wrap_offset; in rl_redisplay()
997 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
1069 ndisp = cpos_buffer_position - wrap_offset; in rl_redisplay()
1170 visible_wrap_offset = wrap_offset; in rl_redisplay()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/readline/
H A Ddisplay.c180 static int wrap_offset;
612 lpos = out - wrap_offset;
665 : ((newlines == 0) ? wrap_offset :0));
934 _rl_last_c_pos > wrap_offset &&
936 _rl_last_c_pos -= wrap_offset;
946 (wrap_offset > visible_wrap_offset) &&
989 _rl_last_c_pos += wrap_offset;
997 nleft = prompt_visible_length + wrap_offset;
1069 ndisp = cpos_buffer_position - wrap_offset;
1170 visible_wrap_offset = wrap_offset;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/readline/
H A Ddisplay.c180 static int wrap_offset; variable
612 lpos = out - wrap_offset; in rl_redisplay()
665 : ((newlines == 0) ? wrap_offset :0)); in rl_redisplay()
934 _rl_last_c_pos > wrap_offset && in rl_redisplay()
936 _rl_last_c_pos -= wrap_offset; in rl_redisplay()
946 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
989 _rl_last_c_pos += wrap_offset; in rl_redisplay()
997 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
1069 ndisp = cpos_buffer_position - wrap_offset; in rl_redisplay()
1170 visible_wrap_offset = wrap_offset; in rl_redisplay()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/readline/
H A Ddisplay.c180 static int wrap_offset; variable
612 lpos = out - wrap_offset; in rl_redisplay()
665 : ((newlines == 0) ? wrap_offset :0)); in rl_redisplay()
934 _rl_last_c_pos > wrap_offset && in rl_redisplay()
936 _rl_last_c_pos -= wrap_offset; in rl_redisplay()
946 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
989 _rl_last_c_pos += wrap_offset; in rl_redisplay()
997 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
1069 ndisp = cpos_buffer_position - wrap_offset; in rl_redisplay()
1170 visible_wrap_offset = wrap_offset; in rl_redisplay()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/cmd-line-utils/readline/
H A Ddisplay.c180 static int wrap_offset; variable
614 lpos = out - wrap_offset; in rl_redisplay()
667 : ((newlines == 0) ? wrap_offset :0)); in rl_redisplay()
938 _rl_last_c_pos > wrap_offset && in rl_redisplay()
940 _rl_last_c_pos -= wrap_offset; in rl_redisplay()
950 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
993 _rl_last_c_pos += wrap_offset; in rl_redisplay()
1001 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
1073 ndisp = cpos_buffer_position - wrap_offset; in rl_redisplay()
1174 visible_wrap_offset = wrap_offset; in rl_redisplay()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Ddisplay.c169 static int wrap_offset; variable
453 wrap_offset = local_len - prompt_visible_length; in rl_redisplay()
534 lpos = out - wrap_offset; in rl_redisplay()
560 ((newlines == 1) ? wrap_offset : 0); in rl_redisplay()
814 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
853 if (cursor_linenum == 0 && wrap_offset) in rl_redisplay()
854 _rl_last_c_pos += wrap_offset; in rl_redisplay()
862 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
916 ndisp = c_pos - wrap_offset; in rl_redisplay()
917 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
[all …]
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Ddisplay.c165 static int wrap_offset; variable
449 wrap_offset = local_len - prompt_visible_length; in rl_redisplay()
530 lpos = out - wrap_offset; in rl_redisplay()
556 ((newlines == 1) ? wrap_offset : 0); in rl_redisplay()
810 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
849 if (cursor_linenum == 0 && wrap_offset) in rl_redisplay()
850 _rl_last_c_pos += wrap_offset; in rl_redisplay()
858 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
912 ndisp = c_pos - wrap_offset; in rl_redisplay()
913 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Ddisplay.c169 static int wrap_offset; variable
453 wrap_offset = local_len - prompt_visible_length; in rl_redisplay()
534 lpos = out - wrap_offset; in rl_redisplay()
560 ((newlines == 1) ? wrap_offset : 0); in rl_redisplay()
814 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
853 if (cursor_linenum == 0 && wrap_offset) in rl_redisplay()
854 _rl_last_c_pos += wrap_offset; in rl_redisplay()
862 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
916 ndisp = c_pos - wrap_offset; in rl_redisplay()
917 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
[all …]
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A Ddisplay.c165 static int wrap_offset; variable
449 wrap_offset = local_len - prompt_visible_length; in rl_redisplay()
530 lpos = out - wrap_offset; in rl_redisplay()
556 ((newlines == 1) ? wrap_offset : 0); in rl_redisplay()
810 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
849 if (cursor_linenum == 0 && wrap_offset) in rl_redisplay()
850 _rl_last_c_pos += wrap_offset; in rl_redisplay()
858 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
912 ndisp = c_pos - wrap_offset; in rl_redisplay()
913 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
[all …]
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A Ddisplay.c165 static int wrap_offset; variable
449 wrap_offset = local_len - prompt_visible_length; in rl_redisplay()
530 lpos = out - wrap_offset; in rl_redisplay()
556 ((newlines == 1) ? wrap_offset : 0); in rl_redisplay()
810 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
849 if (cursor_linenum == 0 && wrap_offset) in rl_redisplay()
850 _rl_last_c_pos += wrap_offset; in rl_redisplay()
858 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
912 ndisp = c_pos - wrap_offset; in rl_redisplay()
913 nleft = prompt_visible_length + wrap_offset; in rl_redisplay()
[all …]
/dports/audio/ecasound/ecasound-2.9.3/ecasound/
H A Dtextdebug.cpp73 size_t wrap_offset = wrap_prefix.size(); in tb_wrap() local
108 if (static_cast<size_t>(first_line_offset) > wrap_offset && in tb_wrap()
119 offset = wrap_offset; in tb_wrap()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_text/
H A Dtext_draw.c201 void wrap_offset( in wrap_offset() function
1163 wrap_offset(st, region, st->text->curl, st->text->curc, &offl, &offc); in draw_suggestion_list()
1241 wrap_offset(st, region, text->sell, text->selc, &offl, &offc); in draw_text_decoration()
1262 wrap_offset(st, region, text->curl, text->curc, &offl, &offc); in draw_text_decoration()
1526 wrap_offset(st, region, startl, startc, &offl, &offc); in draw_brackets()
1540 wrap_offset(st, region, endl, endc, &offl, &offc); in draw_brackets()
1748 wrap_offset(st, region, text->sell, text->selc, &offl, &offc); in text_scroll_to_cursor()
1847 wrap_offset(st, region, line, cursor_co[1], &offl, &offc); in ED_text_region_location_from_cursor()
H A Dtext_intern.h77 void wrap_offset(const struct SpaceText *st,
/dports/net/openldap24-server/openldap-2.4.59/libraries/libldap_r/
H A Dthr_debug.c135 static int wraptype = Wrap_noalloc, wrap_offset, unwrap_offset; variable
321 unwrap_offset = -(wrap_offset = (wraptype == Wrap_adjptr)); in get_options()
415 usage->mem.ptr = dummy + wrap_offset; in init_usage()
/dports/net/openldap25-client/openldap-2.5.9/libraries/libldap/
H A Dthr_debug.c135 static int wraptype = Wrap_noalloc, wrap_offset, unwrap_offset; variable
321 unwrap_offset = -(wrap_offset = (wraptype == Wrap_adjptr)); in get_options()
415 usage->mem.ptr = dummy + wrap_offset; in init_usage()
/dports/net/openldap24-client/openldap-2.4.59/libraries/libldap_r/
H A Dthr_debug.c135 static int wraptype = Wrap_noalloc, wrap_offset, unwrap_offset; variable
321 unwrap_offset = -(wrap_offset = (wraptype == Wrap_adjptr)); in get_options()
415 usage->mem.ptr = dummy + wrap_offset; in init_usage()

12