Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h67 , m_horizontalGlyphStretch(1) in m_charactersLength()
87 , m_horizontalGlyphStretch(1) in m_charactersLength()
107 , m_horizontalGlyphStretch(1)
135 , m_horizontalGlyphStretch(1)
189 float horizontalGlyphStretch() const { return m_horizontalGlyphStretch; } in horizontalGlyphStretch()
190 void setHorizontalGlyphStretch(float scale) { m_horizontalGlyphStretch = scale; } in setHorizontalGlyphStretch()
245 float m_horizontalGlyphStretch; variable