Searched refs:DWriteContext (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_dwrite.h | 20 typedef struct DWriteContext DWriteContext; typedef 57 DWriteContext *DWriteContext_Open(void); 58 void DWriteContext_BindDC(DWriteContext *ctx, HDC hdc, const RECT *rect); 59 void DWriteContext_SetFont(DWriteContext *ctx, HFONT hFont); 61 DWriteContext *ctx, 76 void DWriteContext_SetPixel(DWriteContext *ctx, int x, int y, COLORREF color); 77 void DWriteContext_Scroll(DWriteContext *ctx, int x, int y, const RECT *rc); 78 void DWriteContext_Flush(DWriteContext *ctx); 79 void DWriteContext_Close(DWriteContext *ctx); 82 DWriteContext *ctx, [all …]
|
| H A D | gui_dwrite.cpp | 277 struct DWriteContext { struct 309 DWriteContext(); argument 591 DWriteContext* pDWC_; 594 DWriteContext::DWriteContext() : in DWriteContext() function in DWriteContext 660 DWriteContext::~DWriteContext() in ~DWriteContext() 902 DWriteContext::Rebind() in Rebind() 1153 DWriteContext::Flush() in Flush() 1244 DWriteContext * 1271 DWriteContext *ctx, in DWriteContext_DrawText() 1333 DWriteContext *ctx, in DWriteContext_SetRenderingParams() [all …]
|
| H A D | gui_w32.c | 33 static DWriteContext *s_dwc = NULL;
|