Searched defs:new_red (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dtools.c444 uint_t new_red; local
452 new_red = ((coloron >> 5) & 0x7) * 1023 / 7;
456 (new_red <<
467 new_red = (coloron / 8) * 1023 / 31;
471 (new_red <<
482 new_red = (coloron / 8) * 1023 / 31;
486 (new_red <<
497 new_red = (coloron * 1023) / 255;
501 (new_red <<
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dtools.c584 uchar_t new_red[256]; local
597 new_red[coloron] =
608 new_red[coloron] =
619 new_red[coloron] =
630 new_red[coloron] =
643 if ((ast_info.ast_red[coloron] != new_red[coloron]) ||
661 if (ast_set_reg(DAC_DATA, new_red[coloron]) != 0)
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dtools.c639 uchar_t new_red[256]; local
646 new_red[coloron] =
657 new_red[coloron] =
668 new_red[coloron] =
679 new_red[coloron] = (uint8_t) coloron;
689 if ((mga_info.mga_red[coloron] != new_red[coloron]) ||
704 mgaptr->mga_paldata = new_red[coloron];

Completed in 15 milliseconds