コード例 #1
0
ファイル: system_hq3x.c プロジェクト: nop90/NeoPop-3DS
void HQ3x(const _u8 *srcPtr, _u32 srcPitch, _u8 *dstPtr, _u32 dstPitch, int width, int height) {
	hq3x_16(srcPtr, dstPtr, width, height, srcPitch, dstPitch);
}
コード例 #2
0
ファイル: hq3x.cpp プロジェクト: havlenapetr/Scummvm
void HQ3x(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height) {
	hq3x_16(srcPtr, dstPtr, width, height, srcPitch, dstPitch);
}