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

1 2

  /external/webkit/Source/WebCore/platform/text/
TextOrientation.h 31 enum TextOrientation { TextOrientationVerticalRight, TextOrientationUpright };
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontCustomPlatformData.cpp 34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
FontCustomPlatformData.h 27 #include "TextOrientation.h"
43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontCustomPlatformDataPango.cpp 33 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCustomPlatformData.h 32 #include "TextOrientation.h"
51 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode);
FontPlatformData.h 34 #include "TextOrientation.h"
57 FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
124 TextOrientation mTextOrientation;
FontCustomPlatformData.cpp 49 FontOrientation fontOrientation, TextOrientation textOrientation, FontWidthVariant, FontRenderingMode)
58 return FontPlatformData(m_typeface, size, bold, italic, fontOrientation, textOrientation);
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformData.h 28 #include "TextOrientation.h"
47 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
FontCustomPlatformDataQt.cpp 37 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
  /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 28 #include "TextOrientation.h"
50 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
FontCustomPlatformDataCairo.cpp 38 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCustomPlatformData.h 28 #include "TextOrientation.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 27 #include "TextOrientation.h"
52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
FontCustomPlatformData.cpp 41 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode)
43 return FontPlatformData(m_cgFont, size, bold, italic, orientation, textOrientation, widthVariant);
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.h 27 #include "TextOrientation.h"
52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
FontCustomPlatformData.cpp 48 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode)
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 33 #include "TextOrientation.h"
68 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
CachedFont.cpp 115 FontPlatformData CachedFont::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode renderingMode)
123 return m_fontData->fontPlatformData(static_cast<int>(size), bold, italic, orientation, textOrientation, widthVariant, renderingMode);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 36 #include "TextOrientation.h"
95 FontPlatformData(SkTypeface*, const char* name, float textSize, bool fakeBold, bool fakeItalic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
170 TextOrientation m_textOrientation;
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 34 #include "TextOrientation.h"
104 TextOrientation textOrientation() const { return m_textOrientation; }
126 void setTextOrientation(TextOrientation textOrientation) { m_textOrientation = textOrientation; }
137 TextOrientation m_textOrientation; // Only used by vertical text. Determines the default orientation for non-ideograph glyphs.
FontPlatformData.h 48 #include "TextOrientation.h"
159 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
163 , m_textOrientation(textOrientation)
183 TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth);
186 TextOrientation textOrientation, FontWidthVariant widthVariant)
190 , m_textOrientation(textOrientation)
243 TextOrientation textOrientation() const { return m_textOrientation;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCustomPlatformDataFreeType.cpp 62 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
  /external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.h 38 #include "TextOrientation.h"
70 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
FontCustomPlatformData.cpp 69 TextOrientation textOrientation, FontWidthVariant, FontRenderingMode mode)
106 return FontPlatformData(m_fontReference, "", size, bold && !m_fontReference->isBold(), italic && !m_fontReference->isItalic(), orientation, textOrientation);

Completed in 172 milliseconds

1 2