Home
last modified time | relevance | path

Searched refs:fontStretch (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp228 static double fontStretchToDouble(FontStretch fontStretch) in fontStretchToDouble() argument
230 return static_cast<unsigned>(fontStretch); in fontStretchToDouble()
233 static PassRefPtrWillBeRawPtr<AnimatableValue> createFromFontStretch(FontStretch fontStretch) in createFromFontStretch() argument
235 return createFromDouble(fontStretchToDouble(fontStretch)); in createFromFontStretch()
355 return createFromFontStretch(style.fontStretch()); in create()
DCSSPropertyEquality.cpp146 return a.fontStretch() == b.fontStretch(); in propertiesEqual()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp251 void FontBuilder::setStretch(FontStretch fontStretch) in setStretch() argument
255 scope.fontDescription().setStretch(fontStretch); in setStretch()
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DDWrite.h3712 DWRITE_FONT_STRETCH fontStretch,
3914 __out DWRITE_FONT_STRETCH* fontStretch,
4779 DWRITE_FONT_STRETCH fontStretch,
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java532 Property fontStretch = new Property(
534 builder.put("font-stretch", fontStretch);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1117 FontStretch RenderStyle::fontStretch() const { return fontDescription().stretch(); } in fontStretch() function in blink::RenderStyle
DRenderStyle.h558 FontStretch fontStretch() const;