Home
last modified time | relevance | path

Searched refs:hq4x_32_rb (Results 1 – 13 of 13) sorted by relevance

/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DHqx.cpp120hq4x_32_rb(source->pixels, source->pitch, destination->pixels, destination->pitch, dx, dy, sx, sy,… in renderZoom()
164hq4x_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 Dhqx.h35 HQX_API void HQX_CALLCONV hq4x_32_rb( void * src, uint32_t srb, void * dst, uint32_t drb, int dx, i…
H A Dhq4x.cpp171 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 Dhqx.h48 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 Dhqx.h53 HQX_API void HQX_CALLCONV hq4x_32_rb( uint32_t * src, uint32_t src_rowBytes, uint32_t * dest, uint3…
H A Dhq4x.cpp166 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 Dhqx.h55 void HQX_CALLCONV hq4x_32_rb( uint32_t * src, uint32_t src_rowBytes, uint32_t * dest, uint32_t dest…
H A Dhq4x.cpp167 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 Dhqx.h78 HQX_API void HQX_CALLCONV hq4x_32_rb( uint32_t * src, uint32_t src_rowBytes, uint32_t * dest, uint3…
H A Dhq4x_32.c172 #define HQ4X_RB_FUNC hq4x_32_rb
/dports/games/openxcom/OpenXcom-1.0/src/Engine/
H A DZoom.cpp730hq4x_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 Dhq4x.c166 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 Dsdl.cpp2373 { 4, 4, (hqx_func_t *)hq4x_32_rb }, in filter_hqx()