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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkia.cpp 79 platformData.setSyntheticBold(fontDescription.weight() >= FontWeight600);
130 platformData.setSyntheticBold(shouldSetSyntheticBold);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.h 118 void setSyntheticBold(bool syntheticBold) { m_syntheticBold = syntheticBold; }
FontDescription.h 187 void setSyntheticBold(bool syntheticBold) { m_syntheticBold = syntheticBold; }
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSegmentedFontFace.cpp 145 requestedFontDescription.setSyntheticBold(m_traits.weight() < FontWeight600 && desiredTraits.weight() >= FontWeight600);

Completed in 950 milliseconds