Home
last modified time | relevance | path

Searched refs:TextOrientation (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h159TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = Re…
183TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth);
186 TextOrientation textOrientation, FontWidthVariant widthVariant) in FontPlatformData()
243 TextOrientation textOrientation() const { return m_textOrientation; } in textOrientation()
322 TextOrientation m_textOrientation;
DFontDescription.h104 TextOrientation textOrientation() const { return m_textOrientation; } in textOrientation()
126 … void setTextOrientation(TextOrientation textOrientation) { m_textOrientation = textOrientation; } in setTextOrientation()
137TextOrientation m_textOrientation; // Only used by vertical text. Determines the default orientati…
DFontCache.cpp61TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = Re… in FontPlatformDataCacheKey()
91 TextOrientation m_textOrientation;
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontPlatformData.h57 FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
124 TextOrientation mTextOrientation;
DFontCustomPlatformData.h51 … fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVar…
DFontCustomPlatformData.cpp49 …FontOrientation fontOrientation, TextOrientation textOrientation, FontWidthVariant, FontRenderingM… in fontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.h95 …tSize, bool fakeBold, bool fakeItalic, FontOrientation = Horizontal, TextOrientation = TextOrienta…
170 TextOrientation m_textOrientation;
/external/webkit/Source/WebCore/platform/text/
DTextOrientation.h31 enum TextOrientation { TextOrientationVerticalRight, TextOrientationUpright }; enum
/external/webkit/Source/WebCore/platform/graphics/haiku/
DFontCustomPlatformData.cpp34 …:fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVar… in fontPlatformData() argument
DFontCustomPlatformData.h43 …Data(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrienta…
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontCustomPlatformDataPango.cpp33 …:fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVar… in fontPlatformData() argument
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontCustomPlatformData.h47 …Data(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrienta…
DFontCustomPlatformDataQt.cpp37 …:fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVar… in fontPlatformData() argument
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCustomPlatformDataCairo.h45 …Data(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrienta…
DFontCustomPlatformData.h50 …Data(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrienta…
DFontCustomPlatformDataCairo.cpp38 …:fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVar… in fontPlatformData() argument
/external/webkit/Source/WebCore/platform/graphics/cairo/
DFontCustomPlatformData.h45 …Data(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrienta…
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontCustomPlatformData.h52 …Data(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrienta…
DFontCustomPlatformData.cpp41 …mData(int size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientati… in fontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCustomPlatformData.h52 …Data(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrienta…
DFontCustomPlatformData.cpp48 …:fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVar… in fontPlatformData() argument
/external/webkit/Source/WebCore/platform/graphics/skia/
DFontCustomPlatformData.h70 …Data(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrienta…
/external/webkit/Source/WebCore/loader/cache/
DCachedFont.h68 …ta(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrienta…
DCachedFont.cpp115 …ata(float size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientati… in platformDataFromCustomData()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontCustomPlatformDataFreeType.cpp62 …:fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVar… in fontPlatformData() argument

12