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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelperTextRun.cpp 45 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];
FontPlatformDataChromiumWin.cpp 131 HRESULT result = ScriptGetFontProperties(0, scriptCache(),
136 HRESULT hr = ScriptGetFontProperties(dc, scriptCache(),
141 hr = ScriptGetFontProperties(dc, scriptCache(),
FontPlatformDataChromiumWin.h 91 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; }
FontUtilsChromiumWin.cpp 269 , scriptCache(0)
276 mutable SCRIPT_CACHE scriptCache;
396 SCRIPT_CACHE** scriptCache,
437 *scriptCache = &(derived->scriptCache);
UniscribeHelper.cpp 75 SCRIPT_CACHE* scriptCache,
82 , m_scriptCache(scriptCache)
519 SCRIPT_CACHE* scriptCache = m_scriptCache;
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
    [all...]
GlyphPageTreeNodeChromiumWin.cpp 194 fontData->platformData().scriptCache(),
  /external/webkit/Source/WebKit/chromium/tests/
UniscribeHelperTest.cpp 109 SCRIPT_CACHE* scriptCache;
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/win/
SimpleFontDataWin.cpp 244 HRESULT result = ScriptGetFontProperties(0, scriptCache(), m_scriptFontProperties);
249 ScriptGetFontProperties(dc, scriptCache(), m_scriptFontProperties);
UniscribeController.cpp 246 HRESULT placeResult = ScriptPlace(0, fontData->scriptCache(), glyphs.data(), glyphs.size(), visualAttributes.data(),
254 placeResult = ScriptPlace(hdc, fontData->scriptCache(), glyphs.data(), glyphs.size(), visualAttributes.data(),
388 shapeResult = ScriptShape(hdc, fontData->scriptCache(), str, len, glyphs.size(), &item.a,
  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 176 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; }
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 129 milliseconds