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

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 93 associatedFontElement->getGlyphIdentifiersForString(String("x", 1), letterXGlyphs);
105 associatedFontElement->getGlyphIdentifiersForString(String(" ", 1), spaceGlyphs);
109 associatedFontElement->getGlyphIdentifiersForString(String("0", 1), numeralZeroGlyphs);
113 associatedFontElement->getGlyphIdentifiersForString(String("W", 1), letterWGlyphs);
  /external/webkit/Source/WebCore/svg/
SVGFontElement.h 62 void getGlyphIdentifiersForString(const String&, Vector<SVGGlyphIdentifier>&) const;
SVGFontElement.cpp 176 void SVGFontElement::getGlyphIdentifiersForString(const String& string, Vector<SVGGlyphIdentifier>& glyphs) const
SVGFont.cpp 283 m_fontElement->getGlyphIdentifiersForString(lookupString, glyphs);

Completed in 928 milliseconds