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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelperTextRun.h 57 SCRIPT_CACHE*,
70 virtual bool nextWinFontData(HFONT&, SCRIPT_CACHE*&, SCRIPT_FONTPROPERTIES*&, int& ascent, WORD& spaceGlyph);
91 Vector<SCRIPT_CACHE*, kNumberOfFonts> m_scriptCaches;
FontPlatformDataWin.h 127 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; }
181 mutable SCRIPT_CACHE m_scriptCache;
UniscribeHelperTextRun.cpp 78 SCRIPT_CACHE* scriptCache,
97 SCRIPT_CACHE*& scriptCache,
UniscribeHelper.h 57 // caller preserves the script_cache when possible (this data may be slow to
82 SCRIPT_CACHE*,
332 SCRIPT_CACHE* m_scriptCache;
381 virtual bool nextWinFontData(HFONT&, SCRIPT_CACHE*&, SCRIPT_FONTPROPERTIES*&, int&, WORD&)
410 SCRIPT_CACHE* m_scriptCache;
UniscribeHelper.cpp 55 typedef HRESULT (WINAPI *ScriptShapeOpenTypeFunc)(HDC, SCRIPT_CACHE*,
147 SCRIPT_CACHE* scriptCache,
648 mutable SCRIPT_CACHE scriptCache;
660 // calculate the ascent for the derived HFONT, and initialize SCRIPT_CACHE
679 int* ascent, HFONT* hfont, SCRIPT_CACHE** scriptCache, WORD* spaceGlyph)
736 SCRIPT_CACHE* scriptCache = m_scriptCache;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
UniscribeHelperTest.cpp 51 HFONT MakeFont(const wchar_t* fontName, SCRIPT_CACHE** cache)
62 *cache = new SCRIPT_CACHE;
95 Vector< std::pair<HFONT, SCRIPT_CACHE*> > createdFonts;
109 SCRIPT_CACHE* scriptCache;
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 111 SCRIPT_CACHE script_cache; member in struct:hb_uniscribe_shaper_font_data_t
186 if (data->script_cache)
187 ScriptFreeCache (&data->script_cache);
348 &font_data->script_cache,
390 &font_data->script_cache,
  /external/chromium_org/ui/gfx/
render_text_win.h 51 SCRIPT_CACHE script_cache; member in struct:gfx::internal::TextRun
render_text_win.cc 278 script_cache(NULL) {
284 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);
886 &font_data->script_cache,
928 &font_data->script_cache,
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 576 SCRIPT_CACHE fSC;
    [all...]
  /external/chromium_org/v8/src/
debug.cc 700 ScriptCache* script_cache = reinterpret_cast<ScriptCache*>(data); local
708 script_cache->Remove(reinterpret_cast<void*>(id), Hash(id));
709 script_cache->collected_scripts_.Add(id);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 576 SCRIPT_CACHE fSC;
    [all...]
  /external/v8/src/
debug.cc 663 ScriptCache* script_cache = reinterpret_cast<ScriptCache*>(data); local
671 script_cache->Remove(reinterpret_cast<void*>(id), Hash(id));
672 script_cache->collected_scripts_.Add(id);
    [all...]

Completed in 393 milliseconds