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

  /external/webkit/Source/WebCore/platform/graphics/
FontCache.h 70 IMLangFontLink2* getFontLinkInterface();
72 IMLangFontLink* getFontLinkInterface();
78 IMLangFontLink2* getFontLinkInterface();
  /external/webkit/Source/WebCore/platform/graphics/wince/
GlyphPageTreeNodeWinCE.cpp 55 } else if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface()) {
57 } else if (IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface()) {
FontCacheWinCE.cpp 63 IMLangFontLink2* FontCache::getFontLinkInterface()
65 IMLangFontLink* FontCache::getFontLinkInterface()
151 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface();
153 IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface();
238 if (IMLangFontLink2* langFontLink = getFontLinkInterface()) {
240 if (IMLangFontLink* langFontLink = getFontLinkInterface()) {
SimpleFontDataWinCE.cpp 109 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface();
111 IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface();
FontPlatformData.cpp 58 if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface())
61 if (IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface())
272 if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface()) {
274 if (IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface()) {
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 56 IMLangFontLink2* FontCache::getFontLinkInterface()
138 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface();
197 if (IMLangFontLink2* langFontLink = getFontLinkInterface()) {
SimpleFontDataWin.cpp 156 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface();

Completed in 183 milliseconds