Home
last modified time | relevance | path

Searched defs:glyphName (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGlyphMap.h52 void addGlyph(const String& glyphName, const String& unicodeString, SVGGlyph glyph) in addGlyph()
139 const SVGGlyph& glyphIdentifierForGlyphName(const String& glyphName) const in glyphIdentifierForGlyphName()
DSVGFontElement.cpp180 static bool stringMatchesGlyphName(const String& glyphName, const HashSet<String>& glyphValues) in stringMatchesGlyphName()
238 void SVGFontElement::collectGlyphsForGlyphName(const String& glyphName, Vector<SVGGlyph>& glyphs) in collectGlyphsForGlyphName()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextMetrics.cpp104 …enderSVGInlineText* text, unsigned position, unsigned length, float width, const String& glyphName) in SVGTextMetrics()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSVGGlyph.h97 String glyphName; member