Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc214 HMODULE hinstLib; in init() local
219 hinstLib = GetModuleHandle (TEXT ("usp10.dll")); in init()
220 if (hinstLib) in init()
224 this->ScriptItemizeOpenType = (SIOT) GetProcAddress (hinstLib, "ScriptItemizeOpenType"); in init()
225 this->ScriptShapeOpenType = (SSOT) GetProcAddress (hinstLib, "ScriptShapeOpenType"); in init()
226 this->ScriptPlaceOpenType = (SPOT) GetProcAddress (hinstLib, "ScriptPlaceOpenType"); in init()
/external/sqlite/dist/
Dshell.c340 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local
341 if( NULL != hinstLib ){ in hasTimer()
343 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()
347 FreeLibrary(hinstLib); in hasTimer()
/external/sqlite/dist/orig/
Dshell.c335 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local
336 if( NULL != hinstLib ){ in hasTimer()
338 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()
342 FreeLibrary(hinstLib); in hasTimer()