Home
last modified time | relevance | path

Searched refs:setHorizontalGlyphStretch (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h190 void setHorizontalGlyphStretch(float scale) { m_horizontalGlyphStretch = scale; } in setHorizontalGlyphStretch() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp103 textRun.setHorizontalGlyphStretch(narrowPrecisionToFloat(fragmentTransform.xScale())); in offsetForPositionInFragment()