Home
last modified time | relevance | path

Searched refs:Value_to_Color (Results 1 – 5 of 5) sorted by relevance

/dports/comms/xnec2c/xnec2c-3.4/src/
H A Ddraw_radiation.c203 Value_to_Color( in Draw_Radiation_Pattern()
223 Value_to_Color( in Draw_Radiation_Pattern()
444 Value_to_Color( &xred, &xgrn, &xblu, in Draw_Near_Field()
475 Value_to_Color( &xred, &xgrn, &xblu, in Draw_Near_Field()
542 Value_to_Color( &xred, &xgrn, &xblu, pov_r[idx], pov_max ); in Draw_Near_Field()
H A Ddraw_structure.c434 Value_to_Color( &red, &grn, &blu, cmag[idx], cmax ); in Draw_Wire_Segments()
586 Value_to_Color( &red, &grn, &blu, ct1m[i], cmax ); in Draw_Surface_Patches()
597 Value_to_Color( &red, &grn, &blu, ct2m[i], cmax ); in Draw_Surface_Patches()
H A Ddraw.c205 Value_to_Color( double *red, double *grn, double *blu, double val, double max ) in Value_to_Color() function
H A Dcallbacks.c474 Value_to_Color( &red, &grn, &blu, (double) (8*idx), 1280.0 ); in on_main_colorcode_drawingarea_expose_event()
1210 Value_to_Color( &red, &grn, &blu, (double) (8*idx), 1280.0 ); in on_rdpattern_colorcode_drawingarea_expose_event()
H A Dcommon.h1062 void Value_to_Color(double *red, double *grn, double *blu, double val, double max);