Lines Matching defs:const
51 bool IsZero() const
56 bool IsErrorOffset() const
61 double GetX() const
66 double GetY() const
71 void SetX(double x, const AnimationOption& option = AnimationOption())
77 void SetY(double y, const AnimationOption& option = AnimationOption())
83 AnimationOption GetXAnimationOption() const
88 AnimationOption GetYAnimationOption() const
93 double GetDistance() const
98 Offset operator+(const Offset& offset) const
103 Offset operator+(const Size& size) const
108 Offset operator-(const Offset& offset) const
113 Offset operator-(const Size& size) const
118 Offset operator*(double value) const
123 Offset operator/(double value) const
131 Offset& operator+=(const Offset& offset)
138 Offset& operator-=(const Offset& offset)
145 bool operator==(const Offset& offset) const
150 bool operator!=(const Offset& offset) const
155 std::string ToString() const
163 bool IsPositiveOffset() const