HomeSort by relevance Sort by last modified time
    Searched refs:RegularWidth (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FontWidthVariant.h 31 enum FontWidthVariant { RegularWidth, HalfWidth, ThirdWidth, QuarterWidth };
FontPlatformData.h 116 , m_widthVariant(RegularWidth)
140 , m_widthVariant(RegularWidth)
159 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
183 TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth);
FontDescription.h 63 , m_widthVariant(RegularWidth)
FontCache.cpp 61 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontCustomPlatformData.h 43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCustomPlatformData.h 43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
FontPlatformData.h 156 FontWidthVariant widthVariant() const { return RegularWidth; }
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformData.h 48 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /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 51 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
FontPlatformDataWin.cpp 43 , m_widthVariant(RegularWidth)
FontPlatformDataCairoWin.cpp 64 , m_widthVariant(RegularWidth)
FontPlatformDataCGWin.cpp 123 , m_widthVariant(RegularWidth)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCustomPlatformData.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 52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
GlyphPageTreeNodeMac.cpp 42 if (fontData->platformData().widthVariant() != RegularWidth || fontData->hasVerticalGlyphs()) {
  /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);
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 68 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.h 71 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 173 case RegularWidth:
192 if (m_widthVariant == RegularWidth) {

Completed in 180 milliseconds