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