Searched defs:setSmallCaps (Results 1 – 2 of 2) 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
455 void FontBuilder::setSmallCaps(FontSmallCaps smallCaps) in setSmallCaps() function in WebCore::FontBuilder