HomeSort by: relevance | last modified time | path
    Searched defs:stipple (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_ioc32.c 140 drm_r128_stipple_t stipple; local
145 stipple.mask = compat_ptr(stipple32.mask);
147 return drm_ioctl_kernel(file, r128_cce_stipple, &stipple, DRM_AUTH);
r128_state.c 1185 * Polygon stipple
1188 static void r128_cce_dispatch_stipple(struct drm_device *dev, u32 *stipple)
1199 OUT_RING(stipple[i]);
1499 drm_r128_stipple_t *stipple = data; local
1506 if (copy_from_user(&mask, stipple->mask, 32 * sizeof(u32)))
  /src/sys/external/bsd/drm/dist/shared-core/
r128_state.c 1220 * Polygon stipple
1223 static void r128_cce_dispatch_stipple(struct drm_device * dev, u32 * stipple)
1234 OUT_RING(stipple[i]);
1529 drm_r128_stipple_t *stipple = data; local
1534 if (DRM_COPY_FROM_USER(&mask, stipple->mask, 32 * sizeof(u32)))
radeon_state.c 1905 static void radeon_cp_dispatch_stipple(struct drm_device * dev, u32 * stipple)
1919 OUT_RING(stipple[i]);
2435 drm_radeon_stipple_t *stipple = data; local
2440 if (DRM_COPY_FROM_USER(&mask, stipple->mask, 32 * sizeof(u32)))
  /src/external/gpl2/groff/dist/src/preproc/grn/
main.cpp 21 * and `stipple' down to "sc" and "st") and may be upper or lower case.
30 * stipple, l - Use a stipple font for polygons. Arg
32 * use only one stipple font per picture.
33 * (See below for stipple font index.)
52 * l<nn> (integer <nn>) - Set association between stipple <nn>
53 * and a stipple `character'. <nn> must
56 * index in the stipple font selected.
63 * stipple fonts may be added. An
182 int stipple_index[NSTIPPLES + 1]; /* stipple font file indices *
183 char *stipple; variable
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
xproto.h 3081 OpaqueStippled A tile with the same width and height as stipple but with background
3082 everywhere stipple has a zero and with foreground everywhere stipple
3084 Stippled Foreground masked by stipple
3089 Stippled Background masked by stipple */
3095 /**< The tile/stipple represents an infinite two-dimensional plane with the tile/stipple replicated in all
3097 the upper-left corner of some instance of the tile/stipple is at the coordinates within the drawable
3098 specified by the tile/stipple origin. The tile/stipple and clip origins are interpreted relative to th
3246 xcb_pixmap_t stipple; member in struct:xcb_create_gc_value_list_t
3290 xcb_pixmap_t stipple; member in struct:xcb_change_gc_value_list_t
    [all...]

Completed in 28 milliseconds