Home | History | Annotate | Download | only in s3c2xx0

Lines Matching refs:rinfo

541 	scr->rinfo.ri_flg = 0;
542 scr->rinfo.ri_depth = type->depth;
543 scr->rinfo.ri_bits = scr->buf_va;
544 scr->rinfo.ri_width = width;
545 scr->rinfo.ri_height = height;
546 scr->rinfo.ri_stride = scr->stride;
561 if (wsfont_lock(cookie, &scr->rinfo.ri_font))
562 scr->rinfo.ri_wsfcookie = cookie;
566 rasops_init(&scr->rinfo, type->c.nrows, type->c.ncols);
568 (* scr->rinfo.ri_ops.allocattr)(&scr->rinfo, 0, 0, 0, attrp);
570 if (type->c.nrows != scr->rinfo.ri_rows ||
571 type->c.ncols != scr->rinfo.ri_cols) {
577 scr->rinfo.ri_cols, scr->rinfo.ri_rows);
741 (* scr->rinfo.ri_ops.cursor)(&scr->rinfo, on, row, col);
749 return (* scr->rinfo.ri_ops.mapchar)(&scr->rinfo, c, cp);
757 (* scr->rinfo.ri_ops.putchar)(&scr->rinfo,
766 (* scr->rinfo.ri_ops.copycols)(&scr->rinfo,
775 (* scr->rinfo.ri_ops.erasecols)(&scr->rinfo,
784 (* scr->rinfo.ri_ops.copyrows)(&scr->rinfo,
793 (* scr->rinfo.ri_ops.eraserows)(&scr->rinfo,
802 return (* scr->rinfo.ri_ops.allocattr)(&scr->rinfo,