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

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_bmp.c52 int bmpPitch; local
265 bmpPitch = (biWidth + 7) >> 3;
266 pad = (((bmpPitch)%4) ? (4-((bmpPitch)%4)) : 0);
269 bmpPitch = (biWidth + 1) >> 1;
270 pad = (((bmpPitch)%4) ? (4-((bmpPitch)%4)) : 0);

Completed in 31 milliseconds