/external/webkit/Source/WebCore/platform/graphics/chromium/ |
UniscribeHelperTextRun.h | 56 SCRIPT_CACHE*, 69 virtual bool nextWinFontData(HFONT*, SCRIPT_CACHE**, SCRIPT_FONTPROPERTIES**, int* ascent); 86 Vector<SCRIPT_CACHE*, kNumberOfFonts> m_scriptCaches;
|
FontPlatformDataChromiumWin.h | 91 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; } 132 mutable SCRIPT_CACHE m_scriptCache;
|
FontUtilsChromiumWin.h | 64 // calculate the ascent for the derived HFONT, and initialize SCRIPT_CACHE 81 bool getDerivedFontData(const UChar* family, int style, LOGFONT*, int* ascent, HFONT*, SCRIPT_CACHE**, WORD* spaceGlyph);
|
UniscribeHelperTextRun.cpp | 70 SCRIPT_CACHE* scriptCache, 89 SCRIPT_CACHE** scriptCache,
|
UniscribeHelper.h | 53 // caller preserves the script_cache when possible (this data may be slow to 78 SCRIPT_CACHE*, 318 SCRIPT_CACHE* m_scriptCache; 367 virtual bool nextWinFontData(HFONT*, SCRIPT_CACHE**, SCRIPT_FONTPROPERTIES**, int* ascent) 391 SCRIPT_CACHE* m_scriptCache;
|
FontUtilsChromiumWin.cpp | 276 mutable SCRIPT_CACHE scriptCache; 396 SCRIPT_CACHE** scriptCache,
|
UniscribeHelper.cpp | 75 SCRIPT_CACHE* scriptCache, 519 SCRIPT_CACHE* scriptCache = m_scriptCache; [all...] |
/external/webkit/Source/WebKit/chromium/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/webkit/Source/WebCore/platform/graphics/ |
SimpleFontData.h | 176 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; } 283 mutable SCRIPT_CACHE m_scriptCache;
|
/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...] |
/external/skia/legacy/src/ports/ |
SkFontHost_win.cpp | 435 SCRIPT_CACHE fSC; [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 564 SCRIPT_CACHE fSC; [all...] |