/external/webkit/Source/WebKit/chromium/src/ |
D | WebFontDescription.cpp | 47 smallCaps = desc.smallCaps(); in WebFontDescription() 65 desc.setSmallCaps(smallCaps); in operator WebCore::FontDescription()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | SimpleFontDataHaiku.cpp | 81 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/ |
D | FontPlatformDataQt.cpp | 74 const bool smallCaps = description.smallCaps(); in FontPlatformData() local 75 font.setCapitalization(smallCaps ? QFont::SmallCaps : QFont::MixedCase); in FontPlatformData()
|
D | FontPlatformData.h | 125 bool smallCaps() const in smallCaps() function
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
D | SimpleFontDataFreeType.cpp | 101 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/ |
D | FontDataAndroid.cpp | 92 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/ |
D | SimpleFontDataPango.cpp | 99 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/ |
D | WebFontDescription.h | 78 , smallCaps(false) in WebFontDescription() 90 bool smallCaps; member
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | SimpleFontDataWx.cpp | 105 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/ |
D | SimpleFontDataWinCE.cpp | 80 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/ |
D | SimpleFontDataChromiumWin.cpp | 129 if (!m_derivedFontData->smallCaps) in smallCapsFontData() 130 m_derivedFontData->smallCaps = scaledFontData(fontDescription, .7); in smallCapsFontData() 132 return m_derivedFontData->smallCaps.get(); in smallCapsFontData()
|
D | SimpleFontDataLinux.cpp | 168 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/ |
D | SimpleFontDataWin.cpp | 131 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/ |
D | SimpleFontData.cpp | 261 if (smallCaps) in ~DerivedFontData() 262 GlyphPageTreeNode::pruneTreeCustomFontData(smallCaps.get()); in ~DerivedFontData()
|
D | FontDescription.h | 87 bool smallCaps() const { return m_smallCaps; } in smallCaps() function
|
D | SimpleFontData.h | 240 OwnPtr<SimpleFontData> smallCaps; member
|
D | Font.h | 106 bool isSmallCaps() const { return m_fontDescription.smallCaps(); } in isSmallCaps()
|
D | FontFastPath.cpp | 48 if (m_fontDescription.smallCaps()) { in glyphDataForCharacter()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | SimpleFontDataMac.mm | 354 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/ |
D | CSSComputedStyleDeclaration.cpp | 1122 if (style->fontDescription().smallCaps()) in getPropertyCSSValue()
|
D | CSSStyleSelector.cpp | 3683 fontDescription.setSmallCaps(m_parentStyle->fontDescription().smallCaps()); in applyProperty()
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 22503 …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/ |
D | ChangeLog-2003-10-25 | 741 Fix an obvious little typo with smallCaps inheritance. Richard reviewed. 7668 Add smallCaps boolean to the string drawing and measuring
|
D | ChangeLog | 2100 (WebCore::FontPlatformData::smallCaps): Removed. 58485 (WebCore::FontPlatformData::smallCaps):
|
D | ChangeLog-2006-05-10 | 19352 (WebCore::FontDescription::smallCaps):
|