Searched refs:setWeight (Results 1 – 19 of 19) sorted by relevance
50 source.setWeight(FontWeightNormal); in TEST()56 source.setWeight(FontWeightNormal); in TEST()62 source.setWeight(FontWeight900); in TEST()68 source.setWeight(FontWeight100); in TEST()74 source.setWeight(FontWeight900); in TEST()80 source.setWeight(FontWeight800); in TEST()86 source.setWeight(FontWeight700); in TEST()92 source.setWeight(FontWeight600); in TEST()98 source.setWeight(FontWeight500); in TEST()104 source.setWeight(FontWeight400); in TEST()[all …]
130 setWeight(traits.weight()); in setTraits()
175 void setWeight(FontWeight w) { m_weight = w; } in setWeight() function
73 substituteDescription.setWeight(FontWeightNormal); in fallbackOnStandardFontStyle()114 description.setWeight(FontWeightBold); in fallbackFontForCharacter()117 description.setWeight(FontWeightNormal); in fallbackFontForCharacter()
67 fontDescription.setWeight(FontWeightNormal); in systemFont()
176 cachedDesc->setWeight(FontWeightNormal); in systemFont()
166 fontDescription.setWeight(FontWeightBold); in getReplacementTextGeometry()
296 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
49 void setWeight(double weight) { m_weight = weight; } in setWeight() function
63 desc.setWeight(static_cast<FontWeight>(weight)); in operator FontDescription()
494 d.setWeight(FontWeightBold); in getRowFont()
60 void setWeight(FontWeight);
237 void FontBuilder::setWeight(FontWeight fontWeight) in setWeight() function in blink::FontBuilder241 scope.fontDescription().setWeight(fontWeight); in setWeight()
157 fontDescription.setWeight(FontWeightNormal); in TEST()
112 description.setWeight(fontWeight); in deriveDragLabelFont()
80 void setWeight(ExecutionContext*, const String&, ExceptionState&);
188 void FontFace::setWeight(ExecutionContext* context, const String& s, ExceptionState& exceptionState) in setWeight() function in blink::FontFace
314 adjustedFontDescription.setWeight(variantWeight); in createFontPlatformData()
1236 desc.setWeight(weight); in setFontWeight()