Searched refs:clut8 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c639 union colors clut8; local
652 clut8.c24 = panic_clut[i];
654 if ( clut8.clut.red != clut8.clut.green || clut8.clut.green != clut8.clut.blue )
657 if ( clut8.clut.red > color8.clut.red) continue;
658 rel = abs(color8.clut.red - clut8.clut.red);
H A Dgenimage.c1080 union colors clut8; local
1094 clut8.c24 = panic_clut[i];
1096 if ( clut8.clut.red != clut8.clut.green || clut8.clut.green != clut8.clut.blue )
1099 if ( clut8.clut.red > color8.clut.red) continue;
1100 rel = abs(color8.clut.red - clut8.clut.red);

Completed in 77 milliseconds