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

  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataChromiumWin.cpp 47 , m_scriptCache(0)
55 , m_scriptCache(0)
63 , m_scriptCache(0)
72 , m_scriptCache(0)
80 , m_scriptCache(0)
92 ScriptFreeCache(&m_scriptCache);
93 m_scriptCache = 0;
103 ScriptFreeCache(&m_scriptCache);
104 m_scriptCache = 0;
FontPlatformDataChromiumWin.h 87 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; }
128 mutable SCRIPT_CACHE m_scriptCache;
UniscribeHelper.h 227 , m_scriptCache(NULL)
315 SCRIPT_CACHE* m_scriptCache;
382 SCRIPT_CACHE* m_scriptCache;
UniscribeHelper.cpp 110 , m_scriptCache(scriptCache)
392 HRESULT hr = ScriptTextOut(dc, shaping.m_scriptCache,
547 SCRIPT_CACHE* scriptCache = m_scriptCache;
676 shaping.m_scriptCache = scriptCache;
750 hr = ScriptPlace(tempDC, shaping.m_scriptCache,
    [all...]
  /external/webkit/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 60 m_scriptCache = 0;
85 if (m_scriptCache)
86 ScriptFreeCache(&m_scriptCache);
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp 47 m_scriptCache = 0;
87 m_scriptCache = 0;
SimpleFontDataCGWin.cpp 56 m_scriptCache = 0;
SimpleFontDataWin.cpp 101 ScriptFreeCache(&m_scriptCache);
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.h 146 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; }
232 mutable SCRIPT_CACHE m_scriptCache;

Completed in 441 milliseconds