/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_pixels.h | 324 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 D | SDL_surface.h | 73 SDL_PixelFormat *format; /**< Read-only */ 397 (SDL_Surface * src, const SDL_PixelFormat * fmt, Uint32 flags);
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_pixels.c | 499 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 D | SDL_RLEaccel.c | 395 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 D | SDL_blit_N.c | 124 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 D | SDL_blit_A.c | 41 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 D | SDL_pixels_c.h | 32 extern int SDL_InitFormat(SDL_PixelFormat * format, Uint32 pixel_format);
|
A D | SDL_blit_slow.c | 45 SDL_PixelFormat *src_fmt = info->src_fmt; in SDL_Blit_Slow() 46 SDL_PixelFormat *dst_fmt = info->dst_fmt; in SDL_Blit_Slow()
|
A D | SDL_blit_0.c | 365 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 D | SDL_blit_1.c | 441 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 D | SDL_blit.h | 66 SDL_PixelFormat *src_fmt; 67 SDL_PixelFormat *dst_fmt;
|
A D | SDL_surface.c | 965 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 D | SDL_drawline.c | 70 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 D | SDL_blendfillrect.c | 137 SDL_PixelFormat *fmt = dst->format; in SDL_BlendFillRect_RGB() 188 SDL_PixelFormat *fmt = dst->format; in SDL_BlendFillRect_RGBA()
|
A D | SDL_blendpoint.c | 137 SDL_PixelFormat *fmt = dst->format; in SDL_BlendPoint_RGB() 188 SDL_PixelFormat *fmt = dst->format; in SDL_BlendPoint_RGBA()
|
A D | SDL_blendline.c | 35 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 D | SDL_gfxBlitFunc.h | 87 SDL_PixelFormat *src; 89 SDL_PixelFormat *dst;
|
A D | SDL_gfxBlitFunc.c | 314 SDL_PixelFormat *srcfmt = info->src; in _SDL_gfxBlitBlitterRGBA() 315 SDL_PixelFormat *dstfmt = info->dst; in _SDL_gfxBlitBlitterRGBA()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testshape.c | 46 SDL_PixelFormat* format = NULL; in main()
|
A D | testautomation_pixels.c | 136 SDL_PixelFormat* result; in pixels_allocFreeFormat()
|
A D | testautomation_surface.c | 339 SDL_PixelFormat *fmt1, *fmt2; in surface_testCompleteSurfaceConversion()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 311 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 D | SDL_kmsdrmmouse.c | 89 SDL_PixelFormat *pixlfmt = surface->format; in KMSDRM_CreateCursor()
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | LaplaceRelaxation.c | 134 SDL_PixelFormat *pixelFormat; in Draw()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_window.c | 203 SDL_PixelFormat format; in DirectFB_SetWindowIcon()
|