Searched refs:TextOrientation (Results 1 – 4 of 4) sorted by relevance
131 …void setTextOrientation(TextOrientation textOrientation) { m_fontBuilder.didChangeFontParameters(m… in setTextOrientation()
462 enum TextOrientation { TextOrientationVerticalRight, TextOrientationUpright, TextOrientationSideway… enum
877 …TextOrientation textOrientation() const { return static_cast<TextOrientation>(rareInheritedData->m… in textOrientation()1354 bool setTextOrientation(TextOrientation);1555 static TextOrientation initialTextOrientation() { return TextOrientationVerticalRight; } in initialTextOrientation()1901 inline bool RenderStyle::setTextOrientation(TextOrientation textOrientation) in setTextOrientation()
3158 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextOrientation e) in CSSPrimitiveValue()3178 template<> inline CSSPrimitiveValue::operator TextOrientation() const in TextOrientation() function