HomeSort by relevance Sort by last modified time
    Searched refs:hinstLib (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 198 HMODULE hinstLib;
203 hinstLib = GetModuleHandle (TEXT ("usp10.dll"));
204 if (hinstLib)
206 this->ScriptItemizeOpenType = (SIOT) GetProcAddress (hinstLib, "ScriptItemizeOpenType");
207 this->ScriptShapeOpenType = (SSOT) GetProcAddress (hinstLib, "ScriptShapeOpenType");
208 this->ScriptPlaceOpenType = (SPOT) GetProcAddress (hinstLib, "ScriptPlaceOpenType");
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 198 HMODULE hinstLib;
203 hinstLib = GetModuleHandle (TEXT ("usp10.dll"));
204 if (hinstLib)
206 this->ScriptItemizeOpenType = (SIOT) GetProcAddress (hinstLib, "ScriptItemizeOpenType");
207 this->ScriptShapeOpenType = (SSOT) GetProcAddress (hinstLib, "ScriptShapeOpenType");
208 this->ScriptPlaceOpenType = (SPOT) GetProcAddress (hinstLib, "ScriptPlaceOpenType");
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 141 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll"));
142 if( NULL != hinstLib ){
143 getProcessTimesAddr = (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes");
147 FreeLibrary(hinstLib);
    [all...]
  /external/sqlite/dist/orig/
shell.c 189 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll"));
190 if( NULL != hinstLib ){
191 getProcessTimesAddr = (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes");
195 FreeLibrary(hinstLib);
    [all...]
  /external/sqlite/dist/
shell.c 194 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll"));
195 if( NULL != hinstLib ){
196 getProcessTimesAddr = (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes");
200 FreeLibrary(hinstLib);
    [all...]

Completed in 246 milliseconds