Searched refs:dst8 (Results 1 – 2 of 2) sorted by relevance
121 Sint8 *dst8, *src8; in SDL_MixAudioFormat() local128 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()
267 Uint8 *dst8; /* destination, byte version */ in TTF_drawLine_Blended() local273 TTF_initLineMectrics(font, textbuf, row, &dst8, &height); in TTF_drawLine_Blended()274 dst = (Uint32 *) dst8; in TTF_drawLine_Blended()
Completed in 12 milliseconds