Lines Matching refs:left
37 f32 left; //!< 矩形の左座標です。
54 : left(0), in Rect()
70 : left(l), in Rect()
81 : left(v.left), in Rect()
104 f32 GetWidth() const { return right - left; } in GetWidth()
118 f32 GetX() const { return left; } in GetX()
132 void SetWidth(f32 width) { right = left + width; } in SetWidth()
150 left = x; in MoveTo()
163 left += dx; in Move()
179 left = x; in SetOriginAndSize()
192 const f32 l = left; in Normalize()
197 left = (r - l) >= 0 ? l : r; in Normalize()