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.c325 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local
326 if( NULL != hinstLib ){ in hasTimer()
328 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()
332 FreeLibrary(hinstLib); in hasTimer()
/external/sqlite/dist/orig/
Dshell.c319 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local
320 if( NULL != hinstLib ){ in hasTimer()
322 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()
326 FreeLibrary(hinstLib); in hasTimer()