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

  /external/webkit/Source/WebCore/platform/text/
TextOrientation.h 31 enum TextOrientation { TextOrientationVerticalRight, TextOrientationUpright };
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontCustomPlatformData.h 43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 71 , m_textOrientation(TextOrientationVerticalRight)
81 , m_textOrientation(TextOrientationVerticalRight)
91 , m_textOrientation(TextOrientationVerticalRight)
95 FontPlatformData(SkTypeface*, const char* name, float textSize, bool fakeBold, bool fakeItalic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformData.h 47 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformDataCairo.h 45 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth);
FontCustomPlatformData.h 50 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
FontPlatformDataWin.cpp 42 , m_textOrientation(TextOrientationVerticalRight)
FontPlatformDataCairoWin.cpp 63 , m_textOrientation(TextOrientationVerticalRight)
FontPlatformDataCGWin.cpp 121 , m_textOrientation(TextOrientationVerticalRight)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCustomPlatformData.h 45 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.h 52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 68 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformData.h 58 FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
FontPlatformDataAndroid.cpp 79 m_orientation(Horizontal), m_textOrientation(TextOrientationVerticalRight)
130 m_orientation(Horizontal), m_textOrientation(TextOrientationVerticalRight)
  /external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.h 70 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 114 , m_textOrientation(TextOrientationVerticalRight)
138 , m_textOrientation(TextOrientationVerticalRight)
159 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
183 TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth);
FontDescription.h 62 , m_textOrientation(TextOrientationVerticalRight)
FontCache.cpp 61 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
FontFastPath.cpp 101 if (m_fontDescription.textOrientation() == TextOrientationVerticalRight) {
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [all...]

Completed in 830 milliseconds