Home
last modified time | relevance | path

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

12345678910>>...31

/dports/devel/p5-SDL/SDL-2.548/src/Core/objects/
H A DPixelFormat.xs19 typedef struct SDL_PixelFormat {
28 } SDL_PixelFormat;
34 SDL_PixelFormat *pixelformat
48 SDL_PixelFormat *pixelformat
56 SDL_PixelFormat *pixelformat
64 SDL_PixelFormat *pixelformat
72 SDL_PixelFormat *pixelformat
80 SDL_PixelFormat *pixelformat
88 SDL_PixelFormat *pixelformat
96 SDL_PixelFormat *pixelformat
[all …]
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dcamera.h155 void rgb24_to_rgb (const void* src, void* dst, int length, SDL_PixelFormat* format);
156 void bgr32_to_rgb (const void* src, void* dst, int length, SDL_PixelFormat* format);
159 unsigned long source, SDL_PixelFormat* format);
161 unsigned long source, SDL_PixelFormat* format);
162 void yuyv_to_rgb (const void* src, void* dst, int length, SDL_PixelFormat* format);
163 void yuyv_to_yuv (const void* src, void* dst, int length, SDL_PixelFormat* format);
164 void uyvy_to_rgb (const void* src, void* dst, int length, SDL_PixelFormat* format);
165 void uyvy_to_yuv (const void* src, void* dst, int length, SDL_PixelFormat* format);
167 SDL_PixelFormat* format);
169 SDL_PixelFormat* format);
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/bfin/
H A Dgui.c65 const SDL_PixelFormat *format;
100 static const SDL_PixelFormat *bfin_gui_color_format (enum gui_color color);
154 SDL_ConvertBlitLineFrom (const Uint8 *src, const SDL_PixelFormat * const format, in SDL_ConvertBlitLineFrom()
226 static const SDL_PixelFormat sdl_rgb_565 =
230 static const SDL_PixelFormat sdl_bgr_565 =
234 static const SDL_PixelFormat sdl_rgb_888 =
238 static const SDL_PixelFormat sdl_bgr_888 =
242 static const SDL_PixelFormat sdl_rgba_8888 =
249 const SDL_PixelFormat *format;
275 static const SDL_PixelFormat *bfin_gui_color_format (enum gui_color color) in bfin_gui_color_format()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/bfin/
H A Dgui.c65 const SDL_PixelFormat *format;
100 static const SDL_PixelFormat *bfin_gui_color_format (enum gui_color color);
154 SDL_ConvertBlitLineFrom (const Uint8 *src, const SDL_PixelFormat * const format, in SDL_ConvertBlitLineFrom()
226 static const SDL_PixelFormat sdl_rgb_565 =
230 static const SDL_PixelFormat sdl_bgr_565 =
234 static const SDL_PixelFormat sdl_rgb_888 =
238 static const SDL_PixelFormat sdl_bgr_888 =
242 static const SDL_PixelFormat sdl_rgba_8888 =
249 const SDL_PixelFormat *format;
275 static const SDL_PixelFormat *bfin_gui_color_format (enum gui_color color) in bfin_gui_color_format()
[all …]
/dports/games/widelands/widelands-build21/src/graphic/
H A Dcolor.cc34 uint32_t RGBColor::map(const SDL_PixelFormat& fmt) const { in map()
35 return SDL_MapRGB(&const_cast<SDL_PixelFormat&>(fmt), r, g, b); in map()
38 void RGBColor::set(SDL_PixelFormat* const fmt, uint32_t const clr) { in set()
73 uint32_t RGBAColor::map(const SDL_PixelFormat& fmt) const { in map()
74 return SDL_MapRGBA(&const_cast<SDL_PixelFormat&>(fmt), r, g, b, a); in map()
77 void RGBAColor::set(const SDL_PixelFormat& fmt, const uint32_t clr) { in set()
78 SDL_GetRGBA(clr, const_cast<SDL_PixelFormat*>(&fmt), &r, &g, &b, &a); in set()
/dports/games/openlierox/OpenLieroX/include/
H A DColor.h43 inline Uint8 GetR(Uint32 pixel, SDL_PixelFormat *fmt) { in GetR()
48 inline Uint8 GetG(Uint32 pixel, SDL_PixelFormat *fmt) { in GetG()
53 inline Uint8 GetB(Uint32 pixel, SDL_PixelFormat *fmt) { in GetB()
58 inline Uint8 GetA(Uint32 pixel, SDL_PixelFormat *fmt) { in GetA()
63 extern SDL_PixelFormat* mainPixelFormat;
65 inline SDL_PixelFormat* getMainPixelFormat() { in getMainPixelFormat()
72 inline bool EqualRGB(Uint32 p1, Uint32 p2, SDL_PixelFormat* fmt) { in EqualRGB()
97 Color(SDL_PixelFormat *f, Uint32 cl) { SDL_GetRGBA(cl, f, &r, &g, &b, &a); } in Color()
107 Uint32 get(SDL_PixelFormat *f) const { return SDL_MapRGBA(f, r, g, b, a); } in get()
116 void set(SDL_PixelFormat *f, Uint32 cl) { SDL_GetRGBA(cl, f, &r, &g, &b, &a); } in set()
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/win_dll/include/SDL2/
H A DSDL_pixels.h274 typedef struct SDL_PixelFormat struct
294 struct SDL_PixelFormat *next; argument
295 } SDL_PixelFormat; typedef
333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
338 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
355 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
384 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
392 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
402 const SDL_PixelFormat * format,
411 const SDL_PixelFormat * format,
/dports/games/iortcw/iortcw-1.51c/MP/code/SDL2/include-2.0.1/
H A DSDL_pixels.h272 typedef struct SDL_PixelFormat struct
292 struct SDL_PixelFormat *next; argument
293 } SDL_PixelFormat; typedef
331 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
336 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
353 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
382 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
390 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
400 const SDL_PixelFormat * format,
409 const SDL_PixelFormat * format,
/dports/games/iortcw/iortcw-1.51c/SP/code/SDL2/include-2.0.1/
H A DSDL_pixels.h272 typedef struct SDL_PixelFormat struct
292 struct SDL_PixelFormat *next; argument
293 } SDL_PixelFormat; typedef
331 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
336 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
353 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
382 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
390 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
400 const SDL_PixelFormat * format,
409 const SDL_PixelFormat * format,
/dports/games/tesseract-data/tesseract/src/include/
H A DSDL_pixels.h274 typedef struct SDL_PixelFormat struct
294 struct SDL_PixelFormat *next; argument
295 } SDL_PixelFormat; typedef
333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
338 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
355 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
384 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
392 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
402 const SDL_PixelFormat * format,
411 const SDL_PixelFormat * format,
/dports/games/tesseract-data/tesseract/src/xcode/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_pixels.h272 typedef struct SDL_PixelFormat struct
292 struct SDL_PixelFormat *next; argument
293 } SDL_PixelFormat; typedef
331 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
336 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
353 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
382 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
390 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
400 const SDL_PixelFormat * format,
409 const SDL_PixelFormat * format,
/dports/games/tesseract/tesseract/src/include/
H A DSDL_pixels.h274 typedef struct SDL_PixelFormat struct
294 struct SDL_PixelFormat *next; argument
295 } SDL_PixelFormat; typedef
333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
338 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
355 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
384 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
392 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
402 const SDL_PixelFormat * format,
411 const SDL_PixelFormat * format,
/dports/games/wxlauncher/wxLauncher-release-0.10.0/3rdparty/SDL2-2_0_3/include/
H A DSDL_pixels.h274 typedef struct SDL_PixelFormat struct
294 struct SDL_PixelFormat *next; argument
295 } SDL_PixelFormat; typedef
333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
338 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
355 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
384 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
392 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
402 const SDL_PixelFormat * format,
411 const SDL_PixelFormat * format,
/dports/devel/emscripten/emscripten-2.0.3/system/include/SDL/
H A DSDL_pixels.h266 typedef struct SDL_PixelFormat struct
286 struct SDL_PixelFormat *next; argument
287 } SDL_PixelFormat; typedef
325 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
330 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
347 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
376 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
384 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
394 const SDL_PixelFormat * format,
403 const SDL_PixelFormat * format,
/dports/games/openbor3979/openbor-2bcf25b/engine/android/jni/include/sdl/
H A DSDL_pixels.h272 typedef struct SDL_PixelFormat struct
292 struct SDL_PixelFormat *next; argument
293 } SDL_PixelFormat; typedef
331 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
336 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
353 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
382 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
390 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
400 const SDL_PixelFormat * format,
409 const SDL_PixelFormat * format,
/dports/games/openbor4432/openbor-ba1eb4f/engine/android/jni/openbor/include/sdl/
H A DSDL_pixels.h272 typedef struct SDL_PixelFormat struct
292 struct SDL_PixelFormat *next; argument
293 } SDL_PixelFormat; typedef
331 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
336 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
353 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
382 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
390 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
400 const SDL_PixelFormat * format,
409 const SDL_PixelFormat * format,
/dports/games/valyriatear/ValyriaTear-1.1.0/Xcode/libs/SDL2.framework/Versions/A/Headers/
H A DSDL_pixels.h274 typedef struct SDL_PixelFormat struct
294 struct SDL_PixelFormat *next; argument
295 } SDL_PixelFormat; typedef
333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
338 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
355 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
384 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
392 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
402 const SDL_PixelFormat * format,
411 const SDL_PixelFormat * format,
/dports/graphics/blender/blender-2.91.0/extern/sdlew/include/SDL2/
H A DSDL_pixels.h229 typedef struct SDL_PixelFormat struct
249 struct SDL_PixelFormat *next; argument
250 } SDL_PixelFormat; typedef
267 typedef SDL_PixelFormat * SDLCALL tSDL_AllocFormat(Uint32 pixel_format);
269 typedef void SDLCALL tSDL_FreeFormat(SDL_PixelFormat *format);
273 typedef int SDLCALL tSDL_SetPixelFormatPalette(SDL_PixelFormat * format,
282 typedef Uint32 SDLCALL tSDL_MapRGB(const SDL_PixelFormat * format,
285 typedef Uint32 SDLCALL tSDL_MapRGBA(const SDL_PixelFormat * format,
290 const SDL_PixelFormat * format,
294 const SDL_PixelFormat * format,
/dports/games/redeclipse/base-2.0.0/bin/redeclipse.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_pixels.h299 typedef struct SDL_PixelFormat struct
319 struct SDL_PixelFormat *next; argument
320 } SDL_PixelFormat; typedef
358 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
363 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
380 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
409 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
417 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
427 const SDL_PixelFormat * format,
436 const SDL_PixelFormat * format,
/dports/games/redeclipse16/base-1.6.0/bin/redeclipse.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_pixels.h299 typedef struct SDL_PixelFormat struct
319 struct SDL_PixelFormat *next; argument
320 } SDL_PixelFormat; typedef
358 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
363 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
380 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
409 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
417 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
427 const SDL_PixelFormat * format,
436 const SDL_PixelFormat * format,
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/ThirdParty/SDL2/
H A DSDL_pixels.h299 typedef struct SDL_PixelFormat struct
319 struct SDL_PixelFormat *next; argument
320 } SDL_PixelFormat; typedef
358 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
363 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
380 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
409 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
417 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
427 const SDL_PixelFormat * format,
436 const SDL_PixelFormat * format,
/dports/games/darkplaces/DarkPlaces.app/Contents/Frameworks/SDL2.framework/Headers/
H A DSDL_pixels.h299 typedef struct SDL_PixelFormat struct
319 struct SDL_PixelFormat *next; argument
320 } SDL_PixelFormat; typedef
358 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
363 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
380 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
409 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
417 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
427 const SDL_PixelFormat * format,
436 const SDL_PixelFormat * format,
/dports/games/darkplaces/DarkPlaces.app/Contents/Frameworks/SDL2.framework/Versions/Current/Headers/
H A DSDL_pixels.h299 typedef struct SDL_PixelFormat struct
319 struct SDL_PixelFormat *next; argument
320 } SDL_PixelFormat; typedef
358 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
363 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
380 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
409 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
417 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
427 const SDL_PixelFormat * format,
436 const SDL_PixelFormat * format,
/dports/games/darkplaces/DarkPlaces.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_pixels.h299 typedef struct SDL_PixelFormat struct
319 struct SDL_PixelFormat *next; argument
320 } SDL_PixelFormat; typedef
358 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
363 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
380 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
409 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
417 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
427 const SDL_PixelFormat * format,
436 const SDL_PixelFormat * format,
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/sdl/include/
H A DLRSDL_video.h70 typedef struct SDL_PixelFormat { struct
91 } SDL_PixelFormat; argument
98 SDL_PixelFormat *format; /**< Read-only */
185 SDL_PixelFormat *vfmt; /**< Value: The format of the video surface */
318 (const SDL_PixelFormat * const format,
325 (const SDL_PixelFormat * const format,
332 const SDL_PixelFormat * const fmt,
339 const SDL_PixelFormat * const fmt,
412 SDL_PixelFormat *format, Uint32 flags);

12345678910>>...31