Searched refs:m_syntheticBold (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebCore/platform/graphics/mac/ |
D | FontPlatformData.h | 56 : 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 ==…
|
D | FontPlatformDataMac.mm | 33 : 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…
|
D | SimpleFontDataMac.mm | 156 m_syntheticBoldOffset = m_platformData.m_syntheticBold ? 1.0f : 0.f; 345 if (m_platformData.m_syntheticBold) 351 …smallCapsFont.m_syntheticBold = (fontTraits & NSBoldFontMask) && !(smallCapsFontTraits & NSBoldFon…
|
D | FontCacheMac.mm | 122 if (platformData.m_syntheticBold)
|
/external/webkit/WebCore/platform/graphics/win/ |
D | FontPlatformDataCairoWin.cpp | 64 , m_syntheticBold(bold) in FontPlatformData() 88 , m_syntheticBold(source.m_syntheticBold) in FontPlatformData() 114 m_syntheticBold = other.m_syntheticBold; in operator =()
|
D | FontPlatformData.h | 55 , m_syntheticBold(false) in FontPlatformData() 87 bool syntheticBold() const { return m_syntheticBold; } in syntheticBold() 106 … m_syntheticBold == other.m_syntheticBold && m_syntheticOblique == other.m_syntheticOblique && 148 bool m_syntheticBold; variable
|
D | FontPlatformDataWin.cpp | 47 , m_syntheticBold(bold) in FontPlatformData() 82 , m_syntheticBold(bold) in FontPlatformData()
|
D | FontPlatformDataCGWin.cpp | 141 , m_syntheticBold(bold) in FontPlatformData()
|
/external/webkit/WebCore/platform/graphics/gtk/ |
D | FontPlatformDataGtk.cpp | 43 , 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 =()
|
D | FontPlatformDataPango.cpp | 53 , 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 =()
|
D | FontPlatformData.h | 87 bool syntheticBold() const { return m_syntheticBold; } in syntheticBold() 129 bool m_syntheticBold; variable
|