Home
last modified time | relevance | path

Searched refs:TEXTWIDTH (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/games/tong/tong/
H A Dtext.cpp82 srcrect.w = TEXTWIDTH; in Draw()
90 srcrect.x = ((int)text[i] % 32) * TEXTWIDTH; in Draw()
104 letterx += TEXTWIDTH; in Draw()
412 srcrect.w = TEXTWIDTH; in Draw()
423 srcrect.x = ((int)content[i] % 32) * TEXTWIDTH; in Draw()
437 letterx += TEXTWIDTH; in Draw()
H A Dtext.h33 #define TEXTWIDTH 8 macro
37 #define TEXTWIDTH 16 macro
/dports/devel/ncurses/ncurses-6.3/ncurses/tty/
H A Dhashmap.c90 # define TEXTWIDTH(sp) 1 macro
92 static NCURSES_CH_T oldtext[MAXLINES][TEXTWIDTH(sp)];
93 static NCURSES_CH_T newtext[MAXLINES][TEXTWIDTH(sp)];
104 # define TEXTWIDTH(sp) (CurScreen(sp)->_maxx + 1)
130 for (i = TEXTWIDTH(sp); i > 0; i--) { in hash()
145 for (i = TEXTWIDTH(sp); i > 0; i--, from++, to++) in update_cost()
163 for (i = TEXTWIDTH(sp); i > 0; i--, to++) in update_cost_from_blank()
/dports/print/cups-filters/cups-filters-1.28.10/filter/braille/filters/
H A Dtexttobrf.in50 RENDER_CALL="fmt -$TEXTWIDTH"
59 RENDER_CALL="lynx -width=$TEXTWIDTH -dump -stdin"
237 LIBLOUIS_CONFIG+=" -CcellsPerLine=$TEXTWIDTH -ClinesPerPage=$TEXTHEIGHT "
H A Dmusicxmltobrf.in42 CONVERT="FreeDots -nw -w $TEXTWIDTH /dev/stdin"
H A Dcups-braille.sh.in249 TEXTWIDTH=$PRINTABLETEXTWIDTH
261 TEXTWIDTH=$(( $PRINTABLETEXTWIDTH - $LEFTMARGIN - $RIGHTMARGIN ))
/dports/emulators/spim/spim-8.0/xspim/
H A Dxspim.h39 #define TEXTWIDTH \ macro
H A Dxspim.c372 button_width = TEXTWIDTH * 12; in initialize()
374 if ((unsigned)app_width < TEXTWIDTH * 4 * 22) /* Register display width */ in initialize()
375 app_width = TEXTWIDTH * 4 * 22; in initialize()
398 XtSetArg (args[n], XtNwidth, TEXTWIDTH * 80); n++; in create_console_display()
/dports/audio/julius/julius-4.1.2/julius/
H A Doutput_file.c31 #define TEXTWIDTH 70 macro
268 tw1 = (TEXTWIDTH * wg->lefttime) / r->peseqlen; in outfile_graph()
269 tw2 = (TEXTWIDTH * wg->righttime) / r->peseqlen; in outfile_graph()
H A Doutput_stdout.c60 #define TEXTWIDTH 70 macro
558 tw1 = (TEXTWIDTH * wg->lefttime) / recog->peseqlen; in result_pass1_graph()
559 tw2 = (TEXTWIDTH * wg->righttime) / recog->peseqlen; in result_pass1_graph()
1024 #define TEXTWIDTH 70 macro
1064 tw1 = (TEXTWIDTH * wg->lefttime) / r->peseqlen; in result_graph()
1065 tw2 = (TEXTWIDTH * wg->righttime) / r->peseqlen; in result_graph()
/dports/devel/git-cola/git-cola-3.10.1/cola/models/
H A Dprefs.py44 TEXTWIDTH = 'cola.textwidth' variable
197 return context.cfg.get(TEXTWIDTH, default=Defaults.textwidth)
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Drendertext.cpp482 #define TEXTWIDTH(s) \ macro
513 TEXTWIDTH(true); \
520 TEXTWIDTH(true); \
538 if(cw > 0) TEXTWIDTH(false); \
550 TEXTWIDTH(false); \
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Drendertext.cpp534 #define TEXTWIDTH \ macro
555 TEXTWIDTH; \
562 TEXTWIDTH; \
584 TEXTWIDTH; \
/dports/www/luakit/luakit-2.3/widgets/
H A Dlabel.c144 PI_CASE(TEXTWIDTH, gtk_label_get_width_chars(GTK_LABEL(w->widget))) in luaH_label_index()
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/widgets/
H A Dlabel.c144 PI_CASE(TEXTWIDTH, gtk_label_get_width_chars(GTK_LABEL(w->widget))) in luaH_label_index()
/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Dprefs.py192 prefs.TEXTWIDTH: (self.textwidth, Defaults.textwidth),
244 prefs.TEXTWIDTH: (self.textwidth, Defaults.textwidth),
H A Dmain.py954 elif config == prefs.TEXTWIDTH:
/dports/graphics/sxiv/sxiv-26/
H A Dwindow.c347 #define TEXTWIDTH(win, text, len) \ macro
407 if ((tw = TEXTWIDTH(win, r->buf, len)) > w) in win_draw_bar()
/dports/graphics/nsxiv/nsxiv-27.1-20-g065562d/
H A Dwindow.c395 #define TEXTWIDTH(win, text, len) \ macro
455 if ((tw = TEXTWIDTH(win, r->buf, len)) > w) in win_draw_bar()
/dports/editors/texmacs/TeXmacs-1.99.4-src/plugins/mupad/bin/
H A Dtm_mupad77 TEXTWIDTH:=$textwidth:
/dports/textproc/sgmlformat/sgmlformat-1.7/instant/
H A Dtables.c92 #define TEXTWIDTH 5.5 macro
1247 (atof(tfp->colpwidth[i]) / totalProp) * TEXTWIDTH); in TblBuild1Format()
/dports/textproc/docbook-to-man/docbook-to-man/Instant/
H A Dtables.c92 #define TEXTWIDTH 5.5 macro
1247 (atof(tfp->colpwidth[i]) / totalProp) * TEXTWIDTH); in TblBuild1Format()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dmupad.vim35 syn keyword mupadSpecial TEXTWIDTH
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dmupad.vim35 syn keyword mupadSpecial TEXTWIDTH
/dports/lang/basic256/basic256-2.0.0.11/
H A DChangeLog2 …* added TEXTWIDTH statement to return width of a string i the current font before output to the gr…

12345678910>>...19