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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.h94 const unsigned char * clut );
104 const uint8_t *clut);
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 */
489 static unsigned int make24bitcolor( unsigned int index, const unsigned char * clut );
574 * color by indexing into the clut, or attempts to find the best index.
626 * color by indexing into the clut, uses the top 5 bits to fill in each of the three
676 * in each of the three pixel values from the clut (RGB) for each pixel and
726 * in each of the three pixel values from the clut (RGB) for each pixel and
865 * in 8-bit mode, if the active clut is different than the
866 * clut used to create the panic dialog, then we must convert to gray
870 make24bitcolor( unsigned int index, const unsigned char * clut )
[all...]
H A Dvideo_console.c2197 const uint8_t* clut; member in struct:lzss_image_state
2210 pixel_value = ( (uint32_t) state->clut[palette_index + 0] << 16)
2211 | ( (uint32_t) state->clut[palette_index + 1] << 8)
2212 | ( (uint32_t) state->clut[palette_index + 2]);
2262 const uint8_t *clut)
2270 lzss_image_state state = {0, 0, image_width, image_height, bytes_per_row, image_start, clut};
2352 const unsigned char * clut )
2356 if( (!clut) || (!desc) || (!data1x))
2358 vc_clut = clut;
2359 vc_clut8 = clut;
2258 vc_display_lzss_icon(uint32_t dst_x, uint32_t dst_y, uint32_t image_width, uint32_t image_height, const uint8_t *compressed_image, uint32_t compressed_size, const uint8_t *clut) argument
[all...]
/darwin-on-arm/xnu/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...]

Completed in 46 milliseconds