Home
last modified time | relevance | path

Searched refs:rows (Results 1 – 25 of 30) sorted by relevance

12

/plan9/sys/src/cmd/gs/src/
H A Dgdevccr.c60 private int alloc_rb( gs_memory_t *mem, cmyrow **rb, int rows);
63 private void write_cpass(cmyrow *buf, int rows, int pass, FILE * pstream);
64 private void free_rb_line( gs_memory_t *mem, cmyrow *rbuf, int rows, int cols);
207 private int alloc_rb( gs_memory_t *mem, cmyrow **rb, int rows) in alloc_rb() argument
209 *rb = (cmyrow*) gs_malloc(mem, rows, sizeof(cmyrow), "rb"); in alloc_rb()
215 for(r=0; r<rows; r++) in alloc_rb()
261 private void write_cpass(cmyrow *buf, int rows, int pass, FILE * pstream) in write_cpass() argument
264 for(row=0; row<rows; row++) in write_cpass()
278 private void free_rb_line( gs_memory_t *mem, cmyrow *rbuf, int rows, int cols) in free_rb_line() argument
281 for(i=0; i<rows; i++) in free_rb_line()
[all …]
H A Dgdevpx.c1380 } rows; member
1385 rows.data);
1451 pie->rows.data = row_data; in pclxl_begin_image()
1452 pie->rows.num_rows = num_rows; in pclxl_begin_image()
1453 pie->rows.first_y = 0; in pclxl_begin_image()
1454 pie->rows.raster = row_raster; in pclxl_begin_image()
1545 int y = pie->rows.first_y; in pclxl_image_write_rows()
1562 pclxl_write_image_data(xdev, pie->rows.data, 0, pie->rows.raster, in pclxl_image_write_rows()
1563 pie->rows.raster << 3, 0, h); in pclxl_image_write_rows()
1585 if (pie->y - pie->rows.first_y == pie->rows.num_rows) { in pclxl_image_plane_data()
[all …]
H A Dgdevtfax.c184 stream_CFE_state * ss, long rows) in gdev_fax_print_page_stripped() argument
188 rows); in gdev_fax_print_page_stripped()
254 code = gdev_fax_print_page_stripped(dev, prn_stream, pstate, tfdev->tiff.rows); in tifff_print_page()
H A Dgdevtifs.h195 long rows; member
H A Dgdevtifs.c181 tifs->rows = pdev->height; in gdev_tiff_begin_page()
189 tifs->rows = rps; in gdev_tiff_begin_page()
H A Dtttype.h335 int rows; /* number of rows */ member
H A Dfapi_ft.c730 a_raster->height = s->m_bitmap_glyph->bitmap.rows; in get_char_raster()
/plan9/sys/src/cmd/
H A Dwinwatch.c22 int rows, cols; variable
128 r = rectaddpt(rectaddpt(r, Pt(MARGIN+(PAD+Dx(r))*(i/rows), in drawnowin()
129 MARGIN+(PAD+Dy(r))*(i%rows))), screen->r.min); in drawnowin()
151 rows = (Dy(screen->r)-2*MARGIN+PAD)/(font->height+PAD); in geometry()
152 if(rows*cols < nwin || rows*cols >= nwin*2){ in geometry()
153 ncols = nwin <= 0 ? 1 : (nwin+rows-1)/rows; in geometry()
162 win[i].r = rectaddpt(rectaddpt(r, Pt(MARGIN+(PAD+Dx(r))*(i/rows), in geometry()
163 MARGIN+(PAD+Dy(r))*(i%rows))), screen->r.min); in geometry()
H A Dkbmap.c102 int i, rows; in geometry() local
105 rows = (Dy(screen->r)-2*MARGIN+PAD)/(font->height+PAD); in geometry()
109 map[i].r = rectaddpt(rectaddpt(r, Pt(MARGIN+(PAD+Dx(r))*(i/rows), in geometry()
110 MARGIN+(PAD+Dy(r))*(i%rows))), screen->r.min); in geometry()
/plan9/sys/src/cmd/venti/srv/www/
H A Dstats.js186 for(var i=t.rows.length-1; i>=0; i--)
235 graphrow(t.rows[0], 3, biggraph, 86400, 900, 30, 0, " &ndash; showing 24 hours")
236 graphrow(t.rows[1], 3, biggraph, 3600, 900, 30, 1, " &ndash; showing 1 hour")
237 t.rows[2].innerHTML = "<td height=10></td>"
239 var r = t.rows[3]
252 var r = t.insertRow(t.rows.length)
261 r = t.insertRow(t.rows.length)
313 graphrow(t.rows[0], 3, biggraph, 86400, 900, 30, 0, " &ndash; showing 24 hours")
314 graphrow(t.rows[1], 3, biggraph, 3600, 900, 30, 1, " &ndash; showing 1 hour")
/plan9/sys/src/cmd/gs/jpeg/
H A Djmemmgr.c693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local
700 rows = MIN((long) ptr->rowsperchunk, (long) ptr->rows_in_mem - i); in do_sarray_io()
703 rows = MIN(rows, (long) ptr->first_undef_row - thisrow); in do_sarray_io()
705 rows = MIN(rows, (long) ptr->rows_in_array - thisrow); in do_sarray_io()
706 if (rows <= 0) /* this chunk might be past end of file! */ in do_sarray_io()
708 byte_count = rows * bytesperrow; in do_sarray_io()
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local
733 rows = MIN((long) ptr->rowsperchunk, (long) ptr->rows_in_mem - i); in do_barray_io()
736 rows = MIN(rows, (long) ptr->first_undef_row - thisrow); in do_barray_io()
738 rows = MIN(rows, (long) ptr->rows_in_array - thisrow); in do_barray_io()
[all …]
H A Dstructure.doc350 group" at a time, where a row group is defined as Vmax pixel rows of each
351 component before downsampling, and Vk sample rows afterwards (remember Vk
353 require context rows above and below the current row group; the
354 preprocessing controller is responsible for supplying these rows via proper
358 duplicating the bottom sample row as needed to make a multiple of 8 rows).
436 may require context rows above and below the current row group; when this
438 to make context rows available. In the current design, the main buffer is
578 typedef JSAMPROW *JSAMPARRAY; ptr to a list of rows
603 the rows. This simplifies edge expansion/compression, since we can work
609 * The rows forming a component array may be allocated at different times
[all …]
H A Dchange.log131 routines now take a count of the number of rows to access this time. The
133 maximum number of rows that may be accessed at once, but not necessarily
H A Dusage.doc154 -restart N Emit a JPEG restart marker every N MCU rows, or every
427 -restart N Emit a JPEG restart marker every N MCU rows, or every
452 untouched, but is able to flip all rows of the image. Similarly, vertical
/plan9/sys/src/cmd/abaco/
H A Dtabs.c106 return t->rows[c->row].height; in cellheight()
112 h += t->rows[i].height; in cellheight()
241 ah += t->rows[i].height; in fixrows()
249 d = t->rows[i].height*100/ah; in fixrows()
254 t->rows[i].height += d; in fixrows()
269 for(c=t->rows[i].cells; c!=nil; c=c->nextinrow){ in tableheight()
276 t->rows[i].height = h; in tableheight()
281 toth += t->rows[i].height; in tableheight()
327 y += t->rows[i].height + sep + t->cellspacing; in laytable()
H A Dmkfile13 rows.$O\
H A Dpage.c444 frdims(k->rows, k->nrows, Dy(r), &h); in renderchilds()
/plan9/sys/src/cmd/postscript/postmd/
H A Dpostmd.c197 int rows; /* real number of rows */ variable
572 rows = dfltrows; /* new dimensions for the next matrix */ in matrix()
583 total = rows * columns; in matrix()
723 fscanf(fp_in, "%dx%d", &rows, &columns); in getheader()
776 if ( rows == 0 ) { in dimensions()
780 rows = sqrt((double) count); in dimensions()
784 if ( columns <= 0 ) columns = rows; in dimensions()
793 if ( rows <= 0 || columns <= 0 ) in dimensions()
799 wlist[3] = rows; in dimensions()
H A DREADME10 to be square and the number of rows (and columns) is set to the square
/plan9/sys/src/ape/cmd/pdksh/
H A Dmisc.c1061 int rows, cols; local
1071 rows = (n + cols - 1) / cols;
1072 if (n && cols > rows) {
1073 int tmp = rows;
1075 rows = cols;
1077 if (rows > n)
1078 rows = n;
1084 for (r = 0; r < rows; r++) {
1086 i = c * rows + r;
/plan9/sys/src/libcontrol/
H A Dgroup.c493 int rows, cols, ht, wid, i, hpad, wpad; in boxboxresize() local
504 rows = Dy(r) / (ht+g->separation); in boxboxresize()
506 cols = (g->nkids+rows-1)/rows; in boxboxresize()
520 …if(debug) fprint(2, "boxboxresize rows %d, cols %d, wid %d, ht %d, wpad %d, hpad %d\n", rows, cols… in boxboxresize()
524 rectaddpt(rr, Pt((wpad+wid+g->separation)*(i/rows), (hpad+ht+g->separation)*(i%rows)))); in boxboxresize()
526 g->nseparators = rows + cols - 2; in boxboxresize()
530 for (i = 1; i < rows; i++){ in boxboxresize()
537 g->separators[i+rows-2] = rectaddpt(rr, Pt((wpad+wid+g->separation)*i-g->separation-wpad, 0)); in boxboxresize()
538 …if(debug) fprint(2, "col separation %d [%d]: %R\n", i, i+rows-2, rectaddpt(rr, Pt((wpad+wid+g->sep… in boxboxresize()
/plan9/sys/include/
H A Dhtml.h347 int rows; /* rows attr */ member
396 Tablerow*rows; /* array of row specs (list during parsing) */ member
571 Dimen* rows; /* array of row dimensions */ member
/plan9/sys/src/cmd/acme/
H A Dmkfile20 rows.$O\
/plan9/sys/src/libhtml/
H A Dbuild.c935 setdimarray(tok, Arows, &ks->rows, &ks->nrows); in getitems()
937 ks->rows = (Dimen*)emalloc(sizeof(Dimen)); in getitems()
939 ks->rows[0] = makedimen(Dpercent, 100); in getitems()
1514 if(curtab->rows != nil) in getitems()
1515 curtab->rows->flags = 0; in getitems()
1571 if(curtab->rows != nil) in getitems()
1572 tr = curtab->rows; in getitems()
1579 curtab->rows); in getitems()
1580 curtab->rows = tr; in getitems()
1645 field->rows = auintval(tok, Arows, 3); in getitems()
[all …]
/plan9/sys/src/cmd/gs/libpng/
H A Dlibpng.txt309 large as 2^31-1 (0x7fffffff), or about 2.147 billion rows and columns.
311 we have imposed an arbitrary 1-million limit on rows and columns.
910 the image rows, with the png_get_rgb_to_gray_status(png_ptr) function.
1191 but tends to be slower, as there are more pixels to put in the rows.
1235 rows between calls. You can change the locations of the data, just
1430 want to display any rows that were generated
1452 any). You may start getting rows before
1467 of these rows will not be changed from the
1469 the new_row variable will be NULL. The rows
1475 For the non-NULL rows of interlaced images,
[all …]

12