Lines Matching refs:attrs

139 			   int attrs, unsigned char ch_previous,
273 int attrs);
526 gc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs)
532 gc_buffer_attributes[index] = attrs;
537 gc_ops.paint_char(xx, yy, ch, attrs, 0, 0);
1065 /* attrs */ gc_buffer_attributes[index - jump],
1074 /* attrs */ gc_buffer_attributes[index - jump],
1109 /* attrs */ ATTR_NONE,
1118 /* attrs */ ATTR_NONE,
1178 /* attrs */ gc_buffer_attributes[index + jump],
1187 /* attrs */ gc_buffer_attributes[index + jump],
1222 /* attrs */ ATTR_NONE,
1231 /* attrs */ ATTR_NONE,
1462 vc_paint_char_8(unsigned int xx, unsigned int yy, unsigned char ch, int attrs,
1479 if (!attrs) for (i = 0; i < ISO_CHAR_HEIGHT; i++) { /* No attr? FLY !*/
1494 if (attrs & ATTR_BOLD) { /* bold support */
1504 if (attrs & ATTR_REVERSE) val = ~val;
1505 if (attrs & ATTR_UNDER && i == ISO_CHAR_HEIGHT-1) val = ~val;
1518 vc_paint_char_16(unsigned int xx, unsigned int yy, unsigned char ch, int attrs,
1536 if (!attrs) for (i = 0; i < ISO_CHAR_HEIGHT; i++) { /* No attrs ? FLY ! */
1551 if (attrs & ATTR_BOLD) { /* bold support */
1556 if (attrs & ATTR_REVERSE) val = ~val;
1557 if (attrs & ATTR_UNDER && i == ISO_CHAR_HEIGHT-1) val = ~val;
1571 vc_paint_char_32(unsigned int xx, unsigned int yy, unsigned char ch, int attrs,
1597 if (!attrs) for (i = 0; i < ISO_CHAR_HEIGHT; i++) { /* No attrs ? FLY ! */
1616 if (attrs & ATTR_BOLD) { /* bold support */
1620 if (attrs & ATTR_REVERSE) val = ~val;
1621 if (attrs & ATTR_UNDER && i == ISO_CHAR_HEIGHT-1) val = ~val;
1634 vc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs,
1642 vc_paint_char_8(xx, yy, ch, attrs, ch_previous, attrs_previous);
1645 vc_paint_char_16(xx, yy, ch, attrs, ch_previous,
1650 vc_paint_char_32(xx, yy, ch, attrs, ch_previous,