Home
last modified time | relevance | path

Searched refs:CHARACTER_WIDTH (Results 1 – 25 of 26) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dcd2650.cpp47 #define CHARACTER_WIDTH 8 macro
343 …screen.set_raw(XTAL(14'192'640), 112 * CHARACTER_WIDTH, 0, 80 * CHARACTER_WIDTH, 22 * CHARACTER_LI… in cd2650()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dcd2650.cpp47 #define CHARACTER_WIDTH 8 macro
343 …screen.set_raw(XTAL(14'192'640), 112 * CHARACTER_WIDTH, 0, 80 * CHARACTER_WIDTH, 22 * CHARACTER_LI… in cd2650()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/drascula/
H A Dactors.cpp198 curPos[4] = CHARACTER_WIDTH; in moveCharacters()
241 curPos[4] = CHARACTER_WIDTH; in moveCharacters()
H A Ddrascula.cpp308 curWidth = CHARACTER_WIDTH; in run()
413 soc = soc + CHARACTER_WIDTH;
H A Drooms.cpp1712 curWidth = CHARACTER_WIDTH; in enterRoom()
1831 curWidth = (CHARACTER_WIDTH * factor_red[curY]) / 100; in enterRoom()
1835 curWidth = (CHARACTER_WIDTH * factor_red[curY]) / 100; in enterRoom()
H A Ddrascula.h302 #define CHARACTER_WIDTH 43 macro
/dports/games/scummvm/scummvm-2.5.1/engines/drascula/
H A Dactors.cpp198 curPos[4] = CHARACTER_WIDTH; in moveCharacters()
241 curPos[4] = CHARACTER_WIDTH; in moveCharacters()
H A Ddrascula.cpp307 curWidth = CHARACTER_WIDTH; in run()
412 soc = soc + CHARACTER_WIDTH; in runCurrentChapter()
H A Drooms.cpp1712 curWidth = CHARACTER_WIDTH; in enterRoom()
1831 curWidth = (CHARACTER_WIDTH * factor_red[curY]) / 100; in enterRoom()
1835 curWidth = (CHARACTER_WIDTH * factor_red[curY]) / 100; in enterRoom()
H A Ddrascula.h299 #define CHARACTER_WIDTH 43 macro
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcomposite.c336 this_width = (ch == '\t' ? 1 : CHARACTER_WIDTH (ch)); in get_composition_id()
347 rightmost = ch != '\t' ? CHARACTER_WIDTH (ch) : 1; in get_composition_id()
357 this_width = ch != '\t' ? CHARACTER_WIDTH (ch) : 1; in get_composition_id()
1456 cmp_it->width += CHARACTER_WIDTH (c); in composition_update_it()
H A Dcharacter.c230 ptrdiff_t width = CHARACTER_WIDTH (c); in char_width()
248 int w = CHARACTER_WIDTH (c); in char_width()
H A Dbuffer.h1566 CHARACTER_WIDTH (int c) in CHARACTER_WIDTH() function
H A Dterm.c601 if (CHARACTER_WIDTH (c) == 0 in encode_terminal_code()
1639 it->pixel_width = CHARACTER_WIDTH (it->char_to_display); in produce_glyphs()
1845 len = CHARACTER_WIDTH (it->c); in produce_glyphless_glyph()
H A Dmenu.c1046 len += CHARACTER_WIDTH (ch); in menu_item_width()
H A Dindent.c296 width = CHARACTER_WIDTH (ch); \
H A Dxdisp.c30835 width = CHARACTER_WIDTH (it->c); in produce_glyphless_glyph()
/dports/editors/emacs/emacs-27.2/src/
H A Dcomposite.c337 this_width = (ch == '\t' ? 1 : CHARACTER_WIDTH (ch)); in get_composition_id()
348 rightmost = ch != '\t' ? CHARACTER_WIDTH (ch) : 1; in get_composition_id()
358 this_width = ch != '\t' ? CHARACTER_WIDTH (ch) : 1; in get_composition_id()
1417 cmp_it->width += CHARACTER_WIDTH (c); in composition_update_it()
H A Dcharacter.c282 ptrdiff_t width = CHARACTER_WIDTH (c); in char_width()
300 int w = CHARACTER_WIDTH (c); in char_width()
H A Dcharacter.h596 #define CHARACTER_WIDTH(c) \ macro
H A Dterm.c600 if (CHARACTER_WIDTH (c) == 0 in encode_terminal_code()
1635 it->pixel_width = CHARACTER_WIDTH (it->char_to_display); in produce_glyphs()
1841 len = CHARACTER_WIDTH (it->c); in produce_glyphless_glyph()
H A Dmenu.c1042 len += CHARACTER_WIDTH (ch); in menu_item_width()
H A Dindent.c298 width = CHARACTER_WIDTH (ch); \
H A Dxdisp.c29825 width = CHARACTER_WIDTH (it->c); in produce_glyphless_glyph()
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.379695 * src/buffer.h (SANE_TAB_WIDTH, CHARACTER_WIDTH):
79697 Tune CHARACTER_WIDTH so that ASCII_CHAR_WIDTH is no longer needed.
215367 * src/character.h (CHARACTER_WIDTH): Rename from CHAR_WIDTH.

12