Source position: sdl_gfx.pas line 623
function SDL_imageFilterConvolveKernel9x9ShiftRight(
Src: PAnsiChar;
Dest: PAnsiChar;
rows: Integer;
columns: Integer;
Kernel: PShortInt;
NRightShift: AnsiChar
):Integer;