OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontCodePages
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/wince/
GlyphPageTreeNodeWinCE.cpp
42
DWORD
fontCodePages
= fontData->platformData().codePages();
43
if (
fontCodePages
) {
48
if (!actualCodePages || (actualCodePages &
fontCodePages
))
62
if (!actualCodePages || (actualCodePages &
fontCodePages
))
SimpleFontDataWinCE.cpp
116
DWORD
fontCodePages
= m_platformData.codePages();
117
if (!
fontCodePages
)
127
if (actualCodePages && !(actualCodePages &
fontCodePages
))
FontCacheWinCE.cpp
100
DWORD
fontCodePages
= 0, charCodePages = 0;
101
HRESULT result = langFontLink->GetFontCodePages(hdc, hfont, &
fontCodePages
);
108
fontCodePages
|= FontPlatformData::getKnownFontCodePages(faceName);
109
if (
fontCodePages
& charCodePages)
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
fontprops.cpp
91
DWORD
fontCodePages
;
92
langFontLink->GetFontCodePages(dc, (HFONT)font, &
fontCodePages
);
99
if ((actualCodePages &
fontCodePages
))
/external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp
165
DWORD
fontCodePages
;
166
langFontLink->GetFontCodePages(dc, m_platformData.hfont(), &
fontCodePages
);
173
if ((actualCodePages &
fontCodePages
) == 0)
Completed in 170 milliseconds