OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actualCodePages
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/wince/
GlyphPageTreeNodeWinCE.cpp
47
DWORD
actualCodePages
= getCharCodePages(buffer[i], lastPos);
48
if (!
actualCodePages
|| (
actualCodePages
& fontCodePages))
60
DWORD
actualCodePages
;
61
langFontLink->GetCharCodePages(buffer[i], &
actualCodePages
);
62
if (!
actualCodePages
|| (
actualCodePages
& fontCodePages))
SimpleFontDataWinCE.cpp
123
DWORD
actualCodePages
;
126
langFontLink->GetStrCodePages(characters, length, acpCodePages, &
actualCodePages
, &numCharactersProcessed);
127
if (
actualCodePages
&& !(
actualCodePages
& fontCodePages))
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
fontprops.cpp
94
DWORD
actualCodePages
;
98
langFontLink->GetStrCodePages(characters, length, acpCodePages, &
actualCodePages
, &numCharactersProcessed);
99
if ((
actualCodePages
& fontCodePages))
/external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp
168
DWORD
actualCodePages
;
172
langFontLink->GetStrCodePages(characters, length, acpCodePages, &
actualCodePages
, &numCharactersProcessed);
173
if ((
actualCodePages
& fontCodePages) == 0)
Completed in 21 milliseconds