Lines Matching defs:descr
61 struct w100_wsscreen_descr *descr;
74 struct w100_wsscreen_descr *descr,
187 struct w100_wsscreen_descr *descr = w100_console.descr;
192 error = w100_new_screen(sc, descr->depth, &scr);
202 w100_setup_rasops(sc, ri, descr, geom);
209 wsdisplay_cnattach(&descr->c, ri, ri->ri_ccol, ri->ri_crow,
218 w100_cnattach(struct w100_wsscreen_descr *descr,
222 w100_console.descr = descr;
257 struct w100_wsscreen_descr *descr, const struct w100_panel_geometry *geom)
260 rinfo->ri_flg = descr->flags | RI_CLEAR | RI_ENABLE_ALPHA;
261 rinfo->ri_depth = descr->depth;
270 if (descr->depth == 16) {
279 if (descr->c.nrows == 0) {
283 rasops_init(rinfo, descr->c.nrows, descr->c.ncols);
286 descr->c.nrows = rinfo->ri_rows;
287 descr->c.ncols = rinfo->ri_cols;
288 descr->c.capabilities = rinfo->ri_caps;
289 descr->c.textops = &rinfo->ri_ops;
338 w100_setup_wsscreen(struct w100_wsscreen_descr *descr,
363 rinfo.ri_depth = descr->depth;
372 descr->c.nrows = rinfo.ri_rows;
373 descr->c.ncols = rinfo.ri_cols;
374 descr->c.capabilities = rinfo.ri_caps;