Lines Matching refs:pal
598 u_short pal;623 pal = regno;629 pal = red & 0x0f00;630 pal |= green & 0x00f0;631 pal |= blue & 0x000f;634 pal |= 0x2000;635 palette[regno] = pal;643 pal = (red & 0x0f00);644 pal |= (green & 0x00f0);645 pal |= (blue & 0x000f);647 if (palette[regno] != pal) {649 palette[regno] = pal;