Searched defs:setStretch (Results 1 – 3 of 3) sorted by relevance
251 void FontBuilder::setStretch(FontStretch fontStretch) in setStretch() function in blink::FontBuilder
193 void FontFace::setStretch(ExecutionContext* context, const String& s, ExceptionState& exceptionStat… in setStretch() function in blink::FontFace
176 void setStretch(FontStretch s) { m_stretch = s; } in setStretch() function