HomeSort by relevance Sort by last modified time
    Searched defs:m_syntheticOblique (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformData.h 46 , m_syntheticOblique(false)
54 , m_syntheticOblique(false)
70 bool syntheticOblique() const { return m_syntheticOblique; }
98 bool m_syntheticOblique;
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h 44 , m_syntheticOblique(false)
53 , m_syntheticOblique(false)
68 bool syntheticOblique() const { return m_syntheticOblique; }
98 bool m_syntheticOblique;
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 112 , m_syntheticOblique(false)
136 , m_syntheticOblique(false)
161 , m_syntheticOblique(syntheticOblique)
188 , m_syntheticOblique(syntheticOblique)
240 bool syntheticOblique() const { return m_syntheticOblique; }
260 uintptr_t hashCodes[3] = { (uintptr_t)m_font, m_widthVariant, m_textOrientation << 3 | m_orientation << 2 | m_syntheticBold << 1 | m_syntheticOblique };
274 && m_syntheticOblique == other.m_syntheticOblique
320 bool m_syntheticOblique;

Completed in 117 milliseconds