Lines Matching refs:left
35 f32 left; //!< 矩形の左座標です。
52 : left(0), in Rect()
68 : left(l), in Rect()
79 : left(v.left), in Rect()
102 f32 GetWidth() const { return right - left; } in GetWidth()
116 f32 GetX() const { return left; } in GetX()
130 void SetWidth(f32 width) { right = left + width; } in SetWidth()
148 left = x; in MoveTo()
161 left += dx; in Move()
177 left = x; in SetOriginAndSize()
190 const f32 l = left; in Normalize()
195 left = (r - l) >= 0 ? l : r; in Normalize()