Searched defs:col (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dastio.h62 int col; member in struct:ast_vis_cmd_buf
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dlife.c337 int col
344 int off = ((row + 1) * (lp->ncols + 2)) + col + 1;
357 lp->xb + lp->xs * col, lp->yb + lp->ys * row, lp->xs, lp->ys);
360 0, 0, lp->xb + lp->xs * col, lp->yb + lp->ys * row,
369 int col
375 lp->xb + lp->xs * col, lp->yb + lp->ys * row, lp->xs, lp->ys);
385 int off, row, col, lastrow; local
389 col = off % (lp->ncols + 2);
390 row = (off - col) / (lp->ncols + 2);
410 if (col
441 int off, row, col, lastrow; local
527 int row, col; local
579 int row, col; local
[all...]
H A Dresource.c284 size_t col, len, i; local
290 col = 8 + strlen(ProgramName);
293 if (col + len > 79) {
295 col = 3;
298 col += len;
302 if (col + len > 79) {
304 col = 3;
307 col += len;
310 if (col + len > 79) {
312 col
[all...]
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c993 XColor *col = mvFindColorInColormap(x, y); local
996 x, y, col->pixel, col->red, col->green, col->blue);
1280 XColor *col = mvFindColorInColormap(x, y); local
1281 pixel = ((unsigned long)((unsigned short)(col->red) >> rgb_shift)
1283 |((unsigned long)((unsigned short)(col->blue) >> rgb_shift)
1285 |((unsigned long)((unsigned short)(col->green) >> rgb_shift)

Completed in 217 milliseconds