Lines Matching refs:bottom
40 f32 bottom; //!< 矩形の下座標です。 member
57 bottom(0) in Rect()
73 bottom(b) in Rect()
84 bottom(v.bottom) in Rect()
111 f32 GetHeight() const { return bottom - top; } in GetHeight()
139 void SetHeight(f32 height) { bottom = top + height; } in SetHeight()
151 bottom = y + GetHeight(); in MoveTo()
166 bottom += dy; in Move()
182 bottom = y + height; in SetOriginAndSize()
195 const f32 b = bottom; in Normalize()
200 bottom = (b - t) >= 0 ? b : t; in Normalize()