HomeSort by relevance Sort by last modified time
    Searched refs:Horizontal (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/
FontOrientation.h 31 enum FontOrientation { Horizontal, Vertical };
FontPlatformData.h 113 , m_orientation(Horizontal)
137 , m_orientation(Horizontal)
158 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation = Horizontal,
182 FontPlatformData(NSFont*, float size, bool syntheticBold = false, bool syntheticOblique = false, FontOrientation = Horizontal,
  /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/wx/
FontCustomPlatformData.h 43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 70 , m_orientation(Horizontal)
80 , m_orientation(Horizontal)
90 , m_orientation(Horizontal)
95 FontPlatformData(SkTypeface*, const char* name, float textSize, bool fakeBold, bool fakeItalic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
FontPlatformDataChromiumWin.h 73 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformData.h 47 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
FontPlatformData.h 143 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
  /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 41 , m_orientation(Horizontal)
FontPlatformDataCairoWin.cpp 62 , m_orientation(Horizontal)
  /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);
FontPlatformData.h 81 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
  /external/webkit/Source/WebKit/chromium/public/
WebScrollbar.h 46 Horizontal,
  /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/
FontPlatformData.h 57 FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformData.h 73 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h 70 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
  /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/svg/
SVGGlyphElement.h 40 Horizontal,
  /external/webkit/Source/WebCore/platform/qt/
WheelEventQt.cpp 40 if (orientation == Qt::Horizontal) {
  /external/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 58 if (orientation == Qt::Horizontal) {

Completed in 666 milliseconds

1 2 3