Lines Matching refs:bottom
38 f32 bottom; //!< 矩形の下座標です。 member
55 bottom(0) in Rect()
71 bottom(b) in Rect()
82 bottom(v.bottom) in Rect()
109 f32 GetHeight() const { return bottom - top; } in GetHeight()
137 void SetHeight(f32 height) { bottom = top + height; } in SetHeight()
149 bottom = y + GetHeight(); in MoveTo()
164 bottom += dy; in Move()
180 bottom = y + height; in SetOriginAndSize()
193 const f32 b = bottom; in Normalize()
198 bottom = (b - t) >= 0 ? b : t; in Normalize()