Home
last modified time | relevance | path

Searched refs:drwPixelToRgb (Results 1 – 7 of 7) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Ddrw_drv.h84 void drwPixelToRgb (intType col, intType *redLight, intType *greenLight, intType *blueLight);
H A Ddrw_dos.c479 void drwPixelToRgb (intType col, intType *redLight, intType *greenLight, intType *blueLight) in drwPixelToRgb() function
H A Ddrw_emc.c1086 void drwPixelToRgb (intType col, intType *redLight, intType *greenLight, intType *blueLight) in drwPixelToRgb() function
H A Ddrwlib.c1161 drwPixelToRgb(take_int(arg_1(arguments)), in drw_pixelToRgb()
H A Ddrw_win.c1955 void drwPixelToRgb (intType col, intType *redLight, intType *greenLight, intType *blueLight) in drwPixelToRgb() function
H A Ddrw_x11.c2453 void drwPixelToRgb (intType col, intType *redLight, intType *greenLight, intType *blueLight) in drwPixelToRgb() function
/dports/lang/seed7/seed7/lib/comp/
H A Ddrw_act.s7i177 declareExtern(c_prog, "void drwPixelToRgb (intType, intType *, intType *, intType *);");
891 c_expr.expr &:= "drwPixelToRgb(";