Home
last modified time | relevance | path

Searched defs:ry (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/include/twl/dsp/common/
Dgraphics.h236 …aling(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DSPGraphicsScalin… in DSP_Scaling()
245 …ngFx(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, DSPGraphicsScali… in DSP_ScalingFx()
254 …ne BOOL DSP_ScalingAsync(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, in DSP_ScalingAsync()
264 …OOL DSP_ScalingFxAsync(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, in DSP_ScalingFxAsync()
274 …ingEx(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DSPGraphicsScalin… in DSP_ScalingEx()
284 …FxEx(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, DSPGraphicsScali… in DSP_ScalingFxEx()
294 …yncEx(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DSPGraphicsScalin… in DSP_ScalingAsyncEx()
304 …ncEx(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, DSPGraphicsScali… in DSP_ScalingFxAsyncEx()
/TwlSDK-5.4/build/libraries/dsp/ARM9.TWL/src/
Ddsp_graphics.c50 static BOOL CheckLimitation(f32 rx, f32 ry, DSPGraphicsScalingMode mode, u16 src_width) in CheckLimitation()
298 BOOL DSPi_ScalingCore(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DS… in DSPi_ScalingCore()
379 BOOL DSPi_ScalingFxCore(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry in DSPi_ScalingFxCore()