Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2076 static HMODULE hmGDI = NULL; in __AddFontResourceExW() local
2078 if ( !pFunc && !hmGDI ) in __AddFontResourceExW()
2080 hmGDI = GetModuleHandleA( "GDI32" ); in __AddFontResourceExW()
2081 if ( hmGDI ) in __AddFontResourceExW()
2082 …pFunc = reinterpret_cast<AddFontResourceExW_FUNC>( GetProcAddress( hmGDI, "AddFontResourceExW" ) ); in __AddFontResourceExW()

Completed in 26 milliseconds