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

  /external/webkit/Source/WebCore/platform/graphics/mac/
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);
GlyphPageTreeNodeMac.cpp 42 if (fontData->platformData().widthVariant() != RegularWidth || fontData->hasVerticalGlyphs()) {
FontCacheMac.mm 214 return new FontPlatformData(platformFont, size, syntheticBold, syntheticOblique, fontDescription.orientation(), fontDescription.textOrientation(), fontDescription.widthVariant());
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 105 FontWidthVariant widthVariant() const { return m_widthVariant; }
127 void setWidthVariant(FontWidthVariant widthVariant) { m_widthVariant = widthVariant; }
FontPlatformData.h 159 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
165 , m_widthVariant(widthVariant)
186 TextOrientation textOrientation, FontWidthVariant widthVariant)
192 , m_widthVariant(widthVariant)
244 FontWidthVariant widthVariant() const { return m_widthVariant; }
Font.h 128 FontWidthVariant widthVariant() const { return m_fontDescription.widthVariant(); }
FontCache.cpp 61 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
70 , m_widthVariant(widthVariant)
190 fontDescription.textOrientation(), fontDescription.widthVariant());
  /external/webkit/Source/WebCore/css/
CSSFontFaceSource.cpp 119 unsigned hashKey = (fontDescription.computedPixelSize() + 1) << 6 | fontDescription.widthVariant() << 4
168 fontDescription.textOrientation(), fontDescription.widthVariant(), fontDescription.renderingMode()), true, false));
  /external/webkit/Source/WebCore/loader/cache/
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/cocoa/
FontPlatformDataCocoa.mm 49 TextOrientation textOrientation, FontWidthVariant widthVariant)
55 , m_widthVariant(widthVariant)
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformData.h 156 FontWidthVariant widthVariant() const { return RegularWidth; }

Completed in 89 milliseconds