Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp74 static PD2D1CREATEFACTORY pD2D1CreateFactory = NULL; variable
78 #define D2D1CreateFactory (*pD2D1CreateFactory)
1225 pD2D1CreateFactory = (PD2D1CREATEFACTORY)GetProcAddress(hD2D1DLL, in DWrite_Init()
1237 pD2D1CreateFactory = NULL; in DWrite_Final()
1248 if (pGetUserDefaultLocaleName == NULL || pD2D1CreateFactory == NULL in DWriteContext_Open()