Searched defs:scriptCache (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelperTextRun.cpp45 font.primaryFont()->platformData().scriptCache(),
70 SCRIPT_CACHE* scriptCache,
73 scriptCache, fontProperties, 0)
89 SCRIPT_CACHE** scriptCache,
123 m_scriptCaches.append(simpleFontData->platformData().scriptCache());
129 *scriptCache = m_scriptCaches[m_fontIndex - 1];
65 UniscribeHelperTextRun( const wchar_t* input, int inputLength, bool isRtl, HFONT hfont, SCRIPT_CACHE* scriptCache, SCRIPT_FONTPROPERTIES* fontProperties) argument
87 nextWinFontData( HFONT* hfont, SCRIPT_CACHE** scriptCache, SCRIPT_FONTPROPERTIES** fontProperties, int* ascent) argument
H A DFontPlatformDataChromiumWin.h91 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; } function in class:WebCore::FontPlatformData
H A DFontUtilsChromiumWin.cpp269 , scriptCache(0)
276 mutable SCRIPT_CACHE scriptCache; member in struct:WebCore::__anon13303::FontData
396 SCRIPT_CACHE** scriptCache,
437 *scriptCache = &(derived->scriptCache);
391 getDerivedFontData(const UChar* family, int style, LOGFONT* logfont, int* ascent, HFONT* hfont, SCRIPT_CACHE** scriptCache, WORD* spaceGlyph) argument
H A DUniscribeHelper.cpp75 SCRIPT_CACHE* scriptCache,
82 , m_scriptCache(scriptCache)
519 SCRIPT_CACHE* scriptCache = m_scriptCache; local
566 hr = ScriptShape(tempDC, scriptCache, input, itemLength,
590 nextWinFontData(&hfont, &scriptCache, &fontProperties, &ascent)) {
609 &ascent, &hfont, &scriptCache,
623 &ascent, &hfont, &scriptCache,
652 shaping.m_scriptCache = scriptCache;
720 // (this does not happen often because scriptCache is already
71 UniscribeHelper(const UChar* input, int inputLength, bool isRtl, HFONT hfont, SCRIPT_CACHE* scriptCache, SCRIPT_FONTPROPERTIES* fontProperties, WORD spaceGlyph) argument
/external/webkit/Source/WebKit/chromium/tests/
H A DUniscribeHelperTest.cpp109 SCRIPT_CACHE* scriptCache; local
110 HFONT hfont = MakeFont(L"Times New Roman", &scriptCache);
118 false, hfont, scriptCache, &properties, 0);
151 false, hfont, scriptCache, &properties, 0);
/external/webkit/Source/WebCore/platform/graphics/
H A DSimpleFontData.h176 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; } function in class:WebCore::SimpleFontData

Completed in 103 milliseconds