Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DWidthIterator.cpp97 if (UNLIKELY(m_run.horizontalGlyphStretch() != 1)) in characterWidth()
98 width *= m_run.horizontalGlyphStretch(); in characterWidth()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h186 float horizontalGlyphStretch() const { return m_horizontalGlyphStretch; } in horizontalGlyphStretch() function