Home
last modified time | relevance | path

Searched refs:pixel_value (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.81.5/osfmk/console/
H A Dvideo_console.c2264 uint32_t pixel_value = 0; in vc_decompress_lzss_next_pixel() local
2268 pixel_value = ((uint32_t) state->clut[palette_index + 0] << 16) in vc_decompress_lzss_next_pixel()
2272 *(state->row_start + state->col) = pixel_value; in vc_decompress_lzss_next_pixel()