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

  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.cpp 38 , m_textOrientation(source.m_textOrientation)
55 m_textOrientation = other.m_textOrientation;
FontDescription.h 62 , m_textOrientation(TextOrientationVerticalRight)
104 TextOrientation textOrientation() const { return m_textOrientation; }
126 void setTextOrientation(TextOrientation textOrientation) { m_textOrientation = textOrientation; }
137 TextOrientation m_textOrientation; // Only used by vertical text. Determines the default orientation for non-ideograph glyphs.
177 && m_textOrientation == other.m_textOrientation
FontPlatformData.h 114 , m_textOrientation(TextOrientationVerticalRight)
138 , m_textOrientation(TextOrientationVerticalRight)
163 , m_textOrientation(textOrientation)
190 , m_textOrientation(textOrientation)
243 TextOrientation textOrientation() const { return m_textOrientation; }
260 uintptr_t hashCodes[3] = { (uintptr_t)m_font, m_widthVariant, m_textOrientation << 3 | m_orientation << 2 | m_syntheticBold << 1 | m_syntheticOblique };
277 && m_textOrientation == other.m_textOrientation
322 TextOrientation m_textOrientation;
FontCache.cpp 69 , m_textOrientation(textOrientation)
81 m_renderingMode == other.m_renderingMode && m_orientation == other.m_orientation && m_textOrientation == other.m_textOrientation && m_widthVariant == other.m_widthVariant;
91 TextOrientation m_textOrientation;
105 static_cast<unsigned>(fontKey.m_textOrientation) << 4 | static_cast<unsigned>(fontKey.m_orientation) << 3 | static_cast<unsigned>(fontKey.m_italic) << 2 | static_cast<unsigned>(fontKey.m_printerFont) << 1 | static_cast<unsigned>(fontKey.m_renderingMode)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 71 , m_textOrientation(TextOrientationVerticalRight)
81 , m_textOrientation(TextOrientationVerticalRight)
91 , m_textOrientation(TextOrientationVerticalRight)
170 TextOrientation m_textOrientation;
FontPlatformDataLinux.cpp 79 , m_textOrientation(src.m_textOrientation)
94 , m_textOrientation(textOrientation)
108 , m_textOrientation(src.m_textOrientation)
141 m_textOrientation = src.m_textOrientation;
207 && m_textOrientation == a.m_textOrientation
214 h ^= 0x01010101 * ((static_cast<int>(m_textOrientation) << 3) | (static_cast<int>(m_orientation) << 2) | (static_cast<int>(m_fakeBold) << 1) | static_cas (…)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataWin.cpp 42 , m_textOrientation(TextOrientationVerticalRight)
FontPlatformDataCairoWin.cpp 63 , m_textOrientation(TextOrientationVerticalRight)
FontPlatformDataCGWin.cpp 121 , m_textOrientation(TextOrientationVerticalRight)
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 53 , m_textOrientation(textOrientation)

Completed in 31 milliseconds