Home
last modified time | relevance | path

Searched refs:ScriptItemizeOpenType (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-uniscribe.cc62 typedef HRESULT (WINAPI *SIOT) /*ScriptItemizeOpenType*/(
209 SIOT ScriptItemizeOpenType; member
216 this->ScriptItemizeOpenType = nullptr; in init()
225 this->ScriptItemizeOpenType = (SIOT) GetProcAddress (hinstLib, "ScriptItemizeOpenType"); in init()
230 if (!this->ScriptItemizeOpenType || in init()
235 this->ScriptItemizeOpenType = hb_ScriptItemizeOpenType; in init()
693 hr = funcs->ScriptItemizeOpenType (pchars, in _hb_uniscribe_shape()
702 FAIL ("ScriptItemizeOpenType() failed: 0x%08lx", hr); in _hb_uniscribe_shape()

Completed in 2 milliseconds