Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.h165 DFBSurfacePixelFormat DirectFB_SDLToDFBPixelFormat(Uint32 format);
A DSDL_DirectFB_render.c107 return (DFB_PIXELFORMAT_HAS_ALPHA(DirectFB_SDLToDFBPixelFormat(data->format)) ? 1 : 0); in TextureHasAlpha()
290 layconf.pixelformat = DirectFB_SDLToDFBPixelFormat(data->format); in DirectFB_AcquireVidLayer()
343 pixelformat = DirectFB_SDLToDFBPixelFormat(texture->format); in DirectFB_CreateTexture()
462 int bpp = DFB_BYTES_PER_PIXEL(DirectFB_SDLToDFBPixelFormat(texture->format)); in DirectFB_UpdateTexture()
537 rect->x * DFB_BYTES_PER_PIXEL(DirectFB_SDLToDFBPixelFormat(texture->format))); in DirectFB_LockTexture()
A DSDL_DirectFB_modes.c103 config.pixelformat = DirectFB_SDLToDFBPixelFormat(mode->format); in CheckSetDisplayMode()
327 config.pixelformat = DirectFB_SDLToDFBPixelFormat(mode->format); in DirectFB_SetDisplayMode()
A DSDL_DirectFB_video.c396 DirectFB_SDLToDFBPixelFormat(Uint32 format) in DirectFB_SDLToDFBPixelFormat() function

Completed in 7 milliseconds