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

1 2

  /external/webkit/Source/WebCore/platform/graphics/
FontOrientation.h 31 enum FontOrientation { Horizontal, Vertical };
FontDescription.h 29 #include "FontOrientation.h"
103 FontOrientation orientation() const { return m_orientation; }
125 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
136 FontOrientation m_orientation; // Whether the font is rendering on a horizontal line or a vertical line.
FontPlatformData.h 45 #include "FontOrientation.h"
158 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation = Horizontal,
182 FontPlatformData(NSFont*, float size, bool syntheticBold = false, bool syntheticOblique = false, FontOrientation = Horizontal,
185 FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation,
242 FontOrientation orientation() const { return m_orientation; }
246 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
321 FontOrientation m_orientation;
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformData.h 33 #include "FontOrientation.h"
58 FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
71 FontOrientation orientation() const { return m_orientation; }
72 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
126 FontOrientation m_orientation;
FontCustomPlatformData.h 29 #include "FontOrientation.h"
51 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode);
  /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 24 #include "FontOrientation.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)
FontPlatformData.h 29 #include "FontOrientation.h"
70 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
71 void setOrientation(FontOrientation) { } // FIXME: Implement.
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCustomPlatformData.cpp 34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, FontWidthVariant, FontRenderingMode)
FontCustomPlatformData.h 24 #include "FontOrientation.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 34 #include "FontOrientation.h"
95 FontPlatformData(SkTypeface*, const char* name, float textSize, bool fakeBold, bool fakeItalic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
120 FontOrientation orientation() const { return m_orientation; }
121 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
169 FontOrientation m_orientation;
FontPlatformDataChromiumWin.h 37 #include "FontOrientation.h"
73 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
74 void setOrientation(FontOrientation) { } // FIXME: Implement.
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformData.h 25 #include "FontOrientation.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)
FontPlatformData.h 28 #include "FontOrientation.h"
143 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
144 void setOrientation(FontOrientation) { } // 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 24 #include "FontOrientation.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 25 #include "FontOrientation.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 24 #include "FontOrientation.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 29 #include "FontOrientation.h"
81 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
82 void setOrientation(FontOrientation) { } // FIXME: Implement.
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformData.h 30 #include "FontOrientation.h"
73 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
74 void setOrientation(FontOrientation) { } // FIXME: Implement.
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 30 #include "FontOrientation.h"
68 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);

Completed in 476 milliseconds

1 2