Lines Matching refs:height
81 u16 height; member
112 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async);
114 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async);
275 u16 x, u16 y, u16 width, u16 height) 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()
285 u16 x, u16 y, u16 width, u16 height) in DSP_ScalingFxEx() argument
289 …SPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, NULL, FALSE); in DSP_ScalingFxEx()
295 u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback) 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()
305 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback) in DSP_ScalingFxAsyncEx() argument
309 …_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, callback, TRUE); in DSP_ScalingFxAsyncEx()