Lines Matching defs:other
19 // TODO: Make it external so the other platforms (Android) could use it
36 // this condition, other functions may still be unreliable in the presence of NaN.
84 bool operator==(const Decoration& other) const {
85 return this->fType == other.fType &&
86 this->fMode == other.fMode &&
87 this->fColor == other.fColor &&
88 this->fStyle == other.fStyle &&
89 this->fThicknessMultiplier == other.fThicknessMultiplier;
187 TextStyle(const TextStyle& other) = default;
188 TextStyle& operator=(const TextStyle& other) = default;
192 bool equals(const TextStyle& other) const;
194 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;