HomeSort by relevance Sort by last modified time
    Searched full:script_cache (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usp10.h 19 typedef void *SCRIPT_CACHE;
23 HRESULT WINAPI ScriptFreeCache(SCRIPT_CACHE *psc);
90 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);
99 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);
100 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);
120 HRESULT WINAPI ScriptGetCMap(HDC hdc,SCRIPT_CACHE *psc,const WCHAR *pwcInChars,int cChars,DWORD dwFlags,WORD *pwOutGlyphs);
121 HRESULT WINAPI ScriptGetGlyphABCWidth(HDC hdc,SCRIPT_CACHE *psc,WORD wGlyph,ABC *pABC);
152 HRESULT WINAPI ScriptGetFontProperties(HDC hdc,SCRIPT_CACHE *psc,SCRIPT_FONTPROPERTIES *sfp);
153 HRESULT WINAPI ScriptCacheGetHeight(HDC hdc,SCRIPT_CACHE *psc,__LONG32 *tmHeight);
244 SCRIPT_CACHE *psc
    [all...]
  /external/chromium_org/ui/gfx/
render_text_win.h 51 SCRIPT_CACHE script_cache; member in struct:gfx::internal::TextRun
render_text_win.cc 299 script_cache(NULL) {
305 ScriptFreeCache(&script_cache);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 62 SCRIPT_CACHE *psc,
81 SCRIPT_CACHE *psc,
129 SCRIPT_CACHE *psc,
162 SCRIPT_CACHE *psc,
484 SCRIPT_CACHE script_cache; member in struct:hb_uniscribe_shaper_font_data_t
543 if (data->script_cache)
544 ScriptFreeCache (&data->script_cache);
887 &font_data->script_cache,
929 &font_data->script_cache,
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 59 SCRIPT_CACHE *psc,
78 SCRIPT_CACHE *psc,
126 SCRIPT_CACHE *psc,
159 SCRIPT_CACHE *psc,
481 SCRIPT_CACHE script_cache; member in struct:hb_uniscribe_shaper_font_data_t
540 if (data->script_cache)
541 ScriptFreeCache (&data->script_cache);
884 &font_data->script_cache,
926 &font_data->script_cache,
    [all...]
  /external/chromium_org/v8/src/
debug.cc 686 ScriptCache* script_cache = local
688 HashMap::Entry* entry = script_cache->Lookup(key, hash, false);
690 script_cache->Remove(key, hash);
691 script_cache->collected_scripts_.Add(id);
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 581 SCRIPT_CACHE fSC;
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 581 SCRIPT_CACHE fSC;
    [all...]

Completed in 488 milliseconds