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

/xsrc/external/mit/xset/dist/
H A Dxset.c134 caddr_t *colors, int numpixels);
159 int numpixels = 0; local in function:main
739 if (numpixels >= MAX_PIXEL_COUNT)
742 pixels[numpixels] = strtoul(arg, NULL, 10);
746 colors[numpixels] = argv[i];
748 numpixels++;
759 if (numpixels)
760 set_pixels(dpy, pixels, colors, numpixels);
1134 int numpixels)
1172 numpixels
1133 set_pixels(Display * dpy,const unsigned long * pixels,caddr_t * colors,int numpixels) argument
[all...]

Completed in 3 milliseconds