Home
last modified time | relevance | path

Searched refs:PIXG16 (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dags.h294 #define PIXG16 RGB_PIXG16 macro
307 #define PIXG16 BGR_PIXG16 macro
328 (((PIXG16((f)) - PIXG16((b))) * (a)) >> 8)+ PIXG16((b)),\
332 ((PIXG16(p) * (lv)) >> 8),\
352 #define SUTURADD16(pa, pb) PIX16(MIN(255,PIXR16(pa)+PIXR16(pb)), MIN(255, PIXG16(pa)+PIXG16(pb)), M…
H A Dimage16.c449 *yld = PIX16(*yls, PIXG16(*yld), PIXB16(*yld)); in image_copy_from_alpha16()
469 *yld = PIX16(PIXR16(*yld), PIXG16(*yld), *yls); in image_copy_from_alpha16()
520 *yld = PIXG16(*yls); in image_copy_to_alpha16()
H A Dimage.c660 cell->g = PIXG16(*(WORD *)dst); in image_getPixel()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/lib/
H A Dgraph_buller.c70 g1 = PIXG16((*(yls+step))); in gr_buller()
73 g2 = PIXG16((*(yls-step))); in gr_buller()
184 g1 = PIXG16((*(yls+(y+step)*src->width))); in gr_buller_v()
187 g2 = PIXG16((*(yls+(y-step)*src->width))); in gr_buller_v()