Searched refs:color24 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c14 int findIndexNearMatch( unsigned int color24 );
15 unsigned int findColor24NearMatch( unsigned int color24 );
16 unsigned char findIndexMatch( unsigned int color24 );
636 findIndexNearMatch( unsigned int color24 )
642 color8.c24 = color24;
673 color24toGrey( unsigned int color24 )
681 c.c24 = color24;
711 findColor24NearMatch( unsigned int color24 )
717 if ( last_c == color24 )
720 c.c24 = color24;
833 union colors color24; local
[all...]
H A Dgenimage.c24 unsigned int color24 );
26 unsigned int color24 );
1077 findIndexNearMatch( unsigned int color24 )
1083 color8.c24 = color24;
1115 color24toGrey( unsigned int color24 )
1123 c.c24 = color24;
1179 findColor24NearMatch( unsigned int color24 )
1185 if ( last_c == color24 )
1188 c.c24 = color24;
1205 printf("cannot tell color %06x\n", color24);
1309 union colors color24; local
1343 union colors color24; local
1377 union colors color24; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dpanic_dialog.c490 static unsigned char color24togray8( unsigned int color24 );
491 static unsigned char findbestgray( unsigned int color24 );
845 unsigned int color24 = 0; local
848 color24 |= clut[i+0] << 16;
849 color24 |= clut[i+1] << 8;
850 color24 |= clut[i+2];
852 return color24;
857 findbestgray( unsigned int color24 )
864 gray8 = color24togray8( color24 ); /* convert the original color into grayscale */
896 color24togray8( unsigned int color24 )
[all...]

Completed in 28 milliseconds