HomeSort by relevance Sort by last modified time
    Searched refs:smallCapsFontData (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp 105 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const
110 FontPlatformData smallCapsFontData(m_platformData);
111 smallCapsFontData.setSize(smallCapsHeight);
112 m_smallCapsFontData = new SimpleFontData(smallCapsFontData, true, false);
  /external/webkit/WebCore/platform/graphics/
FontFastPath.cpp 97 // The smallCapsFontData function should not normally return 0.
99 const SimpleFontData* smallCapsFontData = data.fontData->smallCapsFontData(m_fontDescription);
100 if (!smallCapsFontData)
103 GlyphPageTreeNode* smallCapsNode = GlyphPageTreeNode::getRootChild(smallCapsFontData, pageNumber);
111 // Do not attempt system fallback off the smallCapsFontData. This is the very unlikely case that
113 return smallCapsFontData->missingGlyphData();
147 characterFontData = characterFontData->smallCapsFontData(m_fontDescription);
SimpleFontData.h 72 SimpleFontData* smallCapsFontData(const FontDescription& fontDescription) const;
  /external/webkit/WebCore/platform/graphics/android/
FontDataAndroid.cpp 76 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const
  /external/webkit/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 74 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const
  /external/webkit/WebCore/platform/graphics/gtk/
SimpleFontDataGtk.cpp 82 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const
SimpleFontDataPango.cpp 83 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 325 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const
329 FontPlatformData smallCapsFontData(m_platformData);
330 smallCapsFontData.m_size = smallCapsFontData.m_size * smallCapsFontSizeMultiplier;
331 m_smallCapsFontData = new SimpleFontData(smallCapsFontData, true, false);
  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 106 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const
SimpleFontDataLinux.cpp 134 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const
  /external/webkit/WebCore/platform/graphics/wince/
SimpleFontDataWince.cpp 67 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const
  /external/webkit/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 90 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const

Completed in 196 milliseconds