Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_mixer.c121 Sint8 *dst8, *src8; in SDL_MixAudioFormat() local
128 dst8 = (Sint8 *) dst; in SDL_MixAudioFormat()
132 dst_sample = *dst8 + src_sample; in SDL_MixAudioFormat()
134 *dst8 = max_audioval; in SDL_MixAudioFormat()
136 *dst8 = min_audioval; in SDL_MixAudioFormat()
138 *dst8 = dst_sample; in SDL_MixAudioFormat()
140 ++dst8; in SDL_MixAudioFormat()
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c267 Uint8 *dst8; /* destination, byte version */ in TTF_drawLine_Blended() local
273 TTF_initLineMectrics(font, textbuf, row, &dst8, &height); in TTF_drawLine_Blended()
274 dst = (Uint32 *) dst8; in TTF_drawLine_Blended()

Completed in 12 milliseconds