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