HomeSort by relevance Sort by last modified time
    Searched defs:smallCaps (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/qt/
FontPlatformData.h 125 bool smallCaps() const
130 return m_data->font.capitalization() == QFont::SmallCaps;
FontPlatformDataQt.cpp 74 const bool smallCaps = description.smallCaps();
75 font.setCapitalization(smallCaps ? QFont::SmallCaps : QFont::MixedCase);
  /external/webkit/Source/WebKit/chromium/public/
WebFontDescription.h 78 , smallCaps(false)
90 bool smallCaps;
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 87 bool smallCaps() const { return m_smallCaps; }
SimpleFontData.h 240 OwnPtr<SimpleFontData> smallCaps;

Completed in 253 milliseconds