OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScriptItemizeOpenType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc
49
typedef HRESULT (WINAPI *SIOT) /*
ScriptItemizeOpenType
*/(
195
SIOT
ScriptItemizeOpenType
;
202
this->
ScriptItemizeOpenType
= NULL;
209
this->
ScriptItemizeOpenType
= (SIOT) GetProcAddress (hinstLib, "
ScriptItemizeOpenType
");
213
if (!this->
ScriptItemizeOpenType
||
218
this->
ScriptItemizeOpenType
= hb_ScriptItemizeOpenType;
819
hr = funcs->
ScriptItemizeOpenType
(pchars,
828
FAIL ("
ScriptItemizeOpenType
() failed: 0x%08xL", hr);
/external/harfbuzz_ng/src/
hb-uniscribe.cc
46
typedef HRESULT (WINAPI *SIOT) /*
ScriptItemizeOpenType
*/(
192
SIOT
ScriptItemizeOpenType
;
199
this->
ScriptItemizeOpenType
= NULL;
206
this->
ScriptItemizeOpenType
= (SIOT) GetProcAddress (hinstLib, "
ScriptItemizeOpenType
");
210
if (!this->
ScriptItemizeOpenType
||
215
this->
ScriptItemizeOpenType
= hb_ScriptItemizeOpenType;
816
hr = funcs->
ScriptItemizeOpenType
(pchars,
825
FAIL ("
ScriptItemizeOpenType
() failed: 0x%08xL", hr);
Completed in 437 milliseconds