| 170 | Frect CUICustomItem::GetOriginalRect() const { return iOriginalRect; } |
| 171 | |
| 172 | void CUICustomItem::SetOriginalRect(float x, float y, float width, float height) |
| 173 | { |
| 174 | iOriginalRect.set(x, y, x + width, y + height); |
| 175 | uFlags.set(flValidOriginalRect, TRUE); |
| 176 | } |
| 177 | |
| 178 | void CUICustomItem::ResetHeadingPivot() |
| 179 | { |
no test coverage detected