Home
last modified time | relevance | path

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

/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/common/
H A DmgP.h94 struct mgcontext { struct
103 mgcontext *parent; /* Parent mg window, if any */ argument
109 short ap_min_tag, ap_max_tag; /* excluded seq. regions */
110 short mat_min_tag, mat_max_tag;
111 short light_min_tag, light_max_tag;
112 int shown; /* Is window 'visible'? */
113 ColorA background; /* Background color */
114 Image *bgimage;
130 Transform W2S, S2W; /* world-to-screen, screen-to-world xfms */
140 Transform O2S, S2O; /* object-to-screen, screen-to-object xfms */
[all …]
H A Dmg.h48 typedef struct mgcontext mgcontext; /* Opaque typedef */ typedef