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

  /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...]
hgraph.cpp 28 extern int stipple_index[]; /* stipple font index for stipples 0 - 16 */
29 extern char *stipple; /* stipple type (cf or ug) */
162 * stipple fonts).
  /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/external/mit/xorg/include/xbitmaps/
Makefile 16 stipple target terminal tie_fighter vlines2 vlines3 weird_size \
  /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/devices/xditview/
Dvi.c 295 values.stipple = dw->dvi.gray[5];
draw.c 431 values.stipple = dw->dvi.gray[fill_type - 1];
  /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...]
xproto.c 6708 /* xcb_create_gc_value_list_t.stipple */
6709 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->stipple;
6923 /* xcb_create_gc_value_list_t.stipple */
6924 _aux->stipple = *(xcb_pixmap_t *)xcb_tmp;
7319 /* xcb_change_gc_value_list_t.stipple */
7320 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->stipple;
7534 /* xcb_change_gc_value_list_t.stipple */
7535 _aux->stipple = *(xcb_pixmap_t *)xcb_tmp;
  /src/external/bsd/nvi/dist/motif_l/
xtabbed.c 1949 /* opaque stipple: draw rotated text in background colour */
1960 /* this will merge the rotated text and the user's stipple */
1969 /* set the relative stipple origin */
1973 /* fill the whole bitmap with the user's stipple */
1974 XSetStipple(dpy, depth_one_gc, values.stipple);
1979 /* set stipple origin back to normal */
1992 /* now delete user's stipple everywhere EXCEPT on text */
2012 /* paint text using stipple technique */
2059 /* this gc has similar properties to the user's gc (including stipple) */

Completed in 31 milliseconds