Searched refs:stipple (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dr128_ioc32.c145 drm_r128_stipple_t __user *stipple; local
150 stipple = compat_alloc_user_space(sizeof(*stipple));
151 if (!access_ok(VERIFY_WRITE, stipple, sizeof(*stipple))
153 &stipple->mask))
157 DRM_IOCTL_R128_STIPPLE, (unsigned long)stipple);
H A Dr128_state.c1211 * Polygon stipple
1214 static void r128_cce_dispatch_stipple(drm_device_t * dev, u32 * stipple) argument
1225 OUT_RING(stipple[i]);
1542 drm_r128_stipple_t stipple; local
1547 DRM_COPY_FROM_USER_IOCTL(stipple, (drm_r128_stipple_t __user *) data,
1548 sizeof(stipple));
1550 if (DRM_COPY_FROM_USER(&mask, stipple.mask, 32 * sizeof(u32)))
H A Dradeon_state.c1869 static void radeon_cp_dispatch_stipple(drm_device_t * dev, u32 * stipple) argument
1883 OUT_RING(stipple[i]);
2403 drm_radeon_stipple_t stipple; local
2408 DRM_COPY_FROM_USER_IOCTL(stipple, (drm_radeon_stipple_t __user *) data,
2409 sizeof(stipple));
2411 if (DRM_COPY_FROM_USER(&mask, stipple.mask, 32 * sizeof(u32)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dframeview.pl407 -stipple=>'gray50');
443 $w->createLine($x,0,$x,$useabley,-tags=>['axes'],-width=>1,-stipple=>"gray50");

Completed in 78 milliseconds