Searched refs:SetPixel (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_dwrite.cpp | 340 void SetPixel(int x, int y, COLORREF color); 1090 DWriteContext::SetPixel(int x, int y, COLORREF color) in SetPixel() function in DWriteContext 1096 ::SetPixel(mInteropHDC, x, y, color); in SetPixel() 1308 ctx->SetPixel(x, y, color); in DWriteContext_SetPixel()
|
| H A D | gui_w32.c | 6076 SetPixel(s_hdc, x, y, color); in set_pixel() 8793 SetPixel(s_hdc, x+2, y++, gui.currFgColor); in netbeans_draw_multisign_indicator() 8795 SetPixel(s_hdc, x+0, y, gui.currFgColor); in netbeans_draw_multisign_indicator() 8796 SetPixel(s_hdc, x+2, y, gui.currFgColor); in netbeans_draw_multisign_indicator() 8797 SetPixel(s_hdc, x+4, y++, gui.currFgColor); in netbeans_draw_multisign_indicator() 8798 SetPixel(s_hdc, x+1, y, gui.currFgColor); in netbeans_draw_multisign_indicator() 8799 SetPixel(s_hdc, x+2, y, gui.currFgColor); in netbeans_draw_multisign_indicator() 8800 SetPixel(s_hdc, x+3, y++, gui.currFgColor); in netbeans_draw_multisign_indicator() 8801 SetPixel(s_hdc, x+2, y, gui.currFgColor); in netbeans_draw_multisign_indicator()
|