Searched refs:bytes_per_row (Results 1 – 1 of 1) sorted by relevance
2253 uint32_t bytes_per_row; member2279 state->row_start = (volatile uint32_t *) (((uintptr_t)state->row_start) + state->bytes_per_row); in vc_decompress_lzss_next_pixel()2324 uint32_t bytes_per_row = vinfo.v_rowbytes; in vc_display_lzss_icon() local2328 …image_start = (uint32_t *) (vinfo.v_baseaddr + (dst_y * bytes_per_row) + (dst_x * bytes_per_pixel)… in vc_display_lzss_icon()2330 lzss_image_state state = {0, 0, image_width, image_height, bytes_per_row, image_start, clut}; in vc_display_lzss_icon()