Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_render_sw.c513 SDL_Rect mask_rect = tmp_rect; in SW_RenderCopyEx() local
515 retval = SDL_BlitSurface(mask_rotated, NULL, surface, &mask_rect); in SW_RenderCopyEx()
522 mask_rect = tmp_rect; in SW_RenderCopyEx()
523 retval = SDL_BlitSurface(src_rotated, NULL, surface, &mask_rect); in SW_RenderCopyEx()

Completed in 5 milliseconds