HomeSort by relevance Sort by last modified time
    Searched refs:m_syntheticBold (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/platform/graphics/mac/
FontPlatformData.h 56 : m_syntheticBold(syntheticBold)
70 : m_syntheticBold(syntheticBold)
87 bool syntheticBold() const { return m_syntheticBold; }
90 bool m_syntheticBold;
99 uintptr_t hashCodes[2] = { (uintptr_t)m_font, m_syntheticBold << 1 | m_syntheticOblique };
107 return m_font == other.m_font && m_syntheticBold == other.m_syntheticBold && m_syntheticOblique == other.m_syntheticOblique &&
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 ? " synthetic bold" : "") + (m_syntheticOblique ? " syntheitic oblique" : "");
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 & NSBoldFontMask);
FontCacheMac.mm 122 if (platformData.m_syntheticBold)
  /external/webkit/WebCore/platform/graphics/win/
FontPlatformData.h 55 , m_syntheticBold(false)
87 bool syntheticBold() const { return m_syntheticBold; }
106 m_syntheticBold == other.m_syntheticBold && m_syntheticOblique == other.m_syntheticOblique &&
148 bool m_syntheticBold;
FontPlatformDataCairoWin.cpp 64 , m_syntheticBold(bold)
88 , m_syntheticBold(source.m_syntheticBold)
114 m_syntheticBold = other.m_syntheticBold;
FontPlatformDataWin.cpp 47 , m_syntheticBold(bold)
82 , m_syntheticBold(bold)
FontPlatformDataCGWin.cpp 141 , m_syntheticBold(bold)
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformData.h 87 bool syntheticBold() const { return m_syntheticBold; }
129 bool m_syntheticBold;
FontPlatformDataGtk.cpp 43 , m_syntheticBold(false)
131 , m_syntheticBold(bold)
141 , m_syntheticBold(bold)
170 m_syntheticBold = other.m_syntheticBold;
FontPlatformDataPango.cpp 53 , m_syntheticBold(false)
134 , m_syntheticBold(bold)
144 , m_syntheticBold(bold)
224 m_syntheticBold = other.m_syntheticBold;

Completed in 723 milliseconds