Home
last modified time | relevance | path

Searched defs:smallCaps (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
DFontPlatformDataQt.cpp74 const bool smallCaps = description.smallCaps(); in FontPlatformData() local
DFontPlatformData.h125 bool smallCaps() const in smallCaps() function
/external/webkit/Source/WebKit/chromium/public/
DWebFontDescription.h90 bool smallCaps; member
/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.h240 OwnPtr<SimpleFontData> smallCaps; member
DFontDescription.h87 bool smallCaps() const { return m_smallCaps; } in smallCaps() function