Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextMetrics.cpp50 m_width = scaledFont.width(run, extraCharsAvailable, length, m_glyph.name) / scalingFactor; in SVGTextMetrics()
53 m_glyph.unicodeString = String(run.characters(), length); in SVGTextMetrics()
54 m_glyph.isValid = true; in SVGTextMetrics()
65 && m_glyph == other.m_glyph; in operator ==()
DSVGTextMetrics.h61 const Glyph& glyph() const { return m_glyph; } in glyph()
74 Glyph m_glyph; variable