/external/webkit/WebCore/platform/graphics/win/ |
D | SimpleFontDataWin.cpp | 105 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData 110 FontPlatformData smallCapsFontData(m_platformData); in smallCapsFontData() local 111 smallCapsFontData.setSize(smallCapsHeight); in smallCapsFontData() 112 m_smallCapsFontData = new SimpleFontData(smallCapsFontData, true, false); in smallCapsFontData()
|
/external/webkit/WebCore/platform/graphics/ |
D | FontFastPath.cpp | 99 … const SimpleFontData* smallCapsFontData = data.fontData->smallCapsFontData(m_fontDescription); in glyphDataForCharacter() local 100 if (!smallCapsFontData) in glyphDataForCharacter() 103 … GlyphPageTreeNode* smallCapsNode = GlyphPageTreeNode::getRootChild(smallCapsFontData, pageNumber); in glyphDataForCharacter() 113 return smallCapsFontData->missingGlyphData(); in glyphDataForCharacter() 153 characterFontData = characterFontData->smallCapsFontData(m_fontDescription); in glyphDataForCharacter()
|
D | SimpleFontData.h | 65 SimpleFontData* smallCapsFontData(const FontDescription& fontDescription) const;
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | SimpleFontDataWx.cpp | 72 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
|
/external/webkit/WebCore/platform/graphics/android/ |
D | FontDataAndroid.cpp | 79 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
|
/external/webkit/WebCore/platform/graphics/gtk/ |
D | SimpleFontDataGtk.cpp | 84 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
|
D | SimpleFontDataPango.cpp | 83 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | SimpleFontDataMac.mm | 324 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const 328 FontPlatformData smallCapsFontData(m_platformData); 329 smallCapsFontData.m_size = smallCapsFontData.m_size * smallCapsFontSizeMultiplier; 330 m_smallCapsFontData = new SimpleFontData(smallCapsFontData, true, false);
|
D | FontMacATSUI.mm | 415 initializeATSUStyle(r->smallCapsFontData(m_font->fontDescription())); 416 …ATSUSetRunStyle(layout, r->smallCapsFontData(m_font->fontDescription())->m_ATSUStyle, firstSmallCa… 444 … const SimpleFontData* smallCapsData = r->smallCapsFontData(m_font->fontDescription());
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | SimpleFontDataWince.cpp | 67 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | SimpleFontDataChromiumWin.cpp | 106 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
|
D | SimpleFontDataLinux.cpp | 134 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 35654 by implementing FontData::smallCapsFontData. 35658 (WebCore::FontData::smallCapsFontData): 36916 (WebCore::FontData::smallCapsFontData): 52258 (WebCore::FontData::smallCapsFontData): 52464 (WebCore::FontData::smallCapsFontData): 52696 (WebCore::FontData::smallCapsFontData): 52762 (WebCore::FontData::smallCapsFontData): 53717 (WidthMap::FontData::smallCapsFontData): 54461 (WebCore::FontData::smallCapsFontData): 54984 (WebCore::FontData::smallCapsFontData): [all …]
|
D | ChangeLog-2008-08-10 | 34681 (WebCore::SimpleFontData::smallCapsFontData): Changed to pass the 41810 (WebCore::SimpleFontData::smallCapsFontData): 60484 (WebCore::SimpleFontData::smallCapsFontData): 60503 (WebCore::SimpleFontData::smallCapsFontData): 60524 (WebCore::SimpleFontData::smallCapsFontData): 60539 (WebCore::SimpleFontData::smallCapsFontData): 61596 (WebCore::FontData::smallCapsFontData): 64022 (WebCore::FontData::smallCapsFontData): 65868 (WebCore::FontData::smallCapsFontData): 81936 (WebCore::FontData::smallCapsFontData):
|
D | ChangeLog-2009-06-16 | 2622 (WebCore::SimpleFontData::smallCapsFontData): 2627 (WebCore::SimpleFontData::smallCapsFontData): 2656 (WebCore::SimpleFontData::smallCapsFontData): 2680 (WebCore::SimpleFontData::smallCapsFontData): 34813 (WebCore::SimpleFontData::smallCapsFontData): the small-caps font data 53976 (WebCore::SimpleFontData::smallCapsFontData): 53983 (WebCore::SimpleFontData::smallCapsFontData): 55614 (WebCore::SimpleFontData::smallCapsFontData):
|
D | ChangeLog-2007-10-14 | 1239 (WebCore::FontData::smallCapsFontData): 1270 (WebCore::FontData::smallCapsFontData): 12805 (WebCore::FontData::smallCapsFontData): 24707 (WebCore::FontData::smallCapsFontData): 32751 (WebCore::FontData::smallCapsFontData):
|