HomeSort by relevance Sort by last modified time
    Searched refs:scriptCache (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelperTextRun.cpp 44 font.primaryFont()->platformData().scriptCache(),
68 SCRIPT_CACHE* scriptCache,
71 scriptCache, fontProperties)
87 SCRIPT_CACHE** scriptCache,
121 m_scriptCaches.append(simpleFontData->platformData().scriptCache());
127 *scriptCache = m_scriptCaches[m_fontIndex - 1];
FontPlatformDataChromiumWin.cpp 131 HRESULT result = ScriptGetFontProperties(0, scriptCache(),
136 HRESULT hr = ScriptGetFontProperties(dc, scriptCache(),
141 hr = ScriptGetFontProperties(dc, scriptCache(),
FontUtilsChromiumWin.cpp 188 , scriptCache(0)
194 mutable SCRIPT_CACHE scriptCache;
302 SCRIPT_CACHE** scriptCache)
341 *scriptCache = &(derived->scriptCache);
FontPlatformDataChromiumWin.h 87 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; }
UniscribeHelper.cpp 104 SCRIPT_CACHE* scriptCache,
110 , m_scriptCache(scriptCache)
547 SCRIPT_CACHE* scriptCache = m_scriptCache;
593 hr = ScriptShape(tempDC, scriptCache, input, itemLength,
617 nextWinFontData(&hfont, &scriptCache, &fontProperties, &ascent)) {
636 &ascent, &hfont, &scriptCache);
648 &ascent, &hfont, &scriptCache);
676 shaping.m_scriptCache = scriptCache;
743 // (this does not happen often because scriptCache is already
    [all...]
GlyphPageTreeNodeChromiumWin.cpp 194 fontData->platformData().scriptCache(),
  /external/webkit/WebKit/chromium/tests/
UniscribeHelperTest.cpp 109 SCRIPT_CACHE* scriptCache;
110 HFONT hfont = MakeFont(L"Times New Roman", &scriptCache);
118 false, hfont, scriptCache, &properties);
151 false, hfont, scriptCache, &properties);
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp 200 HRESULT result = ScriptGetFontProperties(0, scriptCache(), m_scriptFontProperties);
205 ScriptGetFontProperties(dc, scriptCache(), m_scriptFontProperties);
UniscribeController.cpp 241 HRESULT placeResult = ScriptPlace(0, fontData->scriptCache(), glyphs.data(), glyphs.size(), visualAttributes.data(),
249 placeResult = ScriptPlace(hdc, fontData->scriptCache(), glyphs.data(), glyphs.size(), visualAttributes.data(),
411 shapeResult = ScriptShape(hdc, fontData->scriptCache(), str, len, glyphs.size(), &item.a,
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.h 146 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; }
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 165 milliseconds