Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/dsp/ARM9.TWL/src/
Ddsp_graphics.c35 static BOOL CheckLimitation(f32 rx, f32 ry, DSPGraphicsScalingMode mode, u16 src_width);
50 static BOOL CheckLimitation(f32 rx, f32 ry, DSPGraphicsScalingMode mode, u16 src_width) in CheckLimitation() function
306 … SDK_TASSERTMSG(CheckLimitation(rx, ry, mode, width), "DSP_Scaling: arguments exceed the limit."); in DSPi_ScalingCore()
387 …SDK_TASSERTMSG(CheckLimitation(FX_FX32_TO_F32(rx), FX_FX32_TO_F32(ry), mode, width), "DSP_Scaling:… in DSPi_ScalingFxCore()