Home
last modified time | relevance | path

Searched refs:m_scriptCache (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataChromiumWin.cpp47 , m_scriptCache(0) in FontPlatformData()
55 , m_scriptCache(0) in FontPlatformData()
63 , m_scriptCache(0) in FontPlatformData()
72 , m_scriptCache(0) in FontPlatformData()
80 , m_scriptCache(0) in FontPlatformData()
92 ScriptFreeCache(&m_scriptCache); in operator =()
93 m_scriptCache = 0; in operator =()
103 ScriptFreeCache(&m_scriptCache); in ~FontPlatformData()
104 m_scriptCache = 0; in ~FontPlatformData()
DUniscribeHelper.h228 , m_scriptCache(NULL) in Shaping()
318 SCRIPT_CACHE* m_scriptCache; member
391 SCRIPT_CACHE* m_scriptCache; variable
DFontPlatformDataChromiumWin.h91 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; } in scriptCache()
132 mutable SCRIPT_CACHE m_scriptCache; variable
DUniscribeHelper.cpp82 , m_scriptCache(scriptCache) in UniscribeHelper()
365 HRESULT hr = ScriptTextOut(dc, shaping.m_scriptCache, in draw()
519 SCRIPT_CACHE* scriptCache = m_scriptCache; in shape()
652 shaping.m_scriptCache = scriptCache; in shape()
727 hr = ScriptPlace(tempDC, shaping.m_scriptCache, in fillShapes()
/external/webkit/Source/WebCore/platform/graphics/wx/
DSimpleFontDataWx.cpp67 m_scriptCache = 0; in platformInit()
88 if (m_scriptCache) in platformDestroy()
89 ScriptFreeCache(&m_scriptCache); in platformDestroy()
/external/webkit/Source/WebCore/platform/graphics/win/
DSimpleFontDataCairoWin.cpp46 m_scriptCache = 0; in platformInit()
90 m_scriptCache = 0; in platformInit()
DSimpleFontDataCGWin.cpp55 m_scriptCache = 0; in platformInit()
DSimpleFontDataWin.cpp107 ScriptFreeCache(&m_scriptCache); in platformDestroy()
/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.h176 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; } in scriptCache()
283 mutable SCRIPT_CACHE m_scriptCache; variable