Searched defs:m_syntheticBold (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontPlatformData.h115 bool syntheticBold() const { return m_syntheticBold; }
135 uintptr_t hashCodes[3] = { (uintptr_t)m_font, m_widthVariant, static_cast<uintptr_t>(m_isPrinterFont << 3 | m_orientation << 2 | m_syntheticBold << 1 | m_syntheticOblique) };
146 && m_syntheticBold == other.m_syntheticBold
184 bool m_syntheticBold; member in class:WebCore::FontPlatformData

Completed in 26 milliseconds