Searched refs:m_glyph (Results 1 – 2 of 2) sorted by relevance
50 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 ==()
61 const Glyph& glyph() const { return m_glyph; } in glyph()74 Glyph m_glyph; variable