Searched refs:PIX24 (Results 1 – 11 of 11) sorted by relevance
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/ |
H A D | ags.h | 301 #define PIX24 RGB_PIX24 macro 314 #define PIX24 BGR_PIX24 macro 341 #define ALPHABLEND24(f, b, a) (PIX24((((PIXR24((f)) - PIXR24((b))) * (a)) >> 8) + PIXR24((b)),\ 345 #define ALPHALEVEL24(p, lv) (PIX24(((PIXR24(p) * (lv)) >> 8),\ 354 #define SUTURADD24(pa, pb) PIX24(MIN(255,PIXR24(pa)+PIXR24(pb)), MIN(255, PIXG24(pa)+PIXG24(pb)), M…
|
H A D | image24.c | 65 *yl = PIX24(RGB_PIXR16(pic16),RGB_PIXG16(pic16),RGB_PIXB16(pic16)); in drawImage16_fromData24() 86 pic24 = PIX24(RGB_PIXR16(pic16),RGB_PIXG16(pic16),RGB_PIXB16(pic16)); in drawSprite16_fromData24() 401 *yld = PIX24(*yls, PIXG24(*yld), PIXB24(*yld)); in image_copy_from_alpha24() 411 *yld = PIX24(PIXR24(*yls), *yls, PIXB24(*yld)); in image_copy_from_alpha24() 421 *yld = PIX24(PIXR24(*yld), PIXG24(*yld), *yls); in image_copy_from_alpha24()
|
H A D | image.c | 225 xpal[i].pixel = PIX24(pal->red[i], pal->green[i], pal->blue[i]); in trans_index2pixels() 229 xpal[i].pixel = PIX24((pal->red [i]*lv)>>8, in trans_index2pixels() 239 xpal[i].pixel = PIX24((((255-r)*lv)>>8)+r, in trans_index2pixels() 264 return PIX24(pal->red[i], pal->green[i], pal->blue[i]); in trans_index2pixel()
|
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/lib/ |
H A D | graph_cg.c | 106 *yl = PIX24(r, g, b); in gr_drawimage24() 175 *yl = PIX24(RGB_PIXR16(pic16), RGB_PIXG16(pic16), RGB_PIXB16(pic16)); in gr_drawimage16()
|
H A D | graph_fillrect.c | 46 DWORD pic24 = PIX24(r, g, b); in gr_fill()
|
H A D | graph_fillrect_acolor.c | 58 DWORD pic24 = PIX24(r, g, b); in gr_fill_alpha_color()
|
H A D | graph_rect.c | 28 col = PIX24(r, g, b); break; in gr_drawrect()
|
H A D | graph_expandcolor_blend.c | 63 col = PIX24(r, g, b); in gr_expandcolor_blend()
|
H A D | graph_buller.c | 113 *yld = PIX24(r3, g3, b3); in gr_buller() 224 *(yld+y*dst->width) = PIX24(r3, g3, b3); in gr_buller_v()
|
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/NightDemonDemo/ |
H A D | jpeg2surface.c | 63 *dst = PIX24(*src, *(src +1), *(src +2)); in ppm2surface()
|
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/ShGraph/ |
H A D | ShGraph.c | 186 DWORD pic24s = PIX24(*src, *(src+1), *(src+2)) & 0xf0f0f0; in ChangeNotColor() 187 DWORD pic24d = PIX24(*dst, *(dst+1), *(dst+2)) & 0xf0f0f0; in ChangeNotColor() 626 DWORD pic24 = PIX24(r, g, b) & 0xf0f0f0; in copy_sprite()
|