| /vim-8.2.3635/src/ |
| H A D | gui_dwrite.cpp | 338 void DrawLine(int x1, int y1, int x2, int y2, COLORREF color); 1066 DWriteContext::DrawLine(int x1, int y1, int x2, int y2, COLORREF color) in DrawLine() argument 1074 ::MoveToEx(mInteropHDC, x1, y1, NULL); in DrawLine() 1083 D2D1::Point2F(FLOAT(x1), FLOAT(y1) + 0.5f), in DrawLine() 1297 DWriteContext_DrawLine(DWriteContext *ctx, int x1, int y1, int x2, int y2, in DWriteContext_DrawLine() argument 1301 ctx->DrawLine(x1, y1, x2, y2, color); in DWriteContext_DrawLine()
|
| H A D | gui_dwrite.h | 74 void DWriteContext_DrawLine(DWriteContext *ctx, int x1, int y1, int x2, int y2,
|
| H A D | gui_at_fs.c | 2341 SFsegs[0].x1 = 0; in SFcreateWidgets() 2345 SFsegs[1].x1 = vScrollX; in SFcreateWidgets() 2350 SFcompletionSegs[0].x1 = SFcompletionSegs[0].x2 = SFlineToTextH; in SFcreateWidgets() 2351 SFcompletionSegs[1].x1 = SFcompletionSegs[1].x2 = in SFcreateWidgets()
|
| H A D | gui_w32.c | 6044 int x1, in draw_line() argument 6052 DWriteContext_DrawLine(s_dwc, x1, y1, x2, y2, color); in draw_line() 6058 MoveToEx(s_hdc, x1, y1, NULL); in draw_line()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_statusline.vim | 434 new x1 439 " window with more lines than x1 443 " Visual mode in line below liast line in x1 should not give ml_get error 448 bwipe! x1
|
| H A D | test_trycatch.vim | 834 throw "x1" 836 catch /x1/ 842 catch /x1/ 850 catch /x1/ 862 catch /x1/ 872 catch /x1/ 909 catch /x1/ 913 throw "x1" 917 catch /x1/
|
| H A D | test_highlight.vim | 989 let v:colornames['x1'] = '#111111' 990 call assert_equal(v:colornames['x1'], '#111111') 991 unlet v:colornames['x1'] 992 call assert_fails("echo v:colornames['x1']")
|
| H A D | test_vim9_disassemble.vim | 1323 for [x1, x2] in [[1, 2], [3, 4]] 1324 echo x1 x2 1331 'for \[x1, x2\] in \[\[1, 2\], \[3, 4\]\]\_s*' .. 1344 'echo x1 x2\_s*' ..
|
| H A D | test_vimscript.vim | 3741 throw "x1" 6147 autocmd User x1 Xpath 'a' 6148 autocmd User x1 throw "x1" 6149 autocmd User x1 call assert_report('should not get here') 6184 doautocmd User x1 6185 catch /x1/ 6451 func Add2(x1, x2) argument 6452 return a:x1 + a:x2
|
| H A D | test_vim9_builtin.vim | 165 …CheckDefAndScriptFailure2(['and(0x1, "x")'], 'E1013: Argument 2: type mismatch, expected number bu… 2368 …CheckDefAndScriptFailure2(['or(0x1, "x")'], 'E1013: Argument 2: type mismatch, expected number but… 4107 …CheckDefAndScriptFailure2(['xor(0x1, "x")'], 'E1013: Argument 2: type mismatch, expected number bu…
|
| H A D | test_vim9_expr.vim | 2374 var x1: number #{{ fold
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | php.vim | 557 " -0x1 and -123 refer to the string offsets '-0x1' and '-123' of array keys
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 2799 …x1, int $y1, int $x2, int $y2, int $color | bool','imagedestroy(':'resource $image | bool','imagee…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 5391 Just updates version.h. The real patch has been moved to 5.4.x1. 5676 Patch 5.4.x1 (note: Replaces patch 5.4.9)
|