Searched defs:SVGGlyphIdentifier (Results 1 – 1 of 1) sorted by relevance
37 struct SVGGlyphIdentifier { struct53 SVGGlyphIdentifier() in SVGGlyphIdentifier() function73 bool operator==(const SVGGlyphIdentifier& other) const argument87 bool isValid : 1;89 unsigned orientation : 2; // Orientation90 unsigned arabicForm : 3; // ArabicForm91 int priority;92 size_t nameLength;116 SVGGlyphIdentifier buildGlyphIdentifier() const; argument