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

1 2

  /external/webkit/Source/WebCore/platform/graphics/
FontWidthVariant.h 31 enum FontWidthVariant { RegularWidth, HalfWidth, ThirdWidth, QuarterWidth };
FontDescription.h 33 #include "FontWidthVariant.h"
105 FontWidthVariant widthVariant() const { return m_widthVariant; }
127 void setWidthVariant(FontWidthVariant widthVariant) { m_widthVariant = widthVariant; }
139 FontWidthVariant m_widthVariant;
FontPlatformData.h 46 #include "FontWidthVariant.h"
159 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
183 TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth);
186 TextOrientation textOrientation, FontWidthVariant widthVariant)
244 FontWidthVariant widthVariant() const { return m_widthVariant; }
324 FontWidthVariant m_widthVariant;
  /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 26 #include "FontWidthVariant.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/wx/
FontCustomPlatformData.cpp 34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, FontWidthVariant, FontRenderingMode)
FontCustomPlatformData.h 26 #include "FontWidthVariant.h"
43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
FontPlatformData.h 33 #include "FontWidthVariant.h"
156 FontWidthVariant widthVariant() const { return RegularWidth; }
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCustomPlatformData.h 31 #include "FontWidthVariant.h"
51 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode);
FontCustomPlatformData.cpp 49 FontOrientation fontOrientation, TextOrientation textOrientation, FontWidthVariant, FontRenderingMode)
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformData.h 27 #include "FontWidthVariant.h"
48 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
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 26 #include "FontWidthVariant.h"
51 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
FontCustomPlatformDataCairo.cpp 38 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCustomPlatformData.h 27 #include "FontWidthVariant.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 26 #include "FontWidthVariant.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)
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.h 26 #include "FontWidthVariant.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 32 #include "FontWidthVariant.h"
68 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /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 37 #include "FontWidthVariant.h"
71 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 49 TextOrientation textOrientation, FontWidthVariant widthVariant)
170 inline int mapFontWidthVariantToCTFeatureSelector(FontWidthVariant variant)

Completed in 194 milliseconds

1 2