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

  /external/webkit/Source/WebCore/platform/text/
TextOrientation.h 31 enum TextOrientation { TextOrientationVerticalRight, TextOrientationUpright };
  /external/webkit/Source/WebCore/css/
CSSFontFaceSource.cpp 120 | (fontDescription.textOrientation() == TextOrientationUpright ? 8 : 0) | (fontDescription.orientation() == Vertical ? 4 : 0) | (syntheticBold ? 2 : 0) | (syntheticItalic ? 1 : 0);
CSSPrimitiveValueMappings.h     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp 115 } else if (m_fontDescription.textOrientation() == TextOrientationUpright) {
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 418 if (renderer()->style(m_firstLine)->fontDescription().textOrientation() == TextOrientationUpright
    [all...]

Completed in 201 milliseconds