Home | History | Annotate | Download | only in svg

Lines Matching full:other

73         bool operator==(const SVGGlyphIdentifier& other) const
75 return isValid == other.isValid &&
76 orientation == other.orientation &&
77 arabicForm == other.arabicForm &&
78 glyphName == other.glyphName &&
79 horizontalAdvanceX == other.horizontalAdvanceX &&
80 verticalOriginX == other.verticalOriginX &&
81 verticalOriginY == other.verticalOriginY &&
82 verticalAdvanceY == other.verticalAdvanceY &&
83 pathData.debugString() == other.pathData.debugString() &&
84 languages == other.languages;