Searched defs:widthVariant (Results 1 - 6 of 6) 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);
/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/wx/
H A DFontPlatformData.h156 FontWidthVariant widthVariant() const { return RegularWidth; } function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h128 FontWidthVariant widthVariant() const { return m_fontDescription.widthVariant(); } function in class:WebCore::Font
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 DFontDescription.h105 FontWidthVariant widthVariant() const { return m_widthVariant; } function in class:WebCore::FontDescription
127 void setWidthVariant(FontWidthVariant widthVariant) { m_widthVariant = widthVariant; } argument

Completed in 89 milliseconds