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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usp10.h 65 typedef void *SCRIPT_CACHE;
223 HRESULT WINAPI ScriptFreeCache (SCRIPT_CACHE *psc);
226 HRESULT WINAPI ScriptShape (HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcChars, int cChars, int cMaxGlyphs, SCRIPT_ANALYSIS *psa, WORD *pwOutGlyphs, WORD *pwLogClust, SCRIPT_VISATTR *psva, int *pcGlyphs);
227 HRESULT WINAPI ScriptPlace (HDC hdc, SCRIPT_CACHE *psc, const WORD *pwGlyphs, int cGlyphs, const SCRIPT_VISATTR *psva, SCRIPT_ANALYSIS *psa, int *piAdvance, GOFFSET *pGoffset, ABC *pABC);
228 HRESULT WINAPI ScriptTextOut (const HDC hdc, SCRIPT_CACHE *psc, int x, int y, UINT fuOptions, const RECT *lprc, const SCRIPT_ANALYSIS *psa, const WCHAR *pwcReserved, int iReserved, const WORD *pwGlyphs, int cGlyphs, const int *piAdvance, const int *piJustify, const GOFFSET *pGoffset);
235 HRESULT WINAPI ScriptGetCMap (HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcInChars, int cChars, DWORD dwFlags, WORD *pwOutGlyphs);
236 HRESULT WINAPI ScriptGetGlyphABCWidth (HDC hdc, SCRIPT_CACHE *psc, WORD wGlyph, ABC *pABC);
238 HRESULT WINAPI ScriptGetFontProperties (HDC hdc, SCRIPT_CACHE *psc, SCRIPT_FONTPROPERTIES *sfp);
239 HRESULT WINAPI ScriptCacheGetHeight (HDC hdc, SCRIPT_CACHE *psc, long *tmHeight);
255 HRESULT WINAPI ScriptShapeOpenType (HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *psa, OPENTYPE_TAG tagScript, OPENTYPE_TAG tagLangSys, int *rcRangeChars, TE (…)
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 65 SCRIPT_CACHE *psc,
84 SCRIPT_CACHE *psc,
132 SCRIPT_CACHE *psc,
165 SCRIPT_CACHE *psc,
488 SCRIPT_CACHE script_cache; member in struct:hb_uniscribe_shaper_font_data_t
559 if (data->script_cache)
560 ScriptFreeCache (&data->script_cache);
905 &font_data->script_cache,
946 &font_data->script_cache,
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 572 SCRIPT_CACHE fSC;
    [all...]

Completed in 1339 milliseconds