Home
last modified time | relevance | path

Searched refs:normalcolor (Results 1 – 25 of 103) sorted by relevance

12345

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dv_video.h192 inline void DrawText (int normalcolor, int x, int y, const byte *string) const;
200 inline void DrawText (int normalcolor, int x, int y, const char *string) const;
313 TextWrapper (EWrapper_Translated, normalcolor, x, y, string); in DrawText()
317 TextWrapper (EWrapper_TlatedLucent, normalcolor, x, y, string); in DrawTextLuc()
321 TextSWrapper (EWrapper_Translated, normalcolor, x, y, string); in DrawTextClean()
325 TextSWrapper (EWrapper_TlatedLucent, normalcolor, x, y, string); in DrawTextCleanLuc()
329 TextSWrapper (EWrapper_Translated, normalcolor, in DrawTextCleanMove()
346 TextWrapper (EWrapper_Translated, normalcolor, x, y, (const byte *)string); in DrawText()
350 TextWrapper (EWrapper_TlatedLucent, normalcolor, x, y, (const byte *)string); in DrawTextLuc()
354 TextSWrapper (EWrapper_Translated, normalcolor, x, y, (const byte *)string); in DrawTextClean()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dv_text.cpp55 void STACK_ARGS DCanvas::DrawChar (FFont *font, int normalcolor, int x, int y, BYTE character, ...) in DrawChar() argument
60 if (normalcolor >= NumTextColors) in DrawChar()
61 normalcolor = CR_UNTRANSLATED; in DrawChar()
68 const FRemapTable *range = font->GetColorTranslation ((EColorRange)normalcolor); in DrawChar()
104 if (normalcolor >= NumTextColors) in DrawTextV()
105 normalcolor = CR_UNTRANSLATED; in DrawTextV()
106 boldcolor = normalcolor ? normalcolor - 1 : NumTextColors - 1; in DrawTextV()
108 range = font->GetColorTranslation ((EColorRange)normalcolor); in DrawTextV()
217 EColorRange newcolor = V_ParseFontColor (ch, normalcolor, boldcolor); in DrawTextV()
265 DrawTextV(font, normalcolor, x, y, string, tags); in DrawText()
[all …]
H A Dv_video.h217 void STACK_ARGS DrawText (FFont *font, int normalcolor, int x, int y, const char *string, ...);
219 void STACK_ARGS DrawTextA (FFont *font, int normalcolor, int x, int y, const char *string, ...);
221 void DrawTextV (FFont *font, int normalcolor, int x, int y, const char *string, va_list tags);
222 void STACK_ARGS DrawChar (FFont *font, int normalcolor, int x, int y, BYTE character, ...);
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dv_text.cpp56 void STACK_ARGS DCanvas::DrawChar (FFont *font, int normalcolor, int x, int y, BYTE character, ...) in DrawChar() argument
61 if (normalcolor >= NumTextColors) in DrawChar()
62 normalcolor = CR_UNTRANSLATED; in DrawChar()
69 const FRemapTable *range = font->GetColorTranslation ((EColorRange)normalcolor); in DrawChar()
105 if (normalcolor >= NumTextColors) in DrawTextV()
106 normalcolor = CR_UNTRANSLATED; in DrawTextV()
107 boldcolor = normalcolor ? normalcolor - 1 : NumTextColors - 1; in DrawTextV()
109 range = font->GetColorTranslation ((EColorRange)normalcolor); in DrawTextV()
227 EColorRange newcolor = V_ParseFontColor (ch, normalcolor, boldcolor); in DrawTextV()
275 DrawTextV(font, normalcolor, x, y, string, tags); in DrawText()
[all …]
H A Dv_video.h243 void STACK_ARGS DrawText (FFont *font, int normalcolor, int x, int y, const char *string, ...);
245 void STACK_ARGS DrawTextA (FFont *font, int normalcolor, int x, int y, const char *string, ...);
247 void DrawTextV (FFont *font, int normalcolor, int x, int y, const char *string, va_list tags);
248 void STACK_ARGS DrawChar (FFont *font, int normalcolor, int x, int y, BYTE character, ...);
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dv_text.cpp314 if (normalcolor > NUM_TEXT_COLORS) in TextWrapper()
315 normalcolor = CR_RED; in TextWrapper()
316 boldcolor = normalcolor ? normalcolor - 1 : NUM_TEXT_COLORS - 1; in TextWrapper()
318 V_ColorMap = translationref_t(Ranges + normalcolor * 256); in TextWrapper()
340 newcolor = normalcolor; in TextWrapper()
383 TextSWrapper(drawer, normalcolor, x, y, string, CleanXfac, CleanYfac); in TextSWrapper()
396 if (normalcolor > NUM_TEXT_COLORS) in TextSWrapper()
397 normalcolor = CR_RED; in TextSWrapper()
398 boldcolor = normalcolor ? normalcolor - 1 : NUM_TEXT_COLORS - 1; in TextSWrapper()
400 V_ColorMap = translationref_t(Ranges + normalcolor * 256); in TextSWrapper()
[all …]
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A Ddrawschema.cpp66 #define normalcolor "#ffeaa2"
74 #define normalcolor "#4B71A1"
82 #define normalcolor "#4B71A1"
90 #define normalcolor "#4B71A1"
98 #define normalcolor "#4B71A1"
106 #define normalcolor "#4B71A1"
114 #define normalcolor "#4B71A1" macro
437 return makeBlockSchema(0, 1, prim0name(p0), normalcolor, ""); in generateInsideSchema()
439 return makeBlockSchema(1, 1, prim1name(p1), normalcolor, ""); in generateInsideSchema()
441 return makeBlockSchema(2, 1, prim2name(p2), normalcolor, ""); in generateInsideSchema()
[all …]
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/demos/
H A DColors.py21 normalcolor = Pmw.Color.changebrightness(parent, color, 0.85)
22 Pmw.Color.setscheme(parent, normalcolor)
28 normalcolor = Pmw.Color.changebrightness(parent, color, 0.35)
29 Pmw.Color.setscheme(parent, normalcolor, foreground = 'white')
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/demos/
H A DColors.py21 normalcolor = Pmw.Color.changebrightness(parent, color, 0.85)
22 Pmw.Color.setscheme(parent, normalcolor)
28 normalcolor = Pmw.Color.changebrightness(parent, color, 0.35)
29 Pmw.Color.setscheme(parent, normalcolor, foreground = 'white')
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dsubcaption.cwl17 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
18 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
19 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
20 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
21 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
22 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
H A Dbicaption.cwl14 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
15 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
16 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
17 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
18 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
19 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
H A Dcaption.cwl21 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
22 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
23 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
24 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
25 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
26 …normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
H A Dnormalcolor.cwl1 # normalcolor package
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathColor.cpp65 static bool normalcolor(docstring const & color) in normalcolor() function
74 if (!normalcolor(color_)) { in validate()
99 if (normalcolor(color_)) in write()
/dports/math/reduce/Reduce-svn5758-src/generic/newfront/
H A Dredparent.c44 extern int normalcolor;
138 textcolor(normalcolor); in read_until_first_prompt()
292 textcolor(normalcolor); in read_until_prompt()
326 textcolor(normalcolor); in read_until_prompt()
H A Dredlinewin.h47 extern int normalcolor;
H A Dreddeb.c45 extern int normalcolor;
H A Dredline.h43 extern int normalcolor;
H A Dredfront.c105 int normalcolor = DEFAULT_NORMALCOLOR; /* REDUCE terminal output */ variable
280 normalcolor = (c<0) ? DEFAULT_NORMALCOLOR : c; in parse_colarg()
439 textcolor(normalcolor); in print_banner()
/dports/math/reduce/Reduce-svn5758-src/generic/redfront/src/
H A Dredparent.c47 extern int normalcolor;
143 textcolor(normalcolor); in read_until_first_prompt()
305 textcolor(normalcolor); in read_until_prompt()
337 textcolor(normalcolor); in read_until_prompt()
H A Dredfront.c56 int normalcolor = DEFAULT_NORMALCOLOR; /* REDUCE terminal output */ variable
235 normalcolor = (c<0) ? DEFAULT_NORMALCOLOR : c; in parse_colarg()
391 textcolor(normalcolor); in print_banner()
/dports/graphics/geomview/geomview-1.9.5/src/lib/shade/
H A Dmaterial.c100 mat->normalcolor = *NEXT(Color *); in _MtSet()
189 *(Color *)value = mat->normalcolor; in MtGet()
316 if (mask & MTF_NORMALCOLOR) dst->normalcolor = src->normalcolor; in MtMerge()
434 case 11: memcpy(&m.normalcolor, v, sizeof(Color)); break; in MtFLoad()
469 case MTF_NORMALCOLOR: c = &mat->normalcolor; goto pcolor; in MtFSave()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/data/complete/tex/
H A Dcolor.cwl7 \normalcolor
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dcolor.sty.ltxml93 # NOTE: the color in effect at \begin{document} will be returned by \normalcolor
95 DefPrimitive('\normalcolor', sub {
98 Box(undef, undef, undef, T_CS('\normalcolor')); });
/dports/net-im/centerim/centerim-4.22.10/kkconsui/src/
H A Dcolorschemer.cc30 d.code = normalcolor(pair); in parsecolordef()

12345