Searched refs:clut (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/i386/
H A Dprotos.h77 extern void panic_ui_initialize(const unsigned char * clut);
84 const unsigned char * clut );
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/ppc/
H A Dprotos.h88 const unsigned char * clut );
95 extern void panic_ui_initialize(const unsigned char * clut);
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dgenimage.c173 short clutID; /* clut id or if 0 clut follows or -1 if no clut */
192 } clut; member in union:colors
230 else if (strcmp(argv[next], "-c") == 0) // input file for clut
240 else if (strcmp(argv[next], "-r") == 0) // output file for QT clut RAW (test)
594 arr[0] = c.clut.red;
595 arr[1] = c.clut.green;
596 arr[2] = c.clut.blue;
677 fprintf(out_stream, "\t0x%02X,0x%02X,0x%02X, ", c.clut
[all...]
H A Dqtif2kraw.c83 short clutID; /* clut id or if 0 clut follows or -1 if no clut */
101 } clut; member in union:colors
133 else if (strcmp(argv[next], "-c") == 0) // input file for clut
300 arr[0] = c.clut.red;
301 arr[1] = c.clut.green;
302 arr[2] = c.clut.blue;
644 if ( color8.clut.red == color8.clut
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dpanic_dialog.c62 static const unsigned char * active_clut = NULL; /* This is a copy of the active clut */
68 static const unsigned char * panic_dialog_clut = NULL; /* where the clut used for the image starts */
488 static unsigned int make24bitcolor( unsigned int index, const unsigned char * clut );
570 * color by indexing into the clut, or attempts to find the best index.
622 * color by indexing into the clut, uses the top 5 bits to fill in each of the three
672 * in each of the three pixel values from the clut (RGB) for each pixel and
838 * in 8-bit mode, if the active clut is different than the
839 * clut used to create the panic dialog, then we must convert to gray
843 make24bitcolor( unsigned int index, const unsigned char * clut )
848 color24 |= clut[
[all...]
H A Dvideo_console.c1812 extern void vc_progress_initialize( vc_progress_element * desc, const unsigned char * data, const unsigned char * clut );
2050 const unsigned char * clut )
2054 if( (!clut) || (!desc) || (!data))
2056 vc_clut = clut;
2057 vc_clut8 = clut;

Completed in 95 milliseconds