C# 클래스 PckView.Hq2xClass

파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

공개 메소드들

메소드 설명
Diff ( int w1a, int w2a ) : bool
InitLUTs ( ) : void
hq2x_32 ( byte pIn, byte pOut, int Xres, int Yres, int BpL ) : void

비공개 메소드들

메소드 설명
Interp1 ( byte pc, int c1, int c2 ) : void
Interp10 ( byte pc, int c1, int c2, int c3 ) : void
Interp2 ( byte pc, int c1, int c2, int c3 ) : void
Interp5 ( byte pc, int c1, int c2 ) : void
Interp6 ( byte pc, int c1, int c2, int c3 ) : void
Interp7 ( byte pc, int c1, int c2, int c3 ) : void
Interp9 ( byte pc, int c1, int c2, int c3 ) : void

메소드 상세

Diff() 공개 정적인 메소드

public static Diff ( int w1a, int w2a ) : bool
w1a int
w2a int
리턴 bool

InitLUTs() 공개 정적인 메소드

public static InitLUTs ( ) : void
리턴 void

hq2x_32() 공개 정적인 메소드

public static hq2x_32 ( byte pIn, byte pOut, int Xres, int Yres, int BpL ) : void
pIn byte
pOut byte
Xres int
Yres int
BpL int
리턴 void