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.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()