Searched defs:glyphName (Results 1 – 4 of 4) sorted by relevance
52 void addGlyph(const String& glyphName, const String& unicodeString, SVGGlyph glyph) in addGlyph()139 const SVGGlyph& glyphIdentifierForGlyphName(const String& glyphName) const in glyphIdentifierForGlyphName()
180 static bool stringMatchesGlyphName(const String& glyphName, const HashSet<String>& glyphValues) in stringMatchesGlyphName()238 void SVGFontElement::collectGlyphsForGlyphName(const String& glyphName, Vector<SVGGlyph>& glyphs) in collectGlyphsForGlyphName()
104 …enderSVGInlineText* text, unsigned position, unsigned length, float width, const String& glyphName) in SVGTextMetrics()
97 String glyphName; member