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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextMetrics.cpp 50 m_width = scaledFont.width(run, extraCharsAvailable, length, m_glyph.name) / scalingFactor;
53 m_glyph.unicodeString = String(run.characters(), length);
54 m_glyph.isValid = true;
65 && m_glyph == other.m_glyph;
SVGTextMetrics.h 61 const Glyph& glyph() const { return m_glyph; }
74 Glyph m_glyph; member in class:WebCore::SVGTextMetrics

Completed in 32 milliseconds