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

/u-boot/arch/sandbox/cpu/
H A Dsdl.c196 int src_pitch; local
222 src_pitch = sdl.width * sdl.src_depth / 8;
227 src = lcd_base + src_pitch * y;

Completed in 95 milliseconds