Searched refs:b_color (Results 1 – 2 of 2) sorted by relevance
53 unsigned char b_color:4; /* Background color */ member316 unsigned char f_color, b_color, highlight; in tty3270_required_length() local323 b_color = TAC_RESET; in tty3270_required_length()334 if (cell->attributes.b_color != b_color) { in tty3270_required_length()336 b_color = cell->attributes.b_color; in tty3270_required_length()345 if (b_color != TAC_RESET) in tty3270_required_length()360 if (attr->b_color != TAC_RESET) in tty3270_add_reset_attributes()432 if (cell->attributes.b_color != attr->b_color) { in tty3270_add_attributes()433 attr->b_color = cell->attributes.b_color; in tty3270_add_attributes()434 cp = tty3270_add_sa(tp, cp, TAT_BGCOLOR, colors[attr->b_color]); in tty3270_add_attributes()[all …]
78 u32 height, u32 f_color, u32 b_color, u32 rop2);