Searched refs:gray (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDvi.c268 dw->dvi.gray[0] = XCreateBitmapFromData(XtDisplay (w), XtWindow (w),
271 dw->dvi.gray[1] = XCreateBitmapFromData(XtDisplay (w), XtWindow (w),
274 dw->dvi.gray[2] = XCreateBitmapFromData(XtDisplay (w), XtWindow (w),
277 dw->dvi.gray[3] = XCreateBitmapFromData(XtDisplay (w), XtWindow (w),
280 dw->dvi.gray[4] = XCreateBitmapFromData(XtDisplay (w), XtWindow (w),
283 dw->dvi.gray[5] = XCreateBitmapFromData(XtDisplay (w), XtWindow (w),
286 dw->dvi.gray[6] = XCreateBitmapFromData(XtDisplay (w), XtWindow (w),
289 dw->dvi.gray[7] = XCreateBitmapFromData(XtDisplay (w), XtWindow (w),
293 values.stipple = dw->dvi.gray[5];
312 XFreePixmap (XtDisplay (w), dw->dvi.gray[
[all...]
H A DDviP.h171 Pixmap gray[8]; member in struct:__anon1703
H A Ddraw.c429 values.stipple = dw->dvi.gray[fill_type - 1];
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c151 ** pointing to a white object as gray again. (Current implementation
158 black2gray(o); /* make object gray (again) */
179 black2gray(obj2gco(p)); /* make prototype gray (again) */
239 ** and turned black here. Other objects are marked gray and added
263 return; /* open upvalues remain gray */
268 gco2lcl(o)->gclist = g->gray;
269 g->gray = o;
273 gco2ccl(o)->gclist = g->gray;
274 g->gray = o;
278 linktable(gco2t(o), &g->gray);
[all...]
H A Dlstate.h30 ** mark objects referred by them. (They are always gray, so they must
131 GCObject *gray; /* list of gray objects */ member in struct:global_State
H A Dlstate.c298 g->gray = g->grayagain = NULL;
/freebsd-11-stable/contrib/lua/src/
H A Dlgc.c169 ** pointing to a white object as gray again.
174 black2gray(t); /* make table gray (again) */
197 white2gray(o); /* they will be gray forever */
231 ** and turned black here. Other objects are marked gray and added
262 linkgclist(gco2lcl(o), g->gray);
266 linkgclist(gco2ccl(o), g->gray);
270 linkgclist(gco2t(o), g->gray);
274 linkgclist(gco2th(o), g->gray);
278 linkgclist(gco2p(o), g->gray);
335 ** mark root set and reset all gray list
[all...]
H A Dlstate.h30 ** Moreover, there is another set of lists that control gray objects.
32 ** can become gray have such a field. The field is not the same
33 ** in all objects, but it always has this name.) Any gray object
35 ** must be gray:
37 ** 'gray': regular gray objects, still waiting to be visited.
154 GCObject *gray; /* list of gray objects */ member in struct:global_State
H A Dlstate.c323 g->gray = g->grayagain = NULL;
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dinput.cpp584 Process the gray shade setting command Df.
1271 ColorArg gray = 0; local
1285 case 'g': // DFg or mg: gray
1286 gray = get_color_arg();
1287 col->set_gray(gray);
1370 case 'f': // Df: set fill gray; obsoleted by DFg
1375 ColorArg gray = color_from_Df_command(arg); local
1376 current_env->fill->set_gray(gray);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp1312 warning(WARN_COLOR, "missing gray values");
1319 warning(WARN_COLOR, "`expecting a gray definition not `%1'", s);
1329 unsigned int g = get_color_element("gray", "gray value");
1367 else if (strcmp(style.contents(), "gray") == 0)
1375 "unknown color space `%1'; use rgb, cmyk, gray or cmy",
7821 error("one argument needed for gray shade");
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1140 % very dark gray on-screen and a very dark halftone in print, instead

Completed in 285 milliseconds