Searched refs:setSmallCaps (Results 1 – 5 of 5) sorted by relevance
150 void setSmallCaps(FontSmallCaps c) { m_smallCaps = c; } in setSmallCaps() function151 void setSmallCaps(bool c) { setSmallCaps(c ? FontSmallCapsOn : FontSmallCapsOff); } in setSmallCaps() function
138 setSmallCaps((traitsMask & FontVariantSmallCapsMask) ? FontSmallCapsOn : FontSmallCapsOff); in setTraitsMask()
65 desc.setSmallCaps(smallCaps); in operator WebCore::FontDescription()
75 void setSmallCaps(FontSmallCaps);
455 void FontBuilder::setSmallCaps(FontSmallCaps smallCaps) in setSmallCaps() function in WebCore::FontBuilder459 scope.fontDescription().setSmallCaps(smallCaps); in setSmallCaps()