HomeSort by relevance Sort by last modified time
    Searched refs:svgGlyphForGlyph (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.h 67 SVGGlyph svgGlyphForGlyph(Glyph);
SVGGlyphMap.h 167 const SVGGlyph& svgGlyphForGlyph(Glyph glyph) const
178 return svgGlyphForGlyph(m_idGlyphs.get(glyphIdentifier));
183 return svgGlyphForGlyph(m_namedGlyphs.get(glyphName));
SVGFontElement.cpp 240 SVGGlyph SVGFontElement::svgGlyphForGlyph(Glyph glyph)
243 return m_glyphMap.svgGlyphForGlyph(glyph);
SVGFontData.cpp 145 SVGGlyph svgGlyph = associatedFontElement->svgGlyphForGlyph(glyph);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 117 SVGGlyph svgGlyph = fontElement->svgGlyphForGlyph(glyph);

Completed in 273 milliseconds