Home
last modified time | relevance | path

Searched refs:DrawLine (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp338 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() function in DWriteContext
1082 mRT->DrawLine( in DrawLine()
1102 mRT->DrawLine( in SetPixel()
1301 ctx->DrawLine(x1, y1, x2, y2, color); in DWriteContext_DrawLine()