Home
last modified time | relevance | path

Searched refs:smallCaps (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
DWebFontDescription.cpp47 smallCaps = desc.smallCaps(); in WebFontDescription()
65 desc.setSmallCaps(smallCaps); in operator WebCore::FontDescription()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DSimpleFontDataHaiku.cpp81 if (!m_derivedFontData->smallCaps) in smallCapsFontData()
82 m_derivedFontData->smallCaps = scaledFontData(fontDescription, .7); in smallCapsFontData()
84 return m_derivedFontData->smallCaps.get(); in smallCapsFontData()
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontPlatformDataQt.cpp74 const bool smallCaps = description.smallCaps(); in FontPlatformData() local
75 font.setCapitalization(smallCaps ? QFont::SmallCaps : QFont::MixedCase); in FontPlatformData()
DFontPlatformData.h125 bool smallCaps() const in smallCaps() function
/external/webkit/Source/WebCore/platform/graphics/freetype/
DSimpleFontDataFreeType.cpp101 if (!m_derivedFontData->smallCaps) in smallCapsFontData()
102 m_derivedFontData->smallCaps = scaledFontData(fontDescription, .7); in smallCapsFontData()
104 return m_derivedFontData->smallCaps.get(); in smallCapsFontData()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontDataAndroid.cpp92 if (!m_derivedFontData->smallCaps) in smallCapsFontData()
93 …m_derivedFontData->smallCaps = new SimpleFontData(FontPlatformData(m_platformData, fontDescription… in smallCapsFontData()
95 return m_derivedFontData->smallCaps.get(); in smallCapsFontData()
/external/webkit/Source/WebCore/platform/graphics/pango/
DSimpleFontDataPango.cpp99 if (!m_derivedFontData->smallCaps) in smallCapsFontData()
100 m_derivedFontData->smallCaps = scaledFontData(fontDescription, .7); in smallCapsFontData()
102 return m_derivedFontData->smallCaps.get(); in smallCapsFontData()
/external/webkit/Source/WebKit/chromium/public/
DWebFontDescription.h78 , smallCaps(false) in WebFontDescription()
90 bool smallCaps; member
/external/webkit/Source/WebCore/platform/graphics/wx/
DSimpleFontDataWx.cpp105 if (!m_derivedFontData->smallCaps) in smallCapsFontData()
106 m_derivedFontData->smallCaps = scaledFontData(fontDescription, .7); in smallCapsFontData()
108 return m_derivedFontData->smallCaps.get(); in smallCapsFontData()
/external/webkit/Source/WebCore/platform/graphics/wince/
DSimpleFontDataWinCE.cpp80 if (!m_derivedFontData->smallCaps) in smallCapsFontData()
81 m_derivedFontData->smallCaps = scaledFontData(fontDescription, .7); in smallCapsFontData()
83 return m_derivedFontData->smallCaps.get(); in smallCapsFontData()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DSimpleFontDataChromiumWin.cpp129 if (!m_derivedFontData->smallCaps) in smallCapsFontData()
130 m_derivedFontData->smallCaps = scaledFontData(fontDescription, .7); in smallCapsFontData()
132 return m_derivedFontData->smallCaps.get(); in smallCapsFontData()
DSimpleFontDataLinux.cpp168 if (!m_derivedFontData->smallCaps) in smallCapsFontData()
169 m_derivedFontData->smallCaps = scaledFontData(fontDescription, smallCapsFraction); in smallCapsFontData()
171 return m_derivedFontData->smallCaps.get(); in smallCapsFontData()
/external/webkit/Source/WebCore/platform/graphics/win/
DSimpleFontDataWin.cpp131 if (!m_derivedFontData->smallCaps) in smallCapsFontData()
132 … m_derivedFontData->smallCaps = scaledFontData(fontDescription, cSmallCapsFontSizeMultiplier); in smallCapsFontData()
134 return m_derivedFontData->smallCaps.get(); in smallCapsFontData()
/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.cpp261 if (smallCaps) in ~DerivedFontData()
262 GlyphPageTreeNode::pruneTreeCustomFontData(smallCaps.get()); in ~DerivedFontData()
DFontDescription.h87 bool smallCaps() const { return m_smallCaps; } in smallCaps() function
DSimpleFontData.h240 OwnPtr<SimpleFontData> smallCaps; member
DFont.h106 bool isSmallCaps() const { return m_fontDescription.smallCaps(); } in isSmallCaps()
DFontFastPath.cpp48 if (m_fontDescription.smallCaps()) { in glyphDataForCharacter()
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm354 if (m_derivedFontData->smallCaps)
355 fontCache()->releaseFontData(m_derivedFontData->smallCaps.leakPtr());
412 if (!m_derivedFontData->smallCaps)
413 m_derivedFontData->smallCaps = scaledFontData(fontDescription, smallCapsFontSizeMultiplier);
415 return m_derivedFontData->smallCaps.get();
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1122 if (style->fontDescription().smallCaps()) in getPropertyCSSValue()
DCSSStyleSelector.cpp3683 fontDescription.setSmallCaps(m_parentStyle->fontDescription().smallCaps()); in applyProperty()
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0922503 …Position:numberOfCharacters:withPadding:widths:letterSpacing:wordSpacing:smallCaps:fontFamilies:]):
22775 …g:applyRounding:attemptFontSubstitution:widths:letterSpacing:wordSpacing:smallCaps:fontFamilies:]):
25318 Add smallCaps boolean to the string measuring and drawing
25329 …ding:withTextColor:backgroundColor:rightToLeft:letterSpacing:wordSpacing:smallCaps:fontFamilies:]):
25332 …g:applyRounding:attemptFontSubstitution:widths:letterSpacing:wordSpacing:smallCaps:fontFamilies:]):
25333 …FontSubstitution:widths:fonts:glyphs:numGlyphs:letterSpacing:wordSpacing:smallCaps:fontFamilies:]):
/external/webkit/Source/WebCore/
DChangeLog-2003-10-25741 Fix an obvious little typo with smallCaps inheritance. Richard reviewed.
7668 Add smallCaps boolean to the string drawing and measuring
DChangeLog2100 (WebCore::FontPlatformData::smallCaps): Removed.
58485 (WebCore::FontPlatformData::smallCaps):
DChangeLog-2006-05-1019352 (WebCore::FontDescription::smallCaps):

12