Searched refs:attrs (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_overlay.c1209 static int check_gamma(struct drm_intel_overlay_attrs *attrs) argument
1211 if (!check_gamma_bounds(0, attrs->gamma0) ||
1212 !check_gamma_bounds(attrs->gamma0, attrs->gamma1) ||
1213 !check_gamma_bounds(attrs->gamma1, attrs->gamma2) ||
1214 !check_gamma_bounds(attrs->gamma2, attrs->gamma3) ||
1215 !check_gamma_bounds(attrs->gamma3, attrs
1228 struct drm_intel_overlay_attrs *attrs = data; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Logo.c106 static void Realize (gw, valueMask, attrs)
109 XSetWindowAttributes *attrs;
112 *valueMask, attrs);
H A DXaw3_1MenuButton.c152 Realize(w, mask, attrs)
155 XSetWindowAttributes *attrs;
157 (*superclass->core_class.realize) (w, mask, attrs);
H A DXaw3_1Clock.c220 static void Realize (gw, valueMask, attrs)
223 XSetWindowAttributes *attrs;
228 attrs->bit_gravity = ForgetGravity;
235 attrs->backing_store = w->clock.backing_store;
239 *valueMask, attrs);
H A DXaw3_1SimpleMenu.c334 * attrs - attributes for the window to create.
339 Realize(w, mask, attrs)
342 XSetWindowAttributes * attrs;
346 attrs->cursor = smw->simple_menu.cursor;
352 attrs->backing_store = smw->simple_menu.backing_store;
357 (*superclass->core_class.realize) (w, mask, attrs);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSimpleMenu.c345 * attrs - attributes for the window to create.
350 Realize(w, mask, attrs)
353 XSetWindowAttributes * attrs;
357 attrs->cursor = smw->simple_menu.cursor;
363 attrs->backing_store = smw->simple_menu.backing_store;
368 (*superclass->core_class.realize) (w, mask, attrs);

Completed in 28 milliseconds