Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp70 static HINSTANCE hD2D1DLL = NULL; variable
1215 hD2D1DLL = vimLoadLib(const_cast<char*>("d2d1.dll")); in DWrite_Init()
1217 if (hD2D1DLL == NULL || hDWriteDLL == NULL) in DWrite_Init()
1225 pD2D1CreateFactory = (PD2D1CREATEFACTORY)GetProcAddress(hD2D1DLL, in DWrite_Init()
1240 unload(hD2D1DLL); in DWrite_Final()