Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc210 HMODULE hinstLib; in init() local
215 hinstLib = GetModuleHandle (TEXT ("usp10.dll")); in init()
216 if (hinstLib) in init()
218 this->ScriptItemizeOpenType = (SIOT) GetProcAddress (hinstLib, "ScriptItemizeOpenType"); in init()
219 this->ScriptShapeOpenType = (SSOT) GetProcAddress (hinstLib, "ScriptShapeOpenType"); in init()
220 this->ScriptPlaceOpenType = (SPOT) GetProcAddress (hinstLib, "ScriptPlaceOpenType"); in init()
/external/sqlite/dist/orig/
Dshell.c310 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local
311 if( NULL != hinstLib ){ in hasTimer()
313 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()
317 FreeLibrary(hinstLib); in hasTimer()
/external/sqlite/dist/
Dshell.c316 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local
317 if( NULL != hinstLib ){ in hasTimer()
319 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()
323 FreeLibrary(hinstLib); in hasTimer()