Home
last modified time | relevance | path

Searched defs:SVGGlyphIdentifier (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/svg/
DSVGGlyphElement.h37 struct SVGGlyphIdentifier { struct
53 SVGGlyphIdentifier() in SVGGlyphIdentifier() function
73 bool operator==(const SVGGlyphIdentifier& other) const argument
87 bool isValid : 1;
89 unsigned orientation : 2; // Orientation
90 unsigned arabicForm : 3; // ArabicForm
91 int priority;
92 size_t nameLength;
116 SVGGlyphIdentifier buildGlyphIdentifier() const; argument