HomeSort by relevance Sort by last modified time
    Searched defs:fallbackFont (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/exported/linux/
WebFontInfo.cpp 64 const WebFallbackFont& fallbackFont() const { return m_fallbackFont; }
143 return itr->fallbackFont();
262 void WebFontInfo::fallbackFontForChar(WebUChar32 c, const char* locale, WebFallbackFont* fallbackFont)
264 *fallbackFont = FontSetCache::shared().fallbackFontForCharInLocale(c, locale);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkia.cpp 99 FontCache::PlatformFallbackFont fallbackFont;
100 FontCache::getFontForCharacter(c, fontDescription.locale().ascii().data(), &fallbackFont);
101 if (fallbackFont.name.isEmpty())
105 creationParams = FontFaceCreationParams(fallbackFont.filename, fallbackFont.fontconfigInterfaceId, fallbackFont.ttcIndex);
113 if (fallbackFont.isBold && description.weight() < FontWeightBold)
115 if (!fallbackFont.isBold && description.weight() >= FontWeightBold) {
119 if (fallbackFont.isItalic && description.style() == FontStyleNormal)
121 if (!fallbackFont.isItalic && description.style() == FontStyleItalic)
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 109 milliseconds