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

  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.cpp 35 : m_syntheticBold(source.m_syntheticBold)
52 m_syntheticBold = other.m_syntheticBold;
FontPlatformData.h 111 : m_syntheticBold(false)
135 : m_syntheticBold(false)
160 : m_syntheticBold(syntheticBold)
187 : m_syntheticBold(syntheticBold)
239 bool syntheticBold() const { return m_syntheticBold; }
260 uintptr_t hashCodes[3] = { (uintptr_t)m_font, m_widthVariant, m_textOrientation << 3 | m_orientation << 2 | m_syntheticBold << 1 | m_syntheticOblique };
273 && m_syntheticBold == other.m_syntheticBold
319 bool m_syntheticBold;
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformData.h 45 , m_syntheticBold(false)
53 , m_syntheticBold(false)
69 bool syntheticBold() const { return m_syntheticBold; }
97 bool m_syntheticBold;
FontPlatformDataFreeType.cpp 119 , m_syntheticBold(false)
135 m_syntheticBold = fontConfigEmbolden;
142 , m_syntheticBold(bold)
153 , m_syntheticBold(bold)
173 m_syntheticBold = other.m_syntheticBold;
232 && m_syntheticOblique == other.m_syntheticOblique && m_syntheticBold == other.m_syntheticBold;
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h 43 , m_syntheticBold(false)
52 , m_syntheticBold(false)
67 bool syntheticBold() const { return m_syntheticBold; }
97 bool m_syntheticBold;
FontPlatformDataPango.cpp 52 , m_syntheticBold(false)
133 , m_syntheticBold(bold)
143 , m_syntheticBold(bold)
223 m_syntheticBold = other.m_syntheticBold;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataWin.cpp 50 , m_syntheticBold(bold)
FontPlatformDataCairoWin.cpp 67 , m_syntheticBold(bold)
FontPlatformDataCGWin.cpp 118 : m_syntheticBold(bold)
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 50 : m_syntheticBold(syntheticBold)
220 + (m_syntheticBold ? " synthetic bold" : "") + (m_syntheticOblique ? " synthetic oblique" : "") + (m_orientation ? " vertical orientation" : "");
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 157 m_syntheticBoldOffset = m_platformData.m_syntheticBold ? 1.0f : 0.f;
392 if (m_platformData.m_syntheticBold)
398 scaledFontData.m_syntheticBold = (fontTraits & NSBoldFontMask) && !(scaledFontTraits & NSBoldFontMask);
FontCacheMac.mm 122 if (platformData.m_syntheticBold)

Completed in 605 milliseconds