Searched refs:b_color (Results 1 – 2 of 2) sorted by relevance
53 unsigned char b_color:4; /* Background color */ member317 unsigned char f_color, b_color, highlight; in tty3270_required_length() local324 b_color = TAC_RESET; in tty3270_required_length()335 if (cell->attributes.b_color != b_color) { in tty3270_required_length()337 b_color = cell->attributes.b_color; in tty3270_required_length()346 if (b_color != TAC_RESET) in tty3270_required_length()361 if (attr->b_color != TAC_RESET) in tty3270_add_reset_attributes()433 if (cell->attributes.b_color != attr->b_color) { in tty3270_add_attributes()434 attr->b_color = cell->attributes.b_color; in tty3270_add_attributes()435 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);