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

  /external/chromium_org/ui/gfx/
render_text_win.h 51 SCRIPT_CACHE script_cache; member in struct:gfx::internal::TextRun
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 59 SCRIPT_CACHE *psc,
78 SCRIPT_CACHE *psc,
126 SCRIPT_CACHE *psc,
159 SCRIPT_CACHE *psc,
482 SCRIPT_CACHE script_cache; member in struct:hb_uniscribe_shaper_font_data_t
541 if (data->script_cache)
542 ScriptFreeCache (&data->script_cache);
885 &font_data->script_cache,
926 &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 680 ScriptCache* script_cache = local
682 HashMap::Entry* entry = script_cache->Lookup(key, hash, false);
684 script_cache->Remove(key, hash);
    [all...]

Completed in 121 milliseconds