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