Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DTextRun.h52 , m_horizontalGlyphStretch(1) in m_characters()
72 , m_horizontalGlyphStretch(1)
94 float horizontalGlyphStretch() const { return m_horizontalGlyphStretch; } in horizontalGlyphStretch()
95 void setHorizontalGlyphStretch(float scale) { m_horizontalGlyphStretch = scale; } in setHorizontalGlyphStretch()
131 float m_horizontalGlyphStretch; variable