Home | History | Annotate | Download | only in pci

Lines Matching defs:rip

244 	struct rasops_info *rip;
327 rip = &dc->dc_rinfo;
328 rip->ri_flg = RI_CENTER;
329 rip->ri_depth = tgac->tgac_phys_depth;
330 rip->ri_bits = (void *)dc->dc_videobase;
331 rip->ri_width = dc->dc_wid;
332 rip->ri_height = dc->dc_ht;
333 rip->ri_stride = dc->dc_rowbytes;
334 rip->ri_hw = dc;
336 rip->ri_flg |= RI_NO_AUTO;
339 rip->ri_rnum = 8;
340 rip->ri_gnum = 8;
341 rip->ri_bnum = 8;
342 rip->ri_rpos = 16;
343 rip->ri_gpos = 8;
344 rip->ri_bpos = 0;
360 if (wsfont_lock(cookie, &rip->ri_font)) {
364 rip->ri_wsfcookie = cookie;
366 rasops_init(rip, 34, 80);
372 rip->ri_ops.copyrows = tga_copyrows;
373 rip->ri_ops.eraserows = tga_eraserows;
374 rip->ri_ops.erasecols = tga_erasecols;
375 rip->ri_ops.copycols = tga_copycols;
376 rip->ri_ops.putchar = tga_putchar;
378 tga_stdscreen.nrows = rip->ri_rows;
379 tga_stdscreen.ncols = rip->ri_cols;
380 tga_stdscreen.textops = &rip->ri_ops;
381 tga_stdscreen.capabilities = rip->ri_caps;