Home
last modified time | relevance | path

Searched refs:MAXWIDTH (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/textproc/html-pretty/htmlpty-1.01/
H A Dcommon.h61 #if !defined(MAXWIDTH)
62 #define MAXWIDTH 72 /* can override at compile time */ macro
65 #if ((MAXWIDTH) < 72)
66 #undef MAXWIDTH
67 #define MAXWIDTH 72 /* but guarantee a minimum: see man pages */ macro
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dr_local.h204 #define MAXOPENINGS MAXWIDTH*64*4
214 unsigned short top[MAXWIDTH];
217 unsigned short bottom[MAXWIDTH];
321 extern angle_t xtoviewangle[MAXWIDTH + 1];
413 extern short floorclip[MAXWIDTH];
414 extern short ceilingclip[MAXWIDTH];
417 extern fixed_t distscale[MAXWIDTH];
475 extern short negonearray[MAXWIDTH];
476 extern short screenheightarray[MAXWIDTH];
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dr_local.h180 #define MAXOPENINGS MAXWIDTH*64*4
190 unsigned int top[MAXWIDTH]; // [crispy] hires / 32-bit integer math
193 unsigned int bottom[MAXWIDTH]; // [crispy] hires / 32-bit integer math
296 extern angle_t xtoviewangle[MAXWIDTH + 1];
388 extern int floorclip[MAXWIDTH]; // [crispy] 32-bit integer math
389 extern int ceilingclip[MAXWIDTH]; // [crispy] 32-bit integer math
392 extern fixed_t distscale[MAXWIDTH];
440 extern int negonearray[MAXWIDTH]; // [crispy] 32-bit integer math
441 extern int screenheightarray[MAXWIDTH]; // [crispy] 32-bit integer math
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/utils/
H A Dtext_width_check.py8 global MAXWIDTH
9 MAXWIDTH = 360 variable
54 if linewidth > MAXWIDTH:
60 if linewidth > MAXWIDTH:
90 MAXWIDTH = int(sys.argv[2]) variable
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dr_plane.h37 extern short floorclip[MAXWIDTH];
38 extern short ceilingclip[MAXWIDTH];
41 extern fixed_t distscale[MAXWIDTH];
H A Dr_things.h33 extern short negonearray[MAXWIDTH];
34 extern short screenheightarray[MAXWIDTH];
H A Dr_plane.c53 #define MAXOPENINGS MAXWIDTH*64*4
63 short floorclip[MAXWIDTH];
64 short ceilingclip[MAXWIDTH];
80 fixed_t distscale[MAXWIDTH];
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_plane.h38 extern int floorclip[MAXWIDTH]; // [crispy] 32-bit integer math
39 extern int ceilingclip[MAXWIDTH]; // [crispy] 32-bit integer math
43 extern fixed_t distscale[MAXWIDTH];
H A Dr_things.h33 extern int negonearray[MAXWIDTH]; // [crispy] 32-bit integer math
34 extern int screenheightarray[MAXWIDTH]; // [crispy] 32-bit integer math
H A Dr_state.h53 extern int flipscreenwidth[MAXWIDTH];
113 extern angle_t xtoviewangle[MAXWIDTH+1];
/dports/cad/gnucap/gnucap-2013-04-23/lib/
H A Dplot.cc22 #define MAXWIDTH 512 macro
23 #define OUTWIDTH (std::min(static_cast<int>(OPT::outwidth), MAXWIDTH))
28 static char border[MAXWIDTH+1]; /* border string (keep, repeat at end) */
29 static char emptydata[MAXWIDTH+1]; /* empty data, to copy then insert data */
240 char adata[MAXWIDTH+1]; /* actual data. copy emptydata, insert */ in plotarg()
242 memcpy(adata, emptydata, MAXWIDTH); /* copy prototype */ in plotarg()
/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/
H A Ddebug.py116 MAXWIDTH = {'o_O': 10} # hack with editable closure dict, to align names
128 MAXWIDTH['o_O'] = max(len(line), MAXWIDTH['o_O'])
129 return line.ljust(MAXWIDTH['o_O'], '-')
/dports/games/tenebrae/tenebrae_0/
H A Dr_shared.h34 #define MAXWIDTH 1280 macro
35 #define MAXDIMENSION ((MAXHEIGHT > MAXWIDTH) ? MAXHEIGHT : MAXWIDTH)
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dr_shared.h34 #define MAXWIDTH 1280 macro
35 #define MAXDIMENSION ((MAXHEIGHT > MAXWIDTH) ? MAXHEIGHT : MAXWIDTH)
/dports/editors/textadept/cdk-5.0-20200923/demos/
H A Dsyb.c11 #define MAXWIDTH 5000 macro
176 MAXWIDTH, TRUE, FALSE); in main()
659 char temp[MAXWIDTH]; in assembleTitle()
660 char row[MAXWIDTH]; in assembleTitle()
663 memset (row, '\0', MAXWIDTH); in assembleTitle()
676 memset (temp, '\0', MAXWIDTH); in assembleTitle()
701 char value[MAXWIDTH]; in assembleRow()
702 char temp[MAXWIDTH]; in assembleRow()
703 char row[MAXWIDTH]; in assembleRow()
708 memset (row, '\0', MAXWIDTH); in assembleRow()
[all …]
/dports/devel/cdk/cdk-5.0-20161210/demos/
H A Dsyb.c11 #define MAXWIDTH 5000 macro
176 MAXWIDTH, TRUE, FALSE); in main()
659 char temp[MAXWIDTH]; in assembleTitle()
660 char row[MAXWIDTH]; in assembleTitle()
663 memset (row, '\0', MAXWIDTH); in assembleTitle()
676 memset (temp, '\0', MAXWIDTH); in assembleTitle()
701 char value[MAXWIDTH]; in assembleRow()
702 char temp[MAXWIDTH]; in assembleRow()
703 char row[MAXWIDTH]; in assembleRow()
708 memset (row, '\0', MAXWIDTH); in assembleRow()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dr_shared.h42 #define MAXWIDTH 4096 macro
43 #define MAXDIMENSION ((MAXHEIGHT > MAXWIDTH) ? MAXHEIGHT : MAXWIDTH)
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dr_shared.h41 #define MAXWIDTH 1280 macro
42 #define MAXDIMENSION ((MAXHEIGHT > MAXWIDTH) ? MAXHEIGHT : MAXWIDTH)
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_segs.h45 extern fixed_t swall[MAXWIDTH];
46 extern fixed_t lwall[MAXWIDTH];
H A Dr_3dfloors.h24 short floorclip[MAXWIDTH];
25 short ceilingclip[MAXWIDTH];
H A Dr_plane.h81 extern short floorclip[MAXWIDTH];
82 extern short ceilingclip[MAXWIDTH];
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dpsencode.c21 #define MAXWIDTH 16384 macro
250 if (Width <= 0 || Width > MAXWIDTH || Height <= 0 || Height > MAXWIDTH) {
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_segs.cpp82 static int walltopf[MAXWIDTH];
83 static int walltopb[MAXWIDTH];
84 static int wallbottomf[MAXWIDTH];
85 static int wallbottomb[MAXWIDTH];
87 static tallpost_t* topposts[MAXWIDTH];
88 static tallpost_t* midposts[MAXWIDTH];
89 static tallpost_t* bottomposts[MAXWIDTH];
91 static fixed_t wallscalex[MAXWIDTH];
92 static int texoffs[MAXWIDTH];
416 static int light_lookup[MAXWIDTH]; in R_RenderColumnRange()
[all …]
/dports/graphics/cenon/Cenon/InspectorPanel.subproj/
H A DIPAllStrokeWidth.m35 #define MAXWIDTH 100.0 macro
92 [widthSlider setMaxValue:[doc convertMMToUnit:MAXWIDTH]];
118 [widthSlider setMaxValue:[doc convertMMToUnit:MAXWIDTH]];
132 float min = 0.0, max = [doc convertMMToUnit:MAXWIDTH];
/dports/graphics/xwpick/xwpick-2.20/
H A DPSencode.c10 #define MAXWIDTH 4096 macro
141 if (Width <= 0 || Width > MAXWIDTH || Height <= 0 || Height > MAXWIDTH) {

1234567891011