Home
last modified time | relevance | path

Searched defs:langFontLink (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCacheWinCE.cpp49 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
DSimpleFontDataWinCE.cpp109 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface(); in containsCharacters() local
111 IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface(); in containsCharacters() local
DGlyphPageTreeNodeWinCE.cpp55 } else if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface()) { in fill() local
DFontPlatformData.cpp58 if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface()) in codePages() local
272 if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface()) { in create() local
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCacheWin.cpp64 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
DSimpleFontDataWin.cpp156 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface(); in containsCharacters() local
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
Dfontprops.cpp80 static IMLangFontLink2* langFontLink; in wxFontContainsCharacters() local