HomeSort by relevance Sort by last modified time
    Searched refs:codePageMask (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 117 static HFONT createMLangFont(IMLangFontLink2* langFontLink, HDC hdc, DWORD codePageMask, UChar character = 0)
120 if (SUCCEEDED(langFontLink->MapFont(hdc, codePageMask, character, &mlangFont)))
126 static HFONT createMLangFont(IMLangFontLink* langFontLink, HDC hdc, const FontPlatformData& refFont, DWORD codePageMask)
129 LRESULT result = langFontLink->MapFont(hdc, codePageMask, refFont.hfont(), &mlangFont);
167 DWORD codePageMask;
168 langFontLink->CodePageToCodePages(CJKCodePages[i], &codePageMask);
169 codePageMasks.append(codePageMask);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 151 DWORD codePageMask;
152 langFontLink->CodePageToCodePages(CJKCodePages[i], &codePageMask);
153 codePageMasks.append(codePageMask);
175 static HFONT createMLangFont(IMLangFontLink2* langFontLink, HDC hdc, DWORD codePageMask, UChar character = 0)
179 if (SUCCEEDED(langFontLink->MapFont(hdc, codePageMask, character, &MLangFont)) && MLangFont) {

Completed in 50 milliseconds