21 #include "../../SDL_internal.h"
23 #if !SDL_RENDER_DISABLED
33 unsigned inva = 0xff -
a;
56 unsigned inva = 0xff -
a;
79 unsigned inva = 0xff -
a;
102 unsigned inva = 0xff -
a;
126 unsigned inva = 0xff -
a;
171 unsigned inva = 0xff -
a;
207 return SDL_SetError(
"SDL_BlendFillRect(): Unsupported surface format");
278 return SDL_SetError(
"SDL_BlendFillRects(): Unsupported surface format");
324 for (i = 0; i <
count; ++
i) {
329 status =
func(dst, &rect, blendMode, r, g, b, a);