Home
last modified time | relevance | path

Searched defs:_RGBA (Results 1 – 4 of 4) sorted by relevance

/dports/games/flobopuyo/flobopuyo-0.20/
H A DIosImgProcess.h6 typedef struct _RGBA { struct
7 Uint8 red;
8 Uint8 green;
9 Uint8 blue;
10 Uint8 alpha;
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Djpeg.c359 typedef struct _RGBA { struct
360 unsigned char a,r,g,b;
H A Drfxswf.h64 typedef struct _RGBA struct
65 { U8 a;
66 U8 r;
67 U8 g;
68 U8 b;
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/
H A D_renderPM.c551 static art_u32 _RGBA(art_u32 rgb, double alpha) in _RGBA() function