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

/freebsd-10.3-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp19 * and `stipple' down to "sc" and "st") and may be upper or lower case.
28 * stipple, l - Use a stipple font for polygons. Arg
30 * use only one stipple font per picture.
31 * (See below for stipple font index.)
50 * l<nn> (integer <nn>) - Set association between stipple <nn>
51 * and a stipple `character'. <nn> must
54 * index in the stipple font selected.
61 * stipple fonts may be added. An
180 int stipple_index[NSTIPPLES + 1]; /* stipple fon
181 char *stipple; variable
[all...]
H A Dhgraph.cpp26 extern int stipple_index[]; /* stipple font index for stipples 0 - 16 */
27 extern char *stipple; /* stipple type (cf or ug) */
160 * stipple fonts).
/freebsd-10.3-release/sys/dev/drm/
H A Dr128_state.c1223 * Polygon stipple
1226 static void r128_cce_dispatch_stipple(struct drm_device * dev, u32 * stipple) argument
1237 OUT_RING(stipple[i]);
1532 drm_r128_stipple_t *stipple = data; local
1537 if (DRM_COPY_FROM_USER(&mask, stipple->mask, 32 * sizeof(u32)))
H A Dradeon_state.c1902 static void radeon_cp_dispatch_stipple(struct drm_device * dev, u32 * stipple) argument
1916 OUT_RING(stipple[i]);
2416 drm_radeon_stipple_t *stipple = data; local
2421 if (DRM_COPY_FROM_USER(&mask, stipple->mask, 32 * sizeof(u32)))
/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Dradeon_state.c1940 static void radeon_cp_dispatch_stipple(struct drm_device * dev, u32 * stipple) argument
1954 OUT_RING(stipple[i]);
2459 drm_radeon_stipple_t *stipple = data; local
2464 if (DRM_COPY_FROM_USER(&mask, stipple->mask, 32 * sizeof(u32)))
/freebsd-10.3-release/contrib/groff/src/devices/xditview/
H A DDvi.c293 values.stipple = dw->dvi.gray[5];
H A Ddraw.c429 values.stipple = dw->dvi.gray[fill_type - 1];

Completed in 184 milliseconds