Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_pixels.h313 typedef struct SDL_PixelFormat struct
333 struct SDL_PixelFormat *next; argument
334 } SDL_PixelFormat; typedef
372 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
377 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
394 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
423 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
431 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
441 const SDL_PixelFormat * format,
450 const SDL_PixelFormat * format,
DSDL_surface.h72 SDL_PixelFormat *format; /**< Read-only */
370 (SDL_Surface * src, const SDL_PixelFormat * fmt, Uint32 flags);
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels.c485 static SDL_PixelFormat *formats;
487 SDL_PixelFormat *
490 SDL_PixelFormat *format; in SDL_AllocFormat()
521 SDL_InitFormat(SDL_PixelFormat * format, Uint32 pixel_format) in SDL_InitFormat()
586 SDL_FreeFormat(SDL_PixelFormat *format) in SDL_FreeFormat()
588 SDL_PixelFormat *prev; in SDL_FreeFormat()
648 SDL_SetPixelFormatPalette(SDL_PixelFormat * format, SDL_Palette *palette) in SDL_SetPixelFormatPalette()
801 SDL_MapRGB(const SDL_PixelFormat * format, Uint8 r, Uint8 g, Uint8 b) in SDL_MapRGB()
814 SDL_MapRGBA(const SDL_PixelFormat * format, Uint8 r, Uint8 g, Uint8 b, in SDL_MapRGBA()
828 SDL_GetRGB(Uint32 pixel, const SDL_PixelFormat * format, Uint8 * r, Uint8 * g, in SDL_GetRGB()
[all …]
DSDL_RLEaccel.c396 SDL_PixelFormat *fmt = surf_dst->format; in RLEClipBlit()
524 SDL_PixelFormat *fmt = surf_src->format; in SDL_RLEBlit()
641 SDL_PixelFormat *df = surf_dst->format; in RLEAlphaClipBlit()
736 SDL_PixelFormat *df = surf_dst->format; in SDL_RLEAlphaBlit()
896 SDL_PixelFormat * sfmt, SDL_PixelFormat * dfmt) in copy_opaque_16()
913 RLEDestFormat * sfmt, SDL_PixelFormat * dfmt) in uncopy_opaque_16()
933 SDL_PixelFormat * sfmt, SDL_PixelFormat * dfmt) in copy_transl_565()
952 SDL_PixelFormat * sfmt, SDL_PixelFormat * dfmt) in copy_transl_555()
971 RLEDestFormat * sfmt, SDL_PixelFormat * dfmt) in uncopy_transl_16()
990 SDL_PixelFormat * sfmt, SDL_PixelFormat * dfmt) in copy_32()
[all …]
DSDL_blit_N.c105 calc_swizzle32(const SDL_PixelFormat * srcfmt, const SDL_PixelFormat * dstfmt) in calc_swizzle32()
113 const static const struct SDL_PixelFormat default_pixel_format = { in calc_swizzle32()
164 SDL_PixelFormat *srcfmt = info->src_fmt; in Blit_RGB888_RGB565Altivec()
268 SDL_PixelFormat *srcfmt = info->src_fmt; in Blit_RGB565_32Altivec()
269 SDL_PixelFormat *dstfmt = info->dst_fmt; in Blit_RGB565_32Altivec()
415 SDL_PixelFormat *srcfmt = info->src_fmt; in Blit_RGB555_32Altivec()
416 SDL_PixelFormat *dstfmt = info->dst_fmt; in Blit_RGB555_32Altivec()
563 SDL_PixelFormat *srcfmt = info->src_fmt; in Blit32to32KeyAltivec()
565 SDL_PixelFormat *dstfmt = info->dst_fmt; in Blit32to32KeyAltivec()
681 SDL_PixelFormat *srcfmt = info->src_fmt; in ConvertAltivec32to32_noprefetch()
[all …]
DSDL_blit_A.c39 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNto1SurfaceAlpha()
40 SDL_PixelFormat *dstfmt = info->dst_fmt; in BlitNto1SurfaceAlpha()
86 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNto1PixelAlpha()
87 SDL_PixelFormat *dstfmt = info->dst_fmt; in BlitNto1PixelAlpha()
132 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNto1SurfaceAlphaKey()
133 SDL_PixelFormat *dstfmt = info->dst_fmt; in BlitNto1SurfaceAlphaKey()
233 SDL_PixelFormat *df = info->dst_fmt; in BlitRGBtoRGBSurfaceAlphaMMX()
336 SDL_PixelFormat *sf = info->src_fmt; in BlitRGBtoRGBPixelAlphaMMX()
523 SDL_PixelFormat *sf = info->src_fmt; in BlitRGBtoRGBPixelAlphaMMX3DNOW()
1155 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNtoNSurfaceAlpha()
[all …]
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()
DSDL_pixels_c.h28 extern int SDL_InitFormat(SDL_PixelFormat * format, Uint32 pixel_format);
DSDL_blit_1.c437 SDL_PixelFormat *dstfmt = info->dst_fmt; in Blit1toNAlpha()
477 SDL_PixelFormat *dstfmt = info->dst_fmt; in Blit1toNAlphaKey()
523 SDL_PixelFormat *dstfmt; in SDL_CalculateBlit1()
DSDL_blit_0.c363 SDL_PixelFormat *dstfmt = info->dst_fmt; in BlitBtoNAlpha()
407 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitBtoNAlphaKey()
408 SDL_PixelFormat *dstfmt = info->dst_fmt; in BlitBtoNAlphaKey()
DSDL_surface.c877 SDL_ConvertSurface(SDL_Surface * surface, const SDL_PixelFormat * format, in SDL_ConvertSurface()
1004 SDL_PixelFormat *fmt; in SDL_ConvertSurfaceFormat()
1021 SDL_PixelFormat * format, SDL_BlitMap * blitmap) in SDL_CreateSurfaceOnStack()
1062 SDL_PixelFormat src_fmt, dst_fmt; in SDL_ConvertPixels()
DSDL_blit.h65 SDL_PixelFormat *src_fmt;
66 SDL_PixelFormat *dst_fmt;
DSDL_bmp.c531 SDL_PixelFormat format; in SDL_SaveBMP_RW()
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
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()
DSDL_blendfillrect.c125 SDL_PixelFormat *fmt = dst->format; in SDL_BlendFillRect_RGB()
170 SDL_PixelFormat *fmt = dst->format; in SDL_BlendFillRect_RGBA()
DSDL_blendpoint.c125 SDL_PixelFormat *fmt = dst->format; in SDL_BlendPoint_RGB()
170 SDL_PixelFormat *fmt = dst->format; in SDL_BlendPoint_RGBA()
DSDL_blendline.c35 const SDL_PixelFormat *fmt = dst->format; in SDL_BlendLine_RGB2()
309 const SDL_PixelFormat *fmt = dst->format; in SDL_BlendLine_RGB4()
401 const SDL_PixelFormat *fmt = dst->format; in SDL_BlendLine_RGBA4()
677 SDL_CalculateBlendLineFunc(const SDL_PixelFormat * fmt) in SDL_CalculateBlendLineFunc()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_procs.h315 SDL_DYNAPI_PROC(SDL_PixelFormat*,SDL_AllocFormat,(Uint32 a),(a),return)
316 SDL_DYNAPI_PROC(void,SDL_FreeFormat,(SDL_PixelFormat *a),(a),)
318 SDL_DYNAPI_PROC(int,SDL_SetPixelFormatPalette,(SDL_PixelFormat *a, SDL_Palette *b),(a,b),return)
321 SDL_DYNAPI_PROC(Uint32,SDL_MapRGB,(const SDL_PixelFormat *a, Uint8 b, Uint8 c, Uint8 d),(a,b,c,d),r…
322 SDL_DYNAPI_PROC(Uint32,SDL_MapRGBA,(const SDL_PixelFormat *a, Uint8 b, Uint8 c, Uint8 d, Uint8 e),(…
323 SDL_DYNAPI_PROC(void,SDL_GetRGB,(Uint32 a, const SDL_PixelFormat *b, Uint8 *c, Uint8 *d, Uint8 *e),…
324 SDL_DYNAPI_PROC(void,SDL_GetRGBA,(Uint32 a, const SDL_PixelFormat *b, Uint8 *c, Uint8 *d, Uint8 *e,…
496 SDL_DYNAPI_PROC(SDL_Surface*,SDL_ConvertSurface,(SDL_Surface *a, const SDL_PixelFormat *b, Uint32 c…
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestshape.c46 SDL_PixelFormat* format = NULL; in main()
Dtestautomation_pixels.c134 SDL_PixelFormat* result; in pixels_allocFreeFormat()
Dtestautomation_surface.c338 SDL_PixelFormat *fmt1, *fmt2; in surface_testCompleteSurfaceConversion()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_window.c203 SDL_PixelFormat format; in DirectFB_SetWindowIcon()
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_render.c506 const SDL_PixelFormat *fmt; in SDL_CreateTextureFromSurface()
550 SDL_PixelFormat *dst_fmt; in SDL_CreateTextureFromSurface()