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

/solaris-x11-s11/open-src/app/xlock/sun-src/
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...]
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;
/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
H A DXaw3_1List.c342 one = lw->list.nrows * ((xloc - (int) lw->list.internal_width)
347 if (another >= lw->list.nrows) {
348 another = lw->list.nrows - 1;
413 things = lw->list.nrows;
471 x = lw->list.col_width * (item / lw->list.nrows)
473 y = lw->list.row_height * (item % lw->list.nrows)
538 lr_item = lw->list.nrows * lw->list.ncols - 1;
651 lw->list.nrows = ( ( lw->list.nitems - 1) / lw->list.ncols) + 1 ;
658 *height = (lw->list.nrows * lw->list.row_height)
674 lw->list.nrows
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DListP.h93 nrows, /* number of rows in the list. */ member in struct:__anon369
H A DList.c408 one = lw->list.nrows * ((xloc - (int) lw->list.internal_width)
413 if (another >= lw->list.nrows) {
414 another = lw->list.nrows - 1;
481 things = lw->list.nrows;
587 x = lw->list.col_width * (item / lw->list.nrows)
589 y = lw->list.row_height * (item % lw->list.nrows)
675 lr_item = lw->list.nrows * lw->list.ncols - 1;
787 lw->list.nrows = ( ( lw->list.nitems - 1) / lw->list.ncols) + 1 ;
799 *height = (lw->list.nrows * lw->list.row_height)
815 lw->list.nrows
[all...]

Completed in 18 milliseconds