Home
last modified time | relevance | path

Searched refs:fgred (Results 1 – 25 of 93) sorted by relevance

1234

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/math/
H A DFGFunction.cpp136 cerr << el->ReadFrom() << FGJSBBase::fgred in VarArgsFn()
165 cerr << el->ReadFrom() << fgred in FGFunction()
175 cerr << el->ReadFrom() << fgred in FGFunction()
188 buffer << el->ReadFrom() << fgred << highint in CheckMinArguments()
201 buffer << el->ReadFrom() << fgred << highint in CheckMaxArguments()
216 cerr << el->ReadFrom() << fgred << highint in CheckOddOrEvenArguments()
224 cerr << el->ReadFrom() << fgred << highint in CheckOddOrEvenArguments()
532 cerr << ctxMsg << fgred << highint in Load()
543 cerr << ctxMsg << fgred << highint in Load()
704 cerr << ctxMsg << fgred << highint in Load()
[all …]
H A DFGTable.cpp160 cerr << endl << fgred << " This table specifies both 'internal' call type" << endl; in FGTable()
300 errormsg << fgred << highint << endl in FGTable()
316 errormsg << fgred << highint << endl in FGTable()
332 errormsg << fgred << highint << endl in FGTable()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dbmp.c48 int fgred, fggrn, fgblu, bgred, bggrn, bgblu; in bmp_pixel_plot() local
63 fgred = (16 * ctoi(symbol->fgcolour[0])) + ctoi(symbol->fgcolour[1]); in bmp_pixel_plot()
79 bitmap[i + 2] = fgred; in bmp_pixel_plot()
H A Dpcx.c48 int fgred, fggrn, fgblu, bgred, bggrn, bgblu; in pcx_pixel_plot() local
63 fgred = (16 * ctoi(symbol->fgcolour[0])) + ctoi(symbol->fgcolour[1]); in pcx_pixel_plot()
127 rle_row[column] = fgred; in pcx_pixel_plot()
H A Dpng.c81 int fgred, fggrn, fgblu, bgred, bggrn, bgblu; in png_pixel_plot() local
94 fgred = (16 * ctoi(symbol->fgcolour[0])) + ctoi(symbol->fgcolour[1]); in png_pixel_plot()
162 outdata[i] = fgred; in png_pixel_plot()
H A Dtif.c54 int fgred, fggrn, fgblu, bgred, bggrn, bgblu; in tif_pixel_plot() local
70 fgred = (16 * ctoi(symbol->fgcolour[0])) + ctoi(symbol->fgcolour[1]); in tif_pixel_plot()
150 putc(fgred, tif_file); in tif_pixel_plot()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dpcx.c47 int fgred, fggrn, fgblu, bgred, bggrn, bgblu; in pcx_pixel_plot() local
67 fgred = (16 * ctoi(symbol->fgcolour[0])) + ctoi(symbol->fgcolour[1]); in pcx_pixel_plot()
139 rle_row[column] = fgred; in pcx_pixel_plot()
H A Dps.c137 int fgred, fggrn, fgblu, bgred, bggrn, bgblu; in ps_plot() local
184 fgred = (16 * ctoi(symbol->fgcolour[0])) + ctoi(symbol->fgcolour[1]); in ps_plot()
190 red_ink = (float) (fgred / 256.0); in ps_plot()
H A Demf.c167 int fgred, fggrn, fgblu, bgred, bggrn, bgblu; in emf_plot() local
237 fgred = (16 * ctoi(symbol->fgcolour[0])) + ctoi(symbol->fgcolour[1]); in emf_plot()
364 emr_createbrushindirect_colour[i].log_brush.color.red = fgred; in emf_plot()
382 emr_createbrushindirect_fg.log_brush.color.red = fgred; in emf_plot()
579 emr_settextcolor.color.red = fgred; in emf_plot()
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dp_color.c156 double fgred, fggreen, fgblue; in _pl_p_compute_idraw_bgcolor() local
166 fgred = (double)(_pl_p_idraw_stdcolors[_plotter->drawstate->ps_idraw_fgcolor].red); in _pl_p_compute_idraw_bgcolor()
185 approxred = shade * bgred + (1.0 - shade) * fgred; in _pl_p_compute_idraw_bgcolor()
/dports/cad/sp2sp/gwave2-20090213/
H A Dplotutils-2.4.1.patch25 fgred fggreen fgblue setrgbcolor\n\
33 fgred fggreen fgblue setrgbcolor\n\
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/
H A DFGJSBBase.cpp60 char FGJSBBase::fgred[6] = {27, '[', '3', '1', 'm', '\0' }; member in JSBSim::FGJSBBase
72 char FGJSBBase::fgred[6] = {'\0' };
201 fgred[0]='\0'; in disableHighLighting()
H A DFGFDMExec.cpp862 cerr << fgred in LoadModel()
994 cerr << endl << fgred << "YOU HAVE AN INCOMPATIBLE CFG FILE FOR THIS AIRCRAFT." in ReadPrologue()
1003 << highint << "This aircraft model is an " << fgred << Release in ReadPrologue()
1007 << fgred << highint << "Use this model for development purposes ONLY!!!" in ReadPrologue()
1011 << highint << "This aircraft model is a " << fgred << Release in ReadPrologue()
1022 << highint << "This aircraft model is an " << fgred << Release in ReadPrologue()
1026 << fgred << highint << "Use this model for development purposes ONLY!!!" in ReadPrologue()
1065 …cerr << endl << highint << fgred << " No location was found for this child object!" << reset << e… in ReadChild()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/input_output/
H A DFGOutputType.cpp138 << fgred << highint << endl << " No property by the name " in Load()
150 << fgred << highint << " No function by the name " in Load()
H A DFGScript.cpp247 cout << endl << fgred << str << reset << endl << endl; in LoadScript()
290 << fgred << highint << " No function by the name " in LoadScript()
601 cerr << fgred << highint << endl in Debug()
618 cerr << fgred << highint << endl in Debug()
H A DFGUDPInputSocket.cpp79 cerr << fgred << highint << endl << " No property by the name " in Load()
/dports/games/dMagnetic/dMagnetic_0.32/src/gui/
H A Ddefault_callbacks.c742 int fgred,fggreen,fgblue; in default_cbDrawPicture() local
783 fgred =PICTURE_GET_RED(bestfg); in default_cbDrawPicture()
786 fgred*=255;fggreen*=255;fgblue*=255; in default_cbDrawPicture()
787 fgred /=PICTURE_MAX_RGB_VALUE; in default_cbDrawPicture()
790 printf("\x1b[38;2;%d;%d;%dm",fgred,fggreen,fgblue); in default_cbDrawPicture()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/term/ansi/code/
H A Dattr.tcl44 DEF fgred 31 ; # Red
/dports/devel/tcllib/tcllib-1.20/modules/term/ansi/code/
H A Dattr.tcl44 DEF fgred 31 ; # Red
/dports/devel/tcllibc/tcllib-1.20/modules/term/ansi/code/
H A Dattr.tcl44 DEF fgred 31 ; # Red
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/propulsion/
H A DFGThruster.cpp75 else cerr << fgred << " No thruster location found." << reset << endl; in FGThruster()
/dports/net/evans/evans-0.9.1/vendor/github.com/fatih/color/
H A Dcolor_test.go78 fgred := New(FgRed)
93 if fgblack1.Equals(fgred) {
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/fatih/color/
H A Dcolor_test.go78 fgred := New(FgRed)
93 if fgblack1.Equals(fgred) {
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/fatih/color/color-1.9.0/
H A Dcolor_test.go78 fgred := New(FgRed)
93 if fgblack1.Equals(fgred) {
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/fatih/color/color-1.7.0/
H A Dcolor_test.go78 fgred := New(FgRed)
93 if fgblack1.Equals(fgred) {

1234