Lines Matching refs:Dga_opaque
133 } *Dga_opaque;
157 #define DGA_LOCK(x) (*(((Dga_opaque)(x))->loc_5)) = 1
158 #define DGA_UNLOCK(x) (*(((Dga_opaque)(x))->loc_6)) = 0
162 if ((((Dga_opaque)(win))->loc_4)++ == 0) { \
164 ((Dga_opaque)win)->loc_10 = (((((Dga_opaque)(win))->loc_2) == \
165 (*(((Dga_opaque)(win))->loc_3))) ? \
166 0 : (*(((Dga_opaque)(win))->loc_9))(win)); \
172 if (--(((Dga_opaque)(win))->loc_4) == 0) { \
174 if (((Dga_opaque)(win))->loc_8) \
175 (*(((Dga_opaque)(win))->loc_8))(win); \
179 #define DGA_WIN_MODIF(win) (((Dga_opaque)win)->loc_10)