Home
last modified time | relevance | path

Searched defs:DWriteContext (Results 1 – 2 of 2) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_dwrite.cpp277 struct DWriteContext { struct
278 HDC mHDC;
279 RECT mBindRect;
280 DrawingMode mDMode;
281 HDC mInteropHDC;
282 bool mDrawing;
283 bool mFallbackDC;
285 ID2D1Factory *mD2D1Factory;
309 DWriteContext(); argument
594 DWriteContext::DWriteContext() : in DWriteContext() function in DWriteContext
H A Dgui_dwrite.h20 typedef struct DWriteContext DWriteContext; typedef