Home
last modified time | relevance | path

Searched refs:SDL_COPY_MUL (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_auto.c103 case SDL_COPY_MUL: in SDL_Blit_RGB888_RGB888_Blend()
173 case SDL_COPY_MUL: in SDL_Blit_RGB888_RGB888_Blend_Scale()
323 case SDL_COPY_MUL: in SDL_Blit_RGB888_RGB888_Modulate_Blend()
411 case SDL_COPY_MUL: in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
503 case SDL_COPY_MUL: in SDL_Blit_RGB888_BGR888_Blend()
573 case SDL_COPY_MUL: in SDL_Blit_RGB888_BGR888_Blend_Scale()
723 case SDL_COPY_MUL: in SDL_Blit_RGB888_BGR888_Modulate_Blend()
811 case SDL_COPY_MUL: in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
905 case SDL_COPY_MUL: in SDL_Blit_RGB888_ARGB8888_Blend()
977 case SDL_COPY_MUL: in SDL_Blit_RGB888_ARGB8888_Blend_Scale()
[all …]
A DSDL_blit_slow.c121 switch (flags & (SDL_COPY_BLEND | SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL)) { in SDL_Blit_Slow()
150 case SDL_COPY_MUL: in SDL_Blit_Slow()
A DSDL_surface.c506 ~(SDL_COPY_BLEND | SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL); in SDL_SetSurfaceBlendMode()
520 surface->map->info.flags |= SDL_COPY_MUL; in SDL_SetSurfaceBlendMode()
546 info.flags & (SDL_COPY_BLEND | SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL)) { in SDL_GetSurfaceBlendMode()
556 case SDL_COPY_MUL: in SDL_GetSurfaceBlendMode()
891 SDL_COPY_BLEND | SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL | in SDL_LowerBlitScaled()
A DSDL_blit.c133 …_COPY_MODULATE_ALPHA | SDL_COPY_BLEND | SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL | SDL_COPY_COLO… in SDL_ChooseBlitFunc()
A DSDL_blit.h39 #define SDL_COPY_MUL 0x00000080 macro
A DSDL_RLEaccel.c1435 (flags & (SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL)) || in SDL_RLESurface()

Completed in 27 milliseconds