OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_scriptCache
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/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
91
SCRIPT_CACHE* scriptCache() const { return &
m_scriptCache
; }
132
mutable SCRIPT_CACHE
m_scriptCache
;
UniscribeHelper.h
228
,
m_scriptCache
(NULL)
318
SCRIPT_CACHE*
m_scriptCache
;
391
SCRIPT_CACHE*
m_scriptCache
;
UniscribeHelper.cpp
82
,
m_scriptCache
(scriptCache)
365
HRESULT hr = ScriptTextOut(dc, shaping.
m_scriptCache
,
519
SCRIPT_CACHE* scriptCache =
m_scriptCache
;
652
shaping.
m_scriptCache
= scriptCache;
727
hr = ScriptPlace(tempDC, shaping.
m_scriptCache
,
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp
67
m_scriptCache
= 0;
88
if (
m_scriptCache
)
89
ScriptFreeCache(&
m_scriptCache
);
/external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp
46
m_scriptCache
= 0;
90
m_scriptCache
= 0;
SimpleFontDataCGWin.cpp
55
m_scriptCache
= 0;
SimpleFontDataWin.cpp
107
ScriptFreeCache(&
m_scriptCache
);
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
176
SCRIPT_CACHE* scriptCache() const { return &
m_scriptCache
; }
283
mutable SCRIPT_CACHE
m_scriptCache
;
Completed in 26 milliseconds