Searched defs:Horizontal (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFontOrientation.h31 enum FontOrientation { Horizontal, Vertical }; enumerator in enum:WebCore::FontOrientation
H A DFontPlatformData.h113 , m_orientation(Horizontal)
137 , m_orientation(Horizontal)
158 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation = Horizontal, argument
182 FontPlatformData(NSFont*, float size, bool syntheticBold = false, bool syntheticOblique = false, FontOrientation = Horizontal,
H A DFontCache.cpp60 bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode, FontOrientation orientation = Horizontal,
59 FontPlatformDataCacheKey(const AtomicString& family = AtomicString(), unsigned size = 0, unsigned weight = 0, bool italic = false, bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode, FontOrientation orientation = Horizontal, TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth) argument
/external/webkit/Source/WebKit/chromium/public/
H A DWebScrollbar.h46 Horizontal, enumerator in enum:WebKit::WebScrollbar::Orientation
/external/webkit/Source/WebCore/svg/
H A DSVGGlyphElement.h40 Horizontal, enumerator in enum:WebCore::SVGGlyphIdentifier::Orientation
/external/eigen/Eigen/src/Core/util/
H A DConstants.h207 Horizontal, enumerator in enum:Eigen::DirectionType

Completed in 1079 milliseconds