HomeSort by relevance Sort by last modified time
    Searched defs:ScriptShapeOpenType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 60 typedef HRESULT (WINAPI *SSOT) /*ScriptShapeOpenType*/(
196 SSOT ScriptShapeOpenType;
203 this->ScriptShapeOpenType = NULL;
210 this->ScriptShapeOpenType = (SSOT) GetProcAddress (hinstLib, "ScriptShapeOpenType");
214 !this->ScriptShapeOpenType ||
219 this->ScriptShapeOpenType = hb_ScriptShapeOpenType;
886 hr = funcs->ScriptShapeOpenType (font_data->hdc,
905 FAIL ("ScriptShapeOpenType() set fNoGlyphIndex");
916 FAIL ("ScriptShapeOpenType() failed: Font doesn't support script")
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 57 typedef HRESULT (WINAPI *SSOT) /*ScriptShapeOpenType*/(
193 SSOT ScriptShapeOpenType;
200 this->ScriptShapeOpenType = NULL;
207 this->ScriptShapeOpenType = (SSOT) GetProcAddress (hinstLib, "ScriptShapeOpenType");
211 !this->ScriptShapeOpenType ||
216 this->ScriptShapeOpenType = hb_ScriptShapeOpenType;
883 hr = funcs->ScriptShapeOpenType (font_data->hdc,
902 FAIL ("ScriptShapeOpenType() set fNoGlyphIndex");
913 FAIL ("ScriptShapeOpenType() failed: Font doesn't support script")
    [all...]

Completed in 1309 milliseconds