Searched refs:SDL_CalculateShapeBitmap (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_shape_internals.h | 56 extern void SDL_CalculateShapeBitmap(SDL_WindowShapeMode mode,SDL_Surface *shape,Uint8* bitmap,Uint…
|
A D | SDL_shape.c | 71 SDL_CalculateShapeBitmap(SDL_WindowShapeMode mode,SDL_Surface *shape,Uint8* bitmap,Uint8 ppb) in SDL_CalculateShapeBitmap() function
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11shape.c | 101 SDL_CalculateShapeBitmap(shaper->mode,shape,data->bitmap,8); in X11_SetWindowShape()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_shape.c | 101 SDL_CalculateShapeBitmap(shaper->mode,shape,bitmap,1); in DirectFB_SetWindowShape()
|
Completed in 5 milliseconds