Searched refs:m_scriptCache (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontPlatformDataChromiumWin.cpp | 47 , 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()
|
D | UniscribeHelper.h | 228 , m_scriptCache(NULL) in Shaping() 318 SCRIPT_CACHE* m_scriptCache; member 391 SCRIPT_CACHE* m_scriptCache; variable
|
D | FontPlatformDataChromiumWin.h | 91 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; } in scriptCache() 132 mutable SCRIPT_CACHE m_scriptCache; variable
|
D | UniscribeHelper.cpp | 82 , 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/ |
D | SimpleFontDataWx.cpp | 67 m_scriptCache = 0; in platformInit() 88 if (m_scriptCache) in platformDestroy() 89 ScriptFreeCache(&m_scriptCache); in platformDestroy()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | SimpleFontDataCairoWin.cpp | 46 m_scriptCache = 0; in platformInit() 90 m_scriptCache = 0; in platformInit()
|
D | SimpleFontDataCGWin.cpp | 55 m_scriptCache = 0; in platformInit()
|
D | SimpleFontDataWin.cpp | 107 ScriptFreeCache(&m_scriptCache); in platformDestroy()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | SimpleFontData.h | 176 SCRIPT_CACHE* scriptCache() const { return &m_scriptCache; } in scriptCache() 283 mutable SCRIPT_CACHE m_scriptCache; variable
|