Home
last modified time | relevance | path

Searched refs:smallCapsFontData (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DSimpleFontDataWin.cpp105 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/
DFontFastPath.cpp99 … 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()
DSimpleFontData.h65 SimpleFontData* smallCapsFontData(const FontDescription& fontDescription) const;
/external/webkit/WebCore/platform/graphics/wx/
DSimpleFontDataWx.cpp72 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
/external/webkit/WebCore/platform/graphics/android/
DFontDataAndroid.cpp79 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
/external/webkit/WebCore/platform/graphics/gtk/
DSimpleFontDataGtk.cpp84 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
DSimpleFontDataPango.cpp83 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
/external/webkit/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm324 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);
DFontMacATSUI.mm415 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/
DSimpleFontDataWince.cpp67 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
/external/webkit/WebCore/platform/graphics/chromium/
DSimpleFontDataChromiumWin.cpp106 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
DSimpleFontDataLinux.cpp134 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const in smallCapsFontData() function in WebCore::SimpleFontData
/external/webkit/WebCore/
DChangeLog-2006-12-3135654 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 …]
DChangeLog-2008-08-1034681 (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):
DChangeLog-2009-06-162622 (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):
DChangeLog-2007-10-141239 (WebCore::FontData::smallCapsFontData):
1270 (WebCore::FontData::smallCapsFontData):
12805 (WebCore::FontData::smallCapsFontData):
24707 (WebCore::FontData::smallCapsFontData):
32751 (WebCore::FontData::smallCapsFontData):