Lines Matching refs:top
33 f32 top; //!< 矩形の上座標です。 member
49 top(0), in Rect()
65 top(t), in Rect()
76 top(v.top), in Rect()
105 f32 GetHeight() const { return bottom - top; } in GetHeight()
119 f32 GetY() const { return top; } in GetY()
133 void SetHeight(f32 height) { bottom = top + height; } in SetHeight()
146 top = y; in MoveTo()
159 top += dy; in Move()
175 top = y; in SetOriginAndSize()
187 const f32 t = top; in Normalize()
193 top = (b - t) >= 0 ? t : b; in Normalize()