Source position: sdl_gfx.pas line 606
function SDL_imageFilterConvolveKernel7x7ShiftRight(
Src: PChar;
Dest: PChar;
rows: Integer;
columns: Integer;
Kernel: PShortInt;
NRightShift: char
):Integer;