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

/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c2220 uint32_t bytes_per_row; member in struct:lzss_image_state
2246 state->row_start = (volatile uint32_t *) (((uintptr_t)state->row_start) + state->bytes_per_row);
2291 uint32_t bytes_per_row = vinfo.v_rowbytes; local
2295 image_start = (uint32_t *) (vinfo.v_baseaddr + (dst_y * bytes_per_row) + (dst_x * bytes_per_pixel));
2297 lzss_image_state state = {0, 0, image_width, image_height, bytes_per_row, image_start, clut};

Completed in 25 milliseconds