Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc204 HMODULE hinstLib; in init() local
209 hinstLib = GetModuleHandle (TEXT ("usp10.dll")); in init()
210 if (hinstLib) in init()
212 this->ScriptItemizeOpenType = (SIOT) GetProcAddress (hinstLib, "ScriptItemizeOpenType"); in init()
213 this->ScriptShapeOpenType = (SSOT) GetProcAddress (hinstLib, "ScriptShapeOpenType"); in init()
214 this->ScriptPlaceOpenType = (SPOT) GetProcAddress (hinstLib, "ScriptPlaceOpenType"); in init()
/external/sqlite/dist/orig/
Dshell.c259 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local
260 if( NULL != hinstLib ){ in hasTimer()
262 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()
266 FreeLibrary(hinstLib); in hasTimer()
/external/sqlite/dist/
Dshell.c265 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local
266 if( NULL != hinstLib ){ in hasTimer()
268 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()
272 FreeLibrary(hinstLib); in hasTimer()