Home
last modified time | relevance | path

Searched refs:newcolor (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java2501 int newcolor; in putChar() local
2506 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() local
2518 newcolor = ((DCEvars[0] & 1) << 2) | (DCEvars[0] & 2) | ((DCEvars[0] & 4) >> 2); in putChar()
2519 attributes |= (newcolor + 1) << COLOR_BG_SHIFT; in putChar()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.cc438 int newcolor = nextcolor_; in Recolor() local
440 colormap_.emplace_back(oldcolor, newcolor); in Recolor()
441 return newcolor; in Recolor()