Home
last modified time | relevance | path

Searched refs:font_base (Results 1 – 25 of 124) sorted by relevance

12345

/dports/games/tomatoes/tomatoes-1.55/src/
H A Dfont.cpp47 GLuint font_base = 0; variable
92 glListBase(font_base - 32 + (128*set)); in glprintf()
121 glListBase(font_base - 32 + (128*set)); in glprintf_center()
133 font_base = glGenLists(256); in build_font_list()
142 glNewList(font_base+f, GL_COMPILE); in build_font_list()
/dports/games/freedroidrpg/freedroidrpg-0.16.1/tools/font/
H A Dcodeset.c550 char *font_base = strdup(basename(font_name)); in cs_font_char_name() local
551 char *ptr = strchr(font_base, '.'); in cs_font_char_name()
553 sprintf(font_char_name, "%s/%s-%s.png", font_path, font_base, cs_code_to_name(code, codeset)); in cs_font_char_name()
554 free(font_base); in cs_font_char_name()
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Dfonts.c64 static object font_base = NULL; in get_font_base() local
66 if (! font_base) in get_font_base()
67 font_base = new_object(BaseObject, 0, NULL); in get_font_base()
68 return font_base; in get_font_base()
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Dfonts.c64 static object font_base = NULL; in get_font_base() local
66 if (! font_base) in get_font_base()
67 font_base = new_object(BaseObject, 0, NULL); in get_font_base()
68 return font_base; in get_font_base()
/dports/games/tomatoes/tomatoes-1.55/include/
H A Dfont.h37 extern GLuint font_base;
66 #define delete_font_list() { glDeleteLists(font_base, 256); glDeleteLists(font_num_base, 10); }
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/dc/
H A Dlabel.cpp43 static void draw_char(unsigned short *dst, int mod, int c, void *font_base) in draw_char() argument
49 src = c*36 + (unsigned char *)font_base; in draw_char()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/dc/
H A Dlabel.cpp43 static void draw_char(unsigned short *dst, int mod, int c, void *font_base) in draw_char() argument
49 src = c*36 + (unsigned char *)font_base; in draw_char()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dequivalents.h37 # define font_base 0 /* smallest internal font number; must not be less than |min_quarte… macro
45 # define number_fonts (5535-font_base+1)
141 # define font_id_base (frozen_null_font-font_base ) /* begins table of |number_fonts| permanent…
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dequivalents.h37 # define font_base 0 /* smallest internal font number; must not be less than |min_quarte… macro
45 # define number_fonts (5535-font_base+1)
141 # define font_id_base (frozen_null_font-font_base ) /* begins table of |number_fonts| permanent…
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dequivalents.h37 # define font_base 0 /* smallest internal font number; must not be less than |min_quarte… macro
45 # define number_fonts (5535-font_base+1)
141 # define font_id_base (frozen_null_font-font_base ) /* begins table of |number_fonts| permanent…
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dequivalents.h37 # define font_base 0 /* smallest internal font number; must not be less than |min_quarte… macro
45 # define number_fonts (5535-font_base+1)
141 # define font_id_base (frozen_null_font-font_base ) /* begins table of |number_fonts| permanent…
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dequivalents.h37 # define font_base 0 /* smallest internal font number; must not be less than |min_quarte… macro
45 # define number_fonts (5535-font_base+1)
141 # define font_id_base (frozen_null_font-font_base ) /* begins table of |number_fonts| permanent…
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dequivalents.h37 # define font_base 0 /* smallest internal font number; must not be less than |min_quarte… macro
45 # define number_fonts (5535-font_base+1)
141 # define font_id_base (frozen_null_font-font_base ) /* begins table of |number_fonts| permanent…
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dequivalents.h37 # define font_base 0 /* smallest internal font number; must not be less than |min_quarte… macro
45 # define number_fonts (5535-font_base+1)
141 # define font_id_base (frozen_null_font-font_base ) /* begins table of |number_fonts| permanent…
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevtxtw.c2110 gs_font_base *font_base = (gs_font_base *)pte->current_font; in textw_text_process() local
2150 if (font_base->FontBBox.p.x != font_base->FontBBox.q.x || in textw_text_process()
2151 font_base->FontBBox.p.y != font_base->FontBBox.q.y) { in textw_text_process()
2157 gs_matrix_multiply(&font_base->FontMatrix, &m, &m); in textw_text_process()
2158 gs_point_transform(font_base->FontBBox.p.x, font_base->FontBBox.p.y, &m, &p0); in textw_text_process()
2159 gs_point_transform(font_base->FontBBox.p.x, font_base->FontBBox.q.y, &m, &p1); in textw_text_process()
2160 gs_point_transform(font_base->FontBBox.q.x, font_base->FontBBox.p.y, &m, &p2); in textw_text_process()
2161 gs_point_transform(font_base->FontBBox.q.x, font_base->FontBBox.q.y, &m, &p3); in textw_text_process()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevtxtw.c2110 gs_font_base *font_base = (gs_font_base *)pte->current_font; in textw_text_process() local
2150 if (font_base->FontBBox.p.x != font_base->FontBBox.q.x || in textw_text_process()
2151 font_base->FontBBox.p.y != font_base->FontBBox.q.y) { in textw_text_process()
2157 gs_matrix_multiply(&font_base->FontMatrix, &m, &m); in textw_text_process()
2158 gs_point_transform(font_base->FontBBox.p.x, font_base->FontBBox.p.y, &m, &p0); in textw_text_process()
2159 gs_point_transform(font_base->FontBBox.p.x, font_base->FontBBox.q.y, &m, &p1); in textw_text_process()
2160 gs_point_transform(font_base->FontBBox.q.x, font_base->FontBBox.p.y, &m, &p2); in textw_text_process()
2161 gs_point_transform(font_base->FontBBox.q.x, font_base->FontBBox.q.y, &m, &p3); in textw_text_process()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevtxtw.c2176 gs_font_base *font_base = (gs_font_base *)pte->current_font; in textw_text_process() local
2220 if (font_base->FontBBox.p.x != font_base->FontBBox.q.x || in textw_text_process()
2221 font_base->FontBBox.p.y != font_base->FontBBox.q.y) { in textw_text_process()
2227 gs_matrix_multiply(&font_base->FontMatrix, &m, &m); in textw_text_process()
2228 gs_point_transform(font_base->FontBBox.p.x, font_base->FontBBox.p.y, &m, &p0); in textw_text_process()
2229 gs_point_transform(font_base->FontBBox.p.x, font_base->FontBBox.q.y, &m, &p1); in textw_text_process()
2230 gs_point_transform(font_base->FontBBox.q.x, font_base->FontBBox.p.y, &m, &p2); in textw_text_process()
2231 gs_point_transform(font_base->FontBBox.q.x, font_base->FontBBox.q.y, &m, &p3); in textw_text_process()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevtxtw.c2176 gs_font_base *font_base = (gs_font_base *)pte->current_font; in textw_text_process() local
2220 if (font_base->FontBBox.p.x != font_base->FontBBox.q.x || in textw_text_process()
2221 font_base->FontBBox.p.y != font_base->FontBBox.q.y) { in textw_text_process()
2227 gs_matrix_multiply(&font_base->FontMatrix, &m, &m); in textw_text_process()
2228 gs_point_transform(font_base->FontBBox.p.x, font_base->FontBBox.p.y, &m, &p0); in textw_text_process()
2229 gs_point_transform(font_base->FontBBox.p.x, font_base->FontBBox.q.y, &m, &p1); in textw_text_process()
2230 gs_point_transform(font_base->FontBBox.q.x, font_base->FontBBox.p.y, &m, &p2); in textw_text_process()
2231 gs_point_transform(font_base->FontBBox.q.x, font_base->FontBBox.q.y, &m, &p3); in textw_text_process()
/dports/www/bluefish/bluefish-2.2.12/src/plugin_htmlbar/pixmaps/
H A DMakefile.am27 font_base.png \
138 pixmap_font_base $(srcdir)/font_base.png \
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dxterm.c125 int font_height, font_width, font_base; member
452 row * XWin->font_height + b + XWin->font_base, in hide_cursor()
458 row * XWin->font_height + b + XWin->font_base, in hide_cursor()
545 (XWin->cursor_row) * XWin->font_height + b + XWin->font_base, in tt_write()
555 (XWin->cursor_row) * XWin->font_height + b + XWin->font_base, in tt_write()
565 (XWin->cursor_row) * XWin->font_height + b + XWin->font_base, in tt_write()
574 (XWin->cursor_row) * XWin->font_height + b + XWin->font_base, in tt_write()
723 r * XWin->font_height + b + XWin->font_base, in show_cursor()
789 r * XWin->font_height + b + XWin->font_base, in show_cursor()
1926 XWin->font_base = XWin->font->ascent; in load_font()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dtext.cpp69 static short font_base[] = {PANEL_SM_FONT_G, PANEL_SM_FONT_Y, PANEL_SM_FONT_R}; in DisplaySummaryString() local
91 font_pic = font_base[color] + (ch - '0'); in DisplaySummaryString()
/dports/games/jfsw/jfsw-c434002/src/
H A Dtext.c69 static short font_base[] = {PANEL_SM_FONT_G, PANEL_SM_FONT_Y, PANEL_SM_FONT_R}; in DisplaySummaryString() local
91 font_pic = font_base[color] + (ch - '0'); in DisplaySummaryString()
/dports/editors/jed/jed-0.99-19/src/
H A Dxterm.c147 int font_height, font_width, font_base; member
498 x + b, y + b + XWin->font_base, w, nchars); in xdraw()
501 x + b, y + b + XWin->font_base, (unsigned char *)w, nchars); in xdraw()
516 x + b, y + b + XWin->font_base, d, nchars); in xdraw()
519 x + b, y + b + XWin->font_base, d, nchars); in xdraw()
528 x + b, y + b + XWin->font_base, w, nchars); in xdraw()
531 x + b, y + b + XWin->font_base, w, nchars); in xdraw()
1689 XWin->font_base = XWin->xftfont->ascent; in load_font()
1698 XWin->font_base = xfont->ascent; in load_font()
2387 spot.y = XWin->cursor_row * XWin->font_height + XWin->border + XWin->font_base; in move_input_position()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/alephdir/
H A Domfont.ch1316 dvi_out(f-font_base-1);@/
1361 if f<=64+font_base then dvi_out(f-font_base-1+fnt_num_0)
1368 oval:=f-font_base-1; ocmd:=fnt1; out_cmd;@/
2217 for f:=font_base+1 to font_ptr do
2229 for f:=font_base+1 to font_ptr do begin
2263 if font_ptr<>font_base+1 then print_char("s")
2270 if font_ptr<>font_base+1 then print_char("s")
2363 font_ptr-font_base:1,' font');
2364 if font_ptr<>font_base+1 then wlog('s');
2366 wlog(font_ptr-font_base:1,' font');
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/alephdir/
H A Domfont.ch1316 dvi_out(f-font_base-1);@/
1361 if f<=64+font_base then dvi_out(f-font_base-1+fnt_num_0)
1368 oval:=f-font_base-1; ocmd:=fnt1; out_cmd;@/
2217 for f:=font_base+1 to font_ptr do
2229 for f:=font_base+1 to font_ptr do begin
2263 if font_ptr<>font_base+1 then print_char("s")
2270 if font_ptr<>font_base+1 then print_char("s")
2363 font_ptr-font_base:1,' font');
2364 if font_ptr<>font_base+1 then wlog('s');
2366 wlog(font_ptr-font_base:1,' font');
[all …]

12345