Lines Matching refs:left
32 f32 left; //!< 矩形の左座標です。
48 : left(0), in Rect()
64 : left(l), in Rect()
75 : left(v.left), in Rect()
98 f32 GetWidth() const { return right - left; } in GetWidth()
112 f32 GetX() const { return left; } in GetX()
126 void SetWidth(f32 width) { right = left + width; } in SetWidth()
144 left = x; in MoveTo()
157 left += dx; in Move()
173 left = x; in SetOriginAndSize()
186 const f32 l = left; in Normalize()
191 left = (r - l) >= 0 ? l : r; in Normalize()