Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java2502 int newcolor; in putChar() local
2507 newcolor = ((DCEvars[0] & 1) << 2) | (DCEvars[0] & 2) | ((DCEvars[0] & 4) >> 2); in putChar()
2508 attributes |= (newcolor + 1) << COLOR_FG_SHIFT; in putChar()
2514 int newcolor; in putChar() local
2519 newcolor = ((DCEvars[0] & 1) << 2) | (DCEvars[0] & 2) | ((DCEvars[0] & 4) >> 2); in putChar()
2520 attributes |= (newcolor + 1) << COLOR_BG_SHIFT; in putChar()