Home
last modified time | relevance | path

Searched refs:PIX24 (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dags.h301 #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 Dimage24.c65 *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 Dimage.c225 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 Dgraph_cg.c106 *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 Dgraph_fillrect.c46 DWORD pic24 = PIX24(r, g, b); in gr_fill()
H A Dgraph_fillrect_acolor.c58 DWORD pic24 = PIX24(r, g, b); in gr_fill_alpha_color()
H A Dgraph_rect.c28 col = PIX24(r, g, b); break; in gr_drawrect()
H A Dgraph_expandcolor_blend.c63 col = PIX24(r, g, b); in gr_expandcolor_blend()
H A Dgraph_buller.c113 *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 Djpeg2surface.c63 *dst = PIX24(*src, *(src +1), *(src +2)); in ppm2surface()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/ShGraph/
H A DShGraph.c186 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()