• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/console/

Lines Matching defs:attrs

134 			   int attrs, unsigned char ch_previous,
261 int attrs);
502 gc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs)
508 gc_buffer_attributes[index] = attrs;
513 gc_ops.paint_char(xx, yy, ch, attrs, 0, 0);
1020 /* attrs */ gc_buffer_attributes[index - jump],
1029 /* attrs */ gc_buffer_attributes[index - jump],
1064 /* attrs */ ATTR_NONE,
1073 /* attrs */ ATTR_NONE,
1129 /* attrs */ gc_buffer_attributes[index + jump],
1138 /* attrs */ gc_buffer_attributes[index + jump],
1173 /* attrs */ ATTR_NONE,
1182 /* attrs */ ATTR_NONE,
1392 vc_paint_char_8(unsigned int xx, unsigned int yy, unsigned char ch, int attrs,
1409 if (!attrs) for (i = 0; i < ISO_CHAR_HEIGHT; i++) { /* No attr? FLY !*/
1424 if (attrs & ATTR_BOLD) { /* bold support */
1434 if (attrs & ATTR_REVERSE) val = ~val;
1435 if (attrs & ATTR_UNDER && i == ISO_CHAR_HEIGHT-1) val = ~val;
1448 vc_paint_char_16(unsigned int xx, unsigned int yy, unsigned char ch, int attrs,
1466 if (!attrs) for (i = 0; i < ISO_CHAR_HEIGHT; i++) { /* No attrs ? FLY ! */
1481 if (attrs & ATTR_BOLD) { /* bold support */
1486 if (attrs & ATTR_REVERSE) val = ~val;
1487 if (attrs & ATTR_UNDER && i == ISO_CHAR_HEIGHT-1) val = ~val;
1501 vc_paint_char_32(unsigned int xx, unsigned int yy, unsigned char ch, int attrs,
1527 if (!attrs) for (i = 0; i < ISO_CHAR_HEIGHT; i++) { /* No attrs ? FLY ! */
1546 if (attrs & ATTR_BOLD) { /* bold support */
1550 if (attrs & ATTR_REVERSE) val = ~val;
1551 if (attrs & ATTR_UNDER && i == ISO_CHAR_HEIGHT-1) val = ~val;
1564 vc_paint_char(unsigned int xx, unsigned int yy, unsigned char ch, int attrs,
1572 vc_paint_char_8(xx, yy, ch, attrs, ch_previous, attrs_previous);
1575 vc_paint_char_16(xx, yy, ch, attrs, ch_previous,
1579 vc_paint_char_32(xx, yy, ch, attrs, ch_previous,