Home | History | Annotate | Download | only in svg

Lines Matching defs:glyphs

38     Vector<SVGGlyphIdentifier> glyphs;
65 node->glyphs.append(glyph);
66 node->glyphs.last().priority = m_currentPriority++;
67 node->glyphs.last().nameLength = len;
68 node->glyphs.last().isValid = true;
77 void get(const String& string, Vector<SVGGlyphIdentifier>& glyphs)
86 glyphs.append(node->glyphs);
89 std::sort(glyphs.begin(), glyphs.end(), compareGlyphPriority);