Lines Matching defs:const
49 bool IsZero() const
54 bool IsErrorOffset() const
59 double GetX() const
64 double GetY() const
69 double GetDistance() const
74 Offset operator+(const Offset& offset) const
79 Offset operator+(const Size& size) const
84 Offset operator-(const Offset& offset) const
89 Offset operator-(const Size& size) const
94 Offset operator*(double value) const
99 Offset operator/(double value) const
107 Offset& operator+=(const Offset& offset)
114 Offset& operator-=(const Offset& offset)
121 bool operator==(const Offset& offset) const
126 bool operator!=(const Offset& offset) const
131 std::string ToString() const
139 bool IsPositiveOffset() const