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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSegmentedFontFace.cpp 136 requestedFontDescription.setSyntheticBold(!(m_traitsMask & (FontWeight600Mask | FontWeight700Mask | FontWeight800Mask | FontWeight900Mask)) && (desiredTraitsMask & (FontWeight600Mask | FontWeight700Mask | FontWeight800Mask | FontWeight900Mask)));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 172 void setSyntheticBold(bool syntheticBold) { m_syntheticBold = syntheticBold; }

Completed in 910 milliseconds