Searched defs:row (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | astio.h | 61 int row; member in struct:ast_vis_cmd_buf
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | life.c | 107 * surrounding 8 cells. There is an empty row and column around 109 * as an extra row at the end for the fetches into tempbuf. 346 drawcell(win, row, col) 348 int row, col; 354 unsigned char *loc = lp->buffer + ((row + 1) * (lp->ncols + 2)) + col + 1; 367 lp->xb + lp->xs * col, lp->yb + lp->ys * row, lp->xs, lp->ys); 370 0, 0, lp->xb + lp->xs * col, lp->yb + lp->ys * row, 376 erasecell(win, row, col) 378 int row, col; 383 lp->xb + lp->xs * col, lp->yb + lp->ys * row, l 394 int off, row, col, lastrow; local 451 int off, row, col, lastrow; local 537 int row, col; local 590 int row, col; local [all...] |
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | xmag_multivis.c | 1066 int row, column; /* iterators */ local 1105 for (row = e_row; row <= maxrow; row++) { 1114 pixel = XGetPixel (image, column, row);
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_irq.c | 718 * it is likely the same row is more likely to go bad again. 724 u32 error_status, row, bank, subbank; local 739 row = GEN7_PARITY_ERROR_ROW(error_status); 757 row, bank, subbank);
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | ColorSB.c | 2166 int i, row, col; local 2185 row = (lines - 1) - (i % lines); 2193 (float) (col * w), (float) (row * h), w, h); 2205 int i, lines, row, col; local 2209 row = y_offset / (int) csb->csb.cell_size; 2211 i = col * lines + row; 2233 int i, lines, row, col; local 2239 row = event->xbutton.y / (int) csb->csb.cell_size; 2241 i = col * lines + row;
|
Completed in 785 milliseconds