Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/twl/dsp/common/
Dgraphics.h113 BOOL DSPi_ScalingFxCore(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rw, fx32 ry…
249 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_heig… in DSP_ScalingFx()
269 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_heig… in DSP_ScalingFxAsync()
289 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, NULL… in DSP_ScalingFxEx()
309 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, call… in DSP_ScalingFxAsyncEx()
/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Ddsp_graphics.c319 BOOL DSPi_ScalingFxCore(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry… in DSPi_ScalingFxCore() function