Searched defs:langFontLink (Results 1 – 7 of 7) sorted by relevance
| /external/webkit/Source/WebCore/platform/graphics/wince/ |
| D | FontCacheWinCE.cpp | 49 static IMLangFontLink2* langFontLink = 0; variable 51 static IMLangFontLink* langFontLink = 0; variable 77 static bool currentFontContainsCharacter(IMLangFontLink2* langFontLink, HDC hdc, UChar character) in currentFontContainsCharacter() 98 static bool currentFontContainsCharacter(IMLangFontLink* langFontLink, HDC hdc, HFONT hfont, UChar … in currentFontContainsCharacter() 117 static HFONT createMLangFont(IMLangFontLink2* langFontLink, HDC hdc, DWORD codePageMask, UChar char… in createMLangFont() 126 static HFONT createMLangFont(IMLangFontLink* langFontLink, HDC hdc, const FontPlatformData& refFont… in createMLangFont() 151 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface(); in getCJKCodePageMasks() local 153 IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface(); in getCJKCodePageMasks() local 238 if (IMLangFontLink2* langFontLink = getFontLinkInterface()) { local
|
| D | SimpleFontDataWinCE.cpp | 109 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface(); in containsCharacters() local 111 IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface(); in containsCharacters() local
|
| D | GlyphPageTreeNodeWinCE.cpp | 55 } else if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface()) { in fill() local
|
| D | FontPlatformData.cpp | 58 if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface()) in codePages() local 272 if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface()) { in create() local
|
| /external/webkit/Source/WebCore/platform/graphics/win/ |
| D | FontCacheWin.cpp | 64 static IMLangFontLink2* langFontLink; in getFontLinkInterface() local 138 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface(); in getCJKCodePageMasks() local 175 static HFONT createMLangFont(IMLangFontLink2* langFontLink, HDC hdc, DWORD codePageMask, UChar char… in createMLangFont() 197 if (IMLangFontLink2* langFontLink = getFontLinkInterface()) { in getFontDataForCharacters() local
|
| D | SimpleFontDataWin.cpp | 156 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface(); in containsCharacters() local
|
| /external/webkit/Source/WebCore/platform/wx/wxcode/win/ |
| D | fontprops.cpp | 80 static IMLangFontLink2* langFontLink; in wxFontContainsCharacters() local
|