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

/macosx-10.9.5/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.h94 const unsigned char * clut );
104 const uint8_t *clut);
H A Dvideo_console.c2175 const uint8_t* clut; member in struct:lzss_image_state
2188 pixel_value = ( (uint32_t) state->clut[palette_index + 0] << 16)
2189 | ( (uint32_t) state->clut[palette_index + 1] << 8)
2190 | ( (uint32_t) state->clut[palette_index + 2]);
2240 const uint8_t *clut)
2248 lzss_image_state state = {0, 0, image_width, image_height, bytes_per_row, image_start, clut};
2330 const unsigned char * clut )
2334 if( (!clut) || (!desc) || (!data1x))
2336 vc_clut = clut;
2337 vc_clut8 = clut;
2236 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...]
/macosx-10.9.5/xnu-2422.115.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.9.5/bless-98/libbless/Misc/
H A DBLGenerateOFLabel.c39 static const char clut[] = variable
130 bitmapData[i] = clut[bitmapData[i] >> 4];
207 bitmapData[i] = clut[bitmapData[i] >> 4];
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp230 // console clut
3514 IOColorEntry * clut = hwCursorInfo->colorMap; local
3584 if ((maxColors > 1) && (&clut[1] == (IOColorEntry *) hwCursorInfo))
3750 if ((red == clut[index].red)
3751 && (green == clut[index].green)
3752 && (blue == clut[index].blue))
3754 pixel = clut[index].index;
3764 clut[index].red = red;
3765 clut[index].green = green;
3766 clut[inde
[all...]

Completed in 204 milliseconds