Home
last modified time | relevance | path

Searched refs:drwRgbColor (Results 1 – 8 of 8) sorted by relevance

/dports/lang/seed7/seed7/lib/comp/
H A Ddrw_act.s7i191 writeln(c_prog, "#define drwRgbColor(red, green, blue) " <&
194 declareExtern(c_prog, "intType drwRgbColor (intType, intType, intType);");
196 writeln(c_prog, "#define drwRgbColor(red, green, blue) " <&
198 defineRgbMacroBody <& "):(drwRgbColor)(red, green, blue))");
201 declareExtern(c_prog, "intType drwRgbColor (intType, intType, intType);");
1077 c_expr.expr &:= "drwRgbColor(";
/dports/lang/seed7/seed7/src/
H A Ddrw_drv.h115 intType drwRgbColor (intType redLight, intType greenLight, intType blueLight);
H A Ddrw_dos.c471 intType drwRgbColor (intType redLight, intType greenLight, intType blueLight) in drwRgbColor() function
H A Ddrw_emc.c1070 intType drwRgbColor (intType redLight, intType greenLight, intType blueLight) in drwRgbColor() function
H A Ddrwlib.c1383 drwRgbColor(take_int(arg_1(arguments)), take_int(arg_2(arguments)), in drw_rgbcol()
H A Ddrw_x11.c2200 intType drwRgbColor (intType redLight, intType greenLight, intType blueLight) in drwRgbColor() function
2416 intType drwRgbColor (intType redLight, intType greenLight, intType blueLight) in drwRgbColor() function
H A Ddrw_win.c1943 intType drwRgbColor (intType redLight, intType greenLight, intType blueLight) in drwRgbColor() function
/dports/lang/seed7/seed7/lib/
H A Dcc_conf.s7i378 * 0 if there is no mapping and drwRgbColor() should be used.
384 * 0 if there is no mapping and drwRgbColor() should be used.
390 * 0 if there is no mapping and drwRgbColor() should be used.
395 * Name of the variable deciding between macro and drwRgbColor().