/dports/games/brumbrumrally/brumbrumrally-0.7/src/ |
H A D | Hqx.cpp | 120 …hq4x_32_rb(source->pixels, source->pitch, destination->pixels, destination->pitch, dx, dy, sx, sy,… in renderZoom() 164 …hq4x_32_rb(source->pixels, source->pitch, destination->pixels, destination->pitch, dx, dy, sx, sy,… in renderZoom()
|
/dports/games/brumbrumrally/brumbrumrally-0.7/src/hqx/ |
H A D | hqx.h | 35 HQX_API void HQX_CALLCONV hq4x_32_rb( void * src, uint32_t srb, void * dst, uint32_t drb, int dx, i…
|
H A D | hq4x.cpp | 171 HQX_API void HQX_CALLCONV hq4x_32_rb( void * src, uint32_t srb, void * dst, uint32_t drb, int dx, i… in hq4x_32_rb() function
|
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/third_party/hqx/ |
H A D | hqx.h | 48 HQX_API void HQX_CALLCONV hq4x_32_rb( uint32_t * src, uint32_t src_rowBytes, uint32_t * dest, uint3…
|
/dports/games/openxcom/OpenXcom-1.0/src/Engine/Scalers/ |
H A D | hqx.h | 53 HQX_API void HQX_CALLCONV hq4x_32_rb( uint32_t * src, uint32_t src_rowBytes, uint32_t * dest, uint3…
|
H A D | hq4x.cpp | 166 HQX_API void HQX_CALLCONV hq4x_32_rb( uint32_t * sp, uint32_t srb, uint32_t * dp, uint32_t drb, int… in hq4x_32_rb() function 5232 hq4x_32_rb(sp, rowBytesL, dp, rowBytesL * 4, Xres, Yres); in hq4x_32()
|
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/HQX/ |
H A D | hqx.h | 55 void HQX_CALLCONV hq4x_32_rb( uint32_t * src, uint32_t src_rowBytes, uint32_t * dest, uint32_t dest…
|
H A D | hq4x.cpp | 167 void HQX_CALLCONV hq4x_32_rb( uint32_t * sp, uint32_t srb, uint32_t * dp, uint32_t drb, int Xres, i… in hq4x_32_rb() function 5233 hq4x_32_rb(sp, rowBytesL, dp, rowBytesL * 4, Xres, Yres); in hq4x_32()
|
/dports/emulators/dgen-sdl/dgen-sdl-1.33/hqx/src/ |
H A D | hqx.h | 78 HQX_API void HQX_CALLCONV hq4x_32_rb( uint32_t * src, uint32_t src_rowBytes, uint32_t * dest, uint3…
|
H A D | hq4x_32.c | 172 #define HQ4X_RB_FUNC hq4x_32_rb
|
/dports/games/openxcom/OpenXcom-1.0/src/Engine/ |
H A D | Zoom.cpp | 730 …hq4x_32_rb((uint32_t*) src->pixels, src->pitch, (uint32_t*) dst->pixels, dst->pitch, src->w, src->… in _zoomSurfaceY()
|
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/third_party/hqx/ |
H A D | hq4x.c | 166 HQX_API void HQX_CALLCONV hq4x_32_rb( uint32_t * sp, uint32_t srb, uint32_t * dp, uint32_t drb, int… in hq4x_32_rb() function 5232 hq4x_32_rb(sp, rowBytesL, dp, rowBytesL * 4, Xres, Yres); in hq4x_32()
|
/dports/emulators/dgen-sdl/dgen-sdl-1.33/sdl/ |
H A D | sdl.cpp | 2373 { 4, 4, (hqx_func_t *)hq4x_32_rb }, in filter_hqx()
|