Searched refs:setSyntheticBold (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCacheSkia.cpp79 platformData.setSyntheticBold(fontDescription.weight() >= FontWeight600);
130 platformData.setSyntheticBold(shouldSetSyntheticBold);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontPlatformData.h118 void setSyntheticBold(bool syntheticBold) { m_syntheticBold = syntheticBold; } function in class:blink::FontPlatformData
H A DFontDescription.h187 void setSyntheticBold(bool syntheticBold) { m_syntheticBold = syntheticBold; } function in class:blink::FontDescription
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSegmentedFontFace.cpp145 requestedFontDescription.setSyntheticBold(m_traits.weight() < FontWeight600 && desiredTraits.weight() >= FontWeight600);

Completed in 107 milliseconds