Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.h20 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 Dgui_dwrite.cpp277 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 Dgui_w32.c33 static DWriteContext *s_dwc = NULL;