Searched refs:pfnGetSystemWindowsDirectory (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcint.h70 typedef UINT (WINAPI *pfnGetSystemWindowsDirectory)(LPSTR, UINT); typedef in typeref:typename:UINT (WINAPI *)(LPSTR,UINT)
72 extern pfnGetSystemWindowsDirectory pGetSystemWindowsDirectory;
H A Dfcxml.c62 pfnGetSystemWindowsDirectory pGetSystemWindowsDirectory = NULL;
3740 if (!(pGetSystemWindowsDirectory = (pfnGetSystemWindowsDirectory)GetProcAddress(hk32, "GetSystemWindowsDirectoryA")))
3741 pGetSystemWindowsDirectory = (pfnGetSystemWindowsDirectory)GetWindowsDirectory;
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h70 typedef UINT (WINAPI *pfnGetSystemWindowsDirectory)(LPSTR, UINT); typedef in typeref:typename:UINT (WINAPI *)(LPSTR,UINT)
72 extern pfnGetSystemWindowsDirectory pGetSystemWindowsDirectory;

Completed in 9 milliseconds