Searched defs:stipple (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SmeLineP.h66 Pixmap stipple; /* Line Stipple. */ member in struct:__anon320
H A DXaw3_1LabelP.h75 Pixmap stipple; member in struct:__anon303
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSmeLineP.h70 Pixmap stipple; /* Line Stipple. */ member in struct:__anon388
H A DLabelP.h102 Pixmap stipple; member in struct:__anon367
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_state.c1975 static void radeon_cp_dispatch_stipple(drm_device_t *dev, u32 *stipple) argument
1989 OUT_RING(stipple[i]);
2592 drm_radeon_stipple_t stipple; local
2602 stipple.mask = (void *)(uintptr_t)stipple32.mask;
2605 DRM_COPYFROM_WITH_RETURN(&stipple, (void *)data,
2606 sizeof (stipple));
2610 if (DRM_COPY_FROM_USER(&mask, stipple.mask, 32 * sizeof (u32)))

Completed in 71 milliseconds