HomeSort by relevance Sort by last modified time
    Searched refs:createMLangFont (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)
126 static HFONT createMLangFont(IMLangFontLink* langFontLink, HDC hdc, const FontPlatformData& refFont, DWORD codePageMask)
256 hfont = createMLangFont(langFontLink, g_screenDC, CJKCodePageMasks[i]);
258 hfont = createMLangFont(langFontLink, g_screenDC, origFont, CJKCodePageMasks[i]);
284 hfont = createMLangFont(langFontLink, g_screenDC, codePages, character);
286 hfont = createMLangFont(langFontLink, g_screenDC, origFont, codePages);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 175 static HFONT createMLangFont(IMLangFontLink2* langFontLink, HDC hdc, DWORD codePageMask, UChar character = 0)
209 hfont = createMLangFont(langFontLink, hdc, CJKCodePageMasks[i]);
222 hfont = createMLangFont(langFontLink, hdc, codePages, character);

Completed in 338 milliseconds