Searched refs:widthVariant (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCustomPlatformData.cpp41 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode) argument
43 return FontPlatformData(m_cgFont, size, bold, italic, orientation, textOrientation, widthVariant);
H A DGlyphPageTreeNodeMac.cpp42 if (fontData->platformData().widthVariant() != RegularWidth || fontData->hasVerticalGlyphs()) {
H A DFontCacheMac.mm214 return new FontPlatformData(platformFont, size, syntheticBold, syntheticOblique, fontDescription.orientation(), fontDescription.textOrientation(), fontDescription.widthVariant());
/external/webkit/Source/WebCore/platform/graphics/
H A DFontDescription.h105 FontWidthVariant widthVariant() const { return m_widthVariant; } function in class:WebCore::FontDescription
127 void setWidthVariant(FontWidthVariant widthVariant) { m_widthVariant = widthVariant; } argument
H A DFontPlatformData.h159 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; } function in class:WebCore::FontPlatformData
185 FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant) argument
H A DFont.h128 FontWidthVariant widthVariant() const { return m_fontDescription.widthVariant(); } function in class:WebCore::Font
H A DFontCache.cpp61 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
70 , m_widthVariant(widthVariant)
190 fontDescription.textOrientation(), fontDescription.widthVariant());
/external/webkit/Source/WebCore/css/
H A DCSSFontFaceSource.cpp119 unsigned hashKey = (fontDescription.computedPixelSize() + 1) << 6 | fontDescription.widthVariant() << 4
168 fontDescription.textOrientation(), fontDescription.widthVariant(), fontDescription.renderingMode()), true, false));
/external/webkit/Source/WebCore/loader/cache/
H A DCachedFont.cpp115 FontPlatformData CachedFont::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode renderingMode) argument
123 return m_fontData->fontPlatformData(static_cast<int>(size), bold, italic, orientation, textOrientation, widthVariant, renderingMode);
/external/webkit/Source/WebCore/platform/graphics/cocoa/
H A DFontPlatformDataCocoa.mm49 TextOrientation textOrientation, FontWidthVariant widthVariant)
55 , m_widthVariant(widthVariant)
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformData.h156 FontWidthVariant widthVariant() const { return RegularWidth; } function in class:WebCore::FontPlatformData

Completed in 2007 milliseconds