Searched refs:currentFontContainsCharacter (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontCacheWinCE.cpp77 static bool currentFontContainsCharacter(IMLangFontLink2* langFontLink, HDC hdc, UChar character) function in namespace:WebCore
98 static bool currentFontContainsCharacter(IMLangFontLink* langFontLink, HDC hdc, HFONT hfont, UChar character, const wchar_t* faceName) function in namespace:WebCore
270 if (!currentFontContainsCharacter(langFontLink, g_screenDC, character)) {
272 if (!currentFontContainsCharacter(langFontLink, g_screenDC, hfont, character, name)) {
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCacheWin.cpp160 static bool currentFontContainsCharacter(HDC hdc, UChar character) function in namespace:WebCore
214 if (!currentFontContainsCharacter(hdc, character)) {
264 if (containsCharacter || currentFontContainsCharacter(hdc, character))

Completed in 183 milliseconds