Home
last modified time | relevance | path

Searched defs:VClipRect (Results 1 – 1 of 1) sorted by relevance

/dports/games/vavoom/vavoom-1.33/source/
H A Dui_widget.h26 struct VClipRect struct
28 float OriginX; // Origin of the widget, in absolute coordinates.
29 float OriginY;
31 float ScaleX; // Accomulative scale.
32 float ScaleY;
34 float ClipX1; // Clipping rectangle, in absolute coordinates.
35 float ClipY1;
36 float ClipX2;
37 float ClipY2;
39 bool HasArea() const in HasArea()