Home
last modified time | relevance | path

Searched refs:setSyntheticBold (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSegmentedFontFace.cpp136 …requestedFontDescription.setSyntheticBold(!(m_traitsMask & (FontWeight600Mask | FontWeight700Mask … in getFontData()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h172 void setSyntheticBold(bool syntheticBold) { m_syntheticBold = syntheticBold; } in setSyntheticBold() function