Lines Matching refs:top
38 f32 top; //!< 矩形の上座標です。 member
55 top(0), in Rect()
71 top(t), in Rect()
82 top(v.top), in Rect()
111 f32 GetHeight() const { return bottom - top; } in GetHeight()
125 f32 GetY() const { return top; } in GetY()
139 void SetHeight(f32 height) { bottom = top + height; } in SetHeight()
152 top = y; in MoveTo()
165 top += dy; in Move()
181 top = y; in SetOriginAndSize()
193 const f32 t = top; in Normalize()
199 top = (b - t) >= 0 ? t : b; in Normalize()