Searched refs:DSPGraphicsScalingMode (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/include/twl/dsp/common/ |
| D | graphics.h | 29 typedef DSPWord DSPGraphicsScalingMode; typedef 30 #define DSP_GRAPHICS_SCALING_MODE_N_NEIGHBOR (DSPGraphicsScalingMode)0x0001 31 #define DSP_GRAPHICS_SCALING_MODE_BILINEAR (DSPGraphicsScalingMode)0x0002 32 #define DSP_GRAPHICS_SCALING_MODE_BICUBIC (DSPGraphicsScalingMode)0x0003 34 #define DSP_GRAPHICS_SCALING_MODE_NPARTSHRINK (DSPGraphicsScalingMode)0x000A 111 …t void* src, void* dst, u16 img_width, u16 img_height, f32 rw, f32 ry, DSPGraphicsScalingMode mode, 113 …void* src, void* dst, u16 img_width, u16 img_height, fx32 rw, fx32 ry, DSPGraphicsScalingMode mode, 236 …t void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DSPGraphicsScalingMode mode) in DSP_Scaling() 245 …void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, DSPGraphicsScalingMode mode) in DSP_ScalingFx() 255 DSPGraphicsScalingMode mode, DSP_GraphicsCallback callback) in DSP_ScalingAsync() [all …]
|
| /TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_graphics.c | 241 …t void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DSPGraphicsScalingMode mode, in DSPi_ScalingCore() 319 …void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, DSPGraphicsScalingMode mode, in DSPi_ScalingFxCore()
|