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

  /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/chromium/
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...]
  /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 324 milliseconds