Home
last modified time | relevance | path

Searched refs:SDL_PixelFormat (Results 1 – 25 of 28) sorted by relevance

12

/AliOS-Things-master/components/SDL2/include/
A DSDL_pixels.h324 typedef struct SDL_PixelFormat struct
344 struct SDL_PixelFormat *next; argument
345 } SDL_PixelFormat; typedef
383 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
388 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
405 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
434 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
442 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
452 const SDL_PixelFormat * format,
461 const SDL_PixelFormat * format,
A DSDL_surface.h73 SDL_PixelFormat *format; /**< Read-only */
397 (SDL_Surface * src, const SDL_PixelFormat * fmt, Uint32 flags);
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_pixels.c499 static SDL_PixelFormat *formats;
502 SDL_PixelFormat *
505 SDL_PixelFormat *format; in SDL_AllocFormat()
544 SDL_InitFormat(SDL_PixelFormat * format, Uint32 pixel_format) in SDL_InitFormat()
609 SDL_FreeFormat(SDL_PixelFormat *format) in SDL_FreeFormat()
611 SDL_PixelFormat *prev; in SDL_FreeFormat()
904 SDL_GetRGBA(Uint32 pixel, const SDL_PixelFormat * format, in SDL_GetRGBA()
966 SDL_PixelFormat * dst) in Map1toN()
993 MapNto1(SDL_PixelFormat * src, SDL_PixelFormat * dst, int *identical) in MapNto1()
1048 SDL_PixelFormat *srcfmt; in SDL_MapSurface()
[all …]
A DSDL_RLEaccel.c395 SDL_PixelFormat *fmt = surf_dst->format; in RLEClipBlit()
640 SDL_PixelFormat *df = surf_dst->format; in RLEAlphaClipBlit()
735 SDL_PixelFormat *df = surf_dst->format; in SDL_RLEAlphaBlit()
895 SDL_PixelFormat * sfmt, SDL_PixelFormat * dfmt) in copy_opaque_16()
932 SDL_PixelFormat * sfmt, SDL_PixelFormat * dfmt) in copy_transl_565()
951 SDL_PixelFormat * sfmt, SDL_PixelFormat * dfmt) in copy_transl_555()
989 SDL_PixelFormat * sfmt, SDL_PixelFormat * dfmt) in copy_32()
1031 SDL_PixelFormat *df; in RLEAlphaSurface()
1038 SDL_PixelFormat *, SDL_PixelFormat *); in RLEAlphaSurface()
1040 SDL_PixelFormat *, SDL_PixelFormat *); in RLEAlphaSurface()
[all …]
A DSDL_blit_N.c124 calc_swizzle32(const SDL_PixelFormat * srcfmt, const SDL_PixelFormat * dstfmt) in calc_swizzle32()
215 SDL_PixelFormat *srcfmt = info->src_fmt; in Blit_RGB888_RGB565Altivec()
319 SDL_PixelFormat *srcfmt = info->src_fmt; in Blit_RGB565_32Altivec()
320 SDL_PixelFormat *dstfmt = info->dst_fmt; in Blit_RGB565_32Altivec()
466 SDL_PixelFormat *srcfmt = info->src_fmt; in Blit_RGB555_32Altivec()
467 SDL_PixelFormat *dstfmt = info->dst_fmt; in Blit_RGB555_32Altivec()
614 SDL_PixelFormat *srcfmt = info->src_fmt; in Blit32to32KeyAltivec()
2091 SDL_PixelFormat *srcfmt; in BlitNto1()
2250 get_permutation(SDL_PixelFormat *srcfmt, SDL_PixelFormat *dstfmt, in get_permutation()
3362 SDL_PixelFormat *srcfmt; in SDL_CalculateBlitN()
[all …]
A DSDL_blit_A.c41 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNto1SurfaceAlpha()
42 SDL_PixelFormat *dstfmt = info->dst_fmt; in BlitNto1SurfaceAlpha()
88 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNto1PixelAlpha()
89 SDL_PixelFormat *dstfmt = info->dst_fmt; in BlitNto1PixelAlpha()
134 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNto1SurfaceAlphaKey()
135 SDL_PixelFormat *dstfmt = info->dst_fmt; in BlitNto1SurfaceAlphaKey()
235 SDL_PixelFormat *df = info->dst_fmt; in BlitRGBtoRGBSurfaceAlphaMMX()
338 SDL_PixelFormat *sf = info->src_fmt; in BlitRGBtoRGBPixelAlphaMMX()
589 SDL_PixelFormat *sf = info->src_fmt; in BlitRGBtoRGBPixelAlphaMMX3DNOW()
1221 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNtoNSurfaceAlpha()
[all …]
A DSDL_pixels_c.h32 extern int SDL_InitFormat(SDL_PixelFormat * format, Uint32 pixel_format);
A DSDL_blit_slow.c45 SDL_PixelFormat *src_fmt = info->src_fmt; in SDL_Blit_Slow()
46 SDL_PixelFormat *dst_fmt = info->dst_fmt; in SDL_Blit_Slow()
A DSDL_blit_0.c365 SDL_PixelFormat *dstfmt = info->dst_fmt; in BlitBtoNAlpha()
409 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitBtoNAlphaKey()
410 SDL_PixelFormat *dstfmt = info->dst_fmt; in BlitBtoNAlphaKey()
A DSDL_blit_1.c441 SDL_PixelFormat *dstfmt = info->dst_fmt; in Blit1toNAlpha()
481 SDL_PixelFormat *dstfmt = info->dst_fmt; in Blit1toNAlphaKey()
527 SDL_PixelFormat *dstfmt; in SDL_CalculateBlit1()
A DSDL_blit.h66 SDL_PixelFormat *src_fmt;
67 SDL_PixelFormat *dst_fmt;
A DSDL_surface.c965 SDL_ConvertSurface(SDL_Surface * surface, const SDL_PixelFormat * format, in SDL_ConvertSurface()
1200 SDL_PixelFormat *fmt; in SDL_ConvertSurfaceFormat()
1217 SDL_PixelFormat * format, SDL_BlitMap * blitmap) in SDL_CreateSurfaceOnStack()
1258 SDL_PixelFormat src_fmt, dst_fmt; in SDL_ConvertPixels()
/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_drawline.c70 const SDL_PixelFormat * fmt = dst->format; in SDL_DrawLine2()
100 const SDL_PixelFormat * fmt = dst->format; in SDL_DrawLine4()
125 SDL_CalculateDrawLineFunc(const SDL_PixelFormat * fmt) in SDL_CalculateDrawLineFunc()
A DSDL_blendfillrect.c137 SDL_PixelFormat *fmt = dst->format; in SDL_BlendFillRect_RGB()
188 SDL_PixelFormat *fmt = dst->format; in SDL_BlendFillRect_RGBA()
A DSDL_blendpoint.c137 SDL_PixelFormat *fmt = dst->format; in SDL_BlendPoint_RGB()
188 SDL_PixelFormat *fmt = dst->format; in SDL_BlendPoint_RGBA()
A DSDL_blendline.c35 const SDL_PixelFormat *fmt = dst->format; in SDL_BlendLine_RGB2()
351 const SDL_PixelFormat *fmt = dst->format; in SDL_BlendLine_RGB4()
457 const SDL_PixelFormat *fmt = dst->format; in SDL_BlendLine_RGBA4()
775 SDL_CalculateBlendLineFunc(const SDL_PixelFormat * fmt) in SDL_CalculateBlendLineFunc()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxBlitFunc.h87 SDL_PixelFormat *src;
89 SDL_PixelFormat *dst;
A DSDL_gfxBlitFunc.c314 SDL_PixelFormat *srcfmt = info->src; in _SDL_gfxBlitBlitterRGBA()
315 SDL_PixelFormat *dstfmt = info->dst; in _SDL_gfxBlitBlitterRGBA()
/AliOS-Things-master/components/SDL2/test/
A Dtestshape.c46 SDL_PixelFormat* format = NULL; in main()
A Dtestautomation_pixels.c136 SDL_PixelFormat* result; in pixels_allocFreeFormat()
A Dtestautomation_surface.c339 SDL_PixelFormat *fmt1, *fmt2; in surface_testCompleteSurfaceConversion()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_procs.h311 SDL_DYNAPI_PROC(SDL_PixelFormat*,SDL_AllocFormat,(Uint32 a),(a),return)
312 SDL_DYNAPI_PROC(void,SDL_FreeFormat,(SDL_PixelFormat *a),(a),)
314 SDL_DYNAPI_PROC(int,SDL_SetPixelFormatPalette,(SDL_PixelFormat *a, SDL_Palette *b),(a,b),return)
317 SDL_DYNAPI_PROC(Uint32,SDL_MapRGB,(const SDL_PixelFormat *a, Uint8 b, Uint8 c, Uint8 d),(a,b,c,d),r…
318 SDL_DYNAPI_PROC(Uint32,SDL_MapRGBA,(const SDL_PixelFormat *a, Uint8 b, Uint8 c, Uint8 d, Uint8 e),(…
319 SDL_DYNAPI_PROC(void,SDL_GetRGB,(Uint32 a, const SDL_PixelFormat *b, Uint8 *c, Uint8 *d, Uint8 *e),…
320 SDL_DYNAPI_PROC(void,SDL_GetRGBA,(Uint32 a, const SDL_PixelFormat *b, Uint8 *c, Uint8 *d, Uint8 *e,…
492 SDL_DYNAPI_PROC(SDL_Surface*,SDL_ConvertSurface,(SDL_Surface *a, const SDL_PixelFormat *b, Uint32 c…
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmmouse.c89 SDL_PixelFormat *pixlfmt = surface->format; in KMSDRM_CreateCursor()
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DLaplaceRelaxation.c134 SDL_PixelFormat *pixelFormat; in Draw()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_window.c203 SDL_PixelFormat format; in DirectFB_SetWindowIcon()

Completed in 38 milliseconds

12