OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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