Home | History | Annotate | Download | only in svg

Lines Matching refs:glyphs

39         Vector<SVGGlyphIdentifier> glyphs;
66 node->glyphs.append(glyph);
67 node->glyphs.last().priority = m_currentPriority++;
68 node->glyphs.last().nameLength = len;
69 node->glyphs.last().isValid = true;
78 void get(const String& string, Vector<SVGGlyphIdentifier>& glyphs)
87 glyphs.append(node->glyphs);
90 std::sort(glyphs.begin(), glyphs.end(), compareGlyphPriority);