Searched refs:fontStretch (Results 1 – 7 of 7) sorted by relevance
228 static double fontStretchToDouble(FontStretch fontStretch) in fontStretchToDouble() argument230 return static_cast<unsigned>(fontStretch); in fontStretchToDouble()233 static PassRefPtrWillBeRawPtr<AnimatableValue> createFromFontStretch(FontStretch fontStretch) in createFromFontStretch() argument235 return createFromDouble(fontStretchToDouble(fontStretch)); in createFromFontStretch()355 return createFromFontStretch(style.fontStretch()); in create()
146 return a.fontStretch() == b.fontStretch(); in propertiesEqual()
251 void FontBuilder::setStretch(FontStretch fontStretch) in setStretch() argument255 scope.fontDescription().setStretch(fontStretch); in setStretch()
3712 DWRITE_FONT_STRETCH fontStretch,3914 __out DWRITE_FONT_STRETCH* fontStretch,4779 DWRITE_FONT_STRETCH fontStretch,
532 Property fontStretch = new Property(534 builder.put("font-stretch", fontStretch);
1117 FontStretch RenderStyle::fontStretch() const { return fontDescription().stretch(); } in fontStretch() function in blink::RenderStyle
558 FontStretch fontStretch() const;