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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dimage.c71 int nrows; member in struct:__anon104
102 ip->icons[i].y = random() % ip->nrows;
137 ip->nrows = ip->height / sunlogo_height;
138 ip->iconmode = (ip->ncols < 2 || ip->nrows < 2);
145 ip->yb = (ip->height - sunlogo_height * ip->nrows) / 2;
H A Dlife.c89 int nrows; member in struct:__anon105
396 lastrow = (lp->nrows) * (lp->ncols + 2);
414 if (row == lp->nrows) {
453 lastrow = (lp->nrows) * (lp->ncols + 2);
472 if (row == lp->nrows) {
561 lp->nrows = 32;
564 lp->nrows = min(lp->height / icon_height, MAXROWS);
567 lp->ys = lp->height / lp->nrows;
569 lp->yb = (lp->height - lp->ys * lp->nrows) / 2;
579 row += lp->nrows /
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ListP.h93 nrows, /* number of rows in the list. */ member in struct:__anon305
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DListP.h93 nrows, /* number of rows in the list. */ member in struct:__anon369

Completed in 13 milliseconds