HomeSort by relevance Sort by last modified time
    Searched defs:glyphName (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGGlyphElement.h 78 && glyphName == other.glyphName
92 String glyphName;
SVGFont.cpp 294 m_walkerData.glyphName = identifier.glyphName;
341 String glyphName;
382 static float floatWidthOfSubStringUsingSVGFont(const Font* font, const TextRun& run, int extraCharsAvailable, int from, int to, int& charsConsumed, String& glyphName)
424 glyphName = data.glyphName;
434 String glyphName;
435 return floatWidthOfSubStringUsingSVGFont(this, run, 0, 0, run.length(), charsConsumed, glyphName);
438 float Font::floatWidthUsingSVGFont(const TextRun& run, int extraCharsAvailable, int& charsConsumed, String& glyphName) const
440 return floatWidthOfSubStringUsingSVGFont(this, run, extraCharsAvailable, 0, run.length(), charsConsumed, glyphName);
    [all...]

Completed in 39 milliseconds