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

  /external/webkit/WebCore/svg/
SVGFontElement.h 45 void getGlyphIdentifiersForString(const String&, Vector<SVGGlyphIdentifier>&) const;
SVGFontElement.cpp 243 void SVGFontElement::getGlyphIdentifiersForString(const String& string, Vector<SVGGlyphIdentifier>& glyphs) const
SVGFont.cpp 279 m_fontElement->getGlyphIdentifiersForString(lookupString, glyphs);
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.cpp 82 associatedFontElement->getGlyphIdentifiersForString(String(" ", 1), spaceGlyphs);
86 associatedFontElement->getGlyphIdentifiersForString(String("0", 1), numeralZeroGlyphs);
90 associatedFontElement->getGlyphIdentifiersForString(String("W", 1), letterWGlyphs);

Completed in 184 milliseconds