Searched refs:newcolor (Results 1 – 2 of 2) sorted by relevance
2501 int newcolor; in putChar() local2506 newcolor = ((DCEvars[0] & 1) << 2) | (DCEvars[0] & 2) | ((DCEvars[0] & 4) >> 2); in putChar()2507 attributes |= (newcolor + 1) << COLOR_FG_SHIFT; in putChar()2513 int newcolor; in putChar() local2518 newcolor = ((DCEvars[0] & 1) << 2) | (DCEvars[0] & 2) | ((DCEvars[0] & 4) >> 2); in putChar()2519 attributes |= (newcolor + 1) << COLOR_BG_SHIFT; in putChar()
438 int newcolor = nextcolor_; in Recolor() local440 colormap_.emplace_back(oldcolor, newcolor); in Recolor()441 return newcolor; in Recolor()