Searched refs:m_glyphMap (Results 1 – 2 of 2) sorted by relevance
63 m_glyphMap.clear(); in invalidateGlyphCache()102 m_glyphMap.collectGlyphsForString(lookupString, glyphs); in registerLigaturesInGlyphCache()111 m_glyphMap.addGlyph(String(), lookupString, newGlyphPart); in registerLigaturesInGlyphCache()131 m_glyphMap.addGlyph(glyphId, unicode, glyph->buildGlyphIdentifier()); in ensureGlyphCache()152 m_glyphMap.appendToGlyphTable(svgGlyph); in ensureGlyphCache()235 m_glyphMap.collectGlyphsForString(string, glyphs); in collectGlyphsForString()242 glyphs.append(m_glyphMap.glyphIdentifierForGlyphName(glyphName)); in collectGlyphsForGlyphName()248 return m_glyphMap.svgGlyphForGlyph(glyph); in svgGlyphForGlyph()
87 SVGGlyphMap m_glyphMap; variable