HomeSort by relevance Sort by last modified time
    Searched refs:horizontalGlyphStretch (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
TextRun.h 94 float horizontalGlyphStretch() const { return m_horizontalGlyphStretch; }
WidthIterator.cpp 138 // SVG uses horizontalGlyphStretch(), when textLength is used to stretch/squeeze text.
139 width *= m_run.horizontalGlyphStretch();

Completed in 27 milliseconds