Lines Matching refs:mode

73     u16 mode;  member
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() argument
240 …return DSPi_ScalingCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_height… in DSP_Scaling()
245 …void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, DSPGraphicsScalingMode mode) in DSP_ScalingFx() argument
249 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_heig… in DSP_ScalingFx()
255 DSPGraphicsScalingMode mode, DSP_GraphicsCallback callback) in DSP_ScalingAsync() argument
259 …return DSPi_ScalingCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_height… in DSP_ScalingAsync()
265 DSPGraphicsScalingMode mode, DSP_GraphicsCallback callback) in DSP_ScalingFxAsync() argument
269 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_heig… in DSP_ScalingFxAsync()
274 …t void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DSPGraphicsScalingMode mode, in DSP_ScalingEx() argument
279 …return DSPi_ScalingCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, NULL, … in DSP_ScalingEx()
284 …void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, DSPGraphicsScalingMode mode, in DSP_ScalingFxEx() argument
289 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, NULL… in DSP_ScalingFxEx()
294 …t void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DSPGraphicsScalingMode mode, in DSP_ScalingAsyncEx() argument
299 …return DSPi_ScalingCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, callba… in DSP_ScalingAsyncEx()
304 …void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, DSPGraphicsScalingMode mode, in DSP_ScalingFxAsyncEx() argument
309 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, call… in DSP_ScalingFxAsyncEx()