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

/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc82 typedef HRESULT (WINAPI *SPOT) /*ScriptPlaceOpenType*/(
200 SPOT ScriptPlaceOpenType; member in struct:hb_uniscribe_shaper_funcs_t
207 this->ScriptPlaceOpenType = NULL;
214 this->ScriptPlaceOpenType = (SPOT) GetProcAddress (hinstLib, "ScriptPlaceOpenType");
218 !this->ScriptPlaceOpenType)
223 this->ScriptPlaceOpenType = hb_ScriptPlaceOpenType;
931 hr = funcs->ScriptPlaceOpenType (font_data->hdc,
951 FAIL ("ScriptPlaceOpenType() failed: 0x%08xL", hr);

Completed in 71 milliseconds