Home
last modified time | relevance | path

Searched refs:m_syntheticBold (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/graphics/mac/
DFontPlatformData.h56 : m_syntheticBold(syntheticBold) in FontPlatformData()
70 : m_syntheticBold(syntheticBold) in FontPlatformData()
87 bool syntheticBold() const { return m_syntheticBold; } in syntheticBold()
90 bool m_syntheticBold; member
99 uintptr_t hashCodes[2] = { (uintptr_t)m_font, m_syntheticBold << 1 | m_syntheticOblique }; in hash()
107 …return m_font == other.m_font && m_syntheticBold == other.m_syntheticBold && m_syntheticOblique ==…
DFontPlatformDataMac.mm33 : m_syntheticBold(syntheticBold)
52 m_syntheticBold = f.m_syntheticBold;
67 m_syntheticBold = f.m_syntheticBold;
115 …return String(cgFontDescription.get()) + " " + String::number(m_size) + (m_syntheticBold ? " synth…
DSimpleFontDataMac.mm156 m_syntheticBoldOffset = m_platformData.m_syntheticBold ? 1.0f : 0.f;
345 if (m_platformData.m_syntheticBold)
351 …smallCapsFont.m_syntheticBold = (fontTraits & NSBoldFontMask) && !(smallCapsFontTraits & NSBoldFon…
DFontCacheMac.mm122 if (platformData.m_syntheticBold)
/external/webkit/WebCore/platform/graphics/win/
DFontPlatformDataCairoWin.cpp64 , m_syntheticBold(bold) in FontPlatformData()
88 , m_syntheticBold(source.m_syntheticBold) in FontPlatformData()
114 m_syntheticBold = other.m_syntheticBold; in operator =()
DFontPlatformData.h55 , m_syntheticBold(false) in FontPlatformData()
87 bool syntheticBold() const { return m_syntheticBold; } in syntheticBold()
106m_syntheticBold == other.m_syntheticBold && m_syntheticOblique == other.m_syntheticOblique &&
148 bool m_syntheticBold; variable
DFontPlatformDataWin.cpp47 , m_syntheticBold(bold) in FontPlatformData()
82 , m_syntheticBold(bold) in FontPlatformData()
DFontPlatformDataCGWin.cpp141 , m_syntheticBold(bold) in FontPlatformData()
/external/webkit/WebCore/platform/graphics/gtk/
DFontPlatformDataGtk.cpp43 , m_syntheticBold(false) in FontPlatformData()
131 , m_syntheticBold(bold) in FontPlatformData()
141 , m_syntheticBold(bold) in FontPlatformData()
170 m_syntheticBold = other.m_syntheticBold; in operator =()
DFontPlatformDataPango.cpp53 , m_syntheticBold(false) in FontPlatformData()
134 , m_syntheticBold(bold) in FontPlatformData()
144 , m_syntheticBold(bold) in FontPlatformData()
224 m_syntheticBold = other.m_syntheticBold; in operator =()
DFontPlatformData.h87 bool syntheticBold() const { return m_syntheticBold; } in syntheticBold()
129 bool m_syntheticBold; variable