OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:script_cache
(Results
1 - 11
of
11
) sorted by null
/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/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
176
SCRIPT_CACHE
* scriptCache() const { return &m_scriptCache; }
283
mutable
SCRIPT_CACHE
m_scriptCache;
/external/skia/src/ports/
SkFontHost_win.cpp
273
SCRIPT_CACHE
fSC;
[
all
...]
/external/v8/src/
debug.cc
697
ScriptCache*
script_cache
= reinterpret_cast<ScriptCache*>(data);
local
705
script_cache
->Remove(reinterpret_cast<void*>(id), Hash(id));
706
script_cache
->collected_scripts_.Add(id);
[
all
...]
Completed in 444 milliseconds