Searched refs:TextOrientation (Results 1 – 5 of 5) sorted by relevance
123 …void setTextOrientation(TextOrientation textOrientation) { m_fontBuilder.didChangeFontParameters(m… in setTextOrientation()
1573 HANDLE_INHERIT_AND_INITIAL(textOrientation, TextOrientation); in oldApplyProperty()
486 enum TextOrientation { TextOrientationVerticalRight, TextOrientationUpright, TextOrientationSideway… enum
847 …TextOrientation textOrientation() const { return static_cast<TextOrientation>(rareInheritedData->m… in textOrientation()1306 bool setTextOrientation(TextOrientation);1529 static TextOrientation initialTextOrientation() { return TextOrientationVerticalRight; } in initialTextOrientation()1838 inline bool RenderStyle::setTextOrientation(TextOrientation textOrientation) in setTextOrientation()
3264 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextOrientation e) in CSSPrimitiveValue()3284 template<> inline CSSPrimitiveValue::operator TextOrientation() const in TextOrientation() function