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

  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 48 #include "TextOrientation.h"
159 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
163 , m_textOrientation(textOrientation)
183 TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth);
186 TextOrientation textOrientation, FontWidthVariant widthVariant)
190 , m_textOrientation(textOrientation)
243 TextOrientation textOrientation() const { return m_textOrientation;
    [all...]
FontDescription.h 34 #include "TextOrientation.h"
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.

Completed in 42 milliseconds