Home
last modified time | relevance | path

Searched refs:font_w (Results 1 – 25 of 42) sorted by relevance

12

/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dmessages.c35 static int font_w=8; variable
46 font_rect.x = indice * font_w; in SDL_putchar()
48 font_rect.w = font_w; in SDL_putchar()
52 dest_rect.w = font_w; in SDL_putchar()
65 xx+=font_w; in SDL_textout()
162 sx=x+strlen(message)* font_w; in text_input()
191 ((Uint16*)buffer->pixels)[352*(16+222)+sx+pos* font_w-1]=0; in text_input()
192 for(i=sx+pos* font_w;i<sx+pos* font_w+ font_w;i++) { in text_input()
197 ((Uint16*)buffer->pixels)[352*(16+222)+sx+pos* font_w+font_w]=0; in text_input()
/dports/comms/linrad/linrad-04.02/
H A Dfonts.c10036 k=font_w*font_h*256; in settextcolor()
10056 for(x=0; x<font_w; x++) in expandfont()
10131 font_w=fw*scale; in init_font()
10133 font_size=font_w*font_h; in init_font()
10180 vga_font[i*font_size+n+nn+(m+mm)*font_w] = in init_font()
10188 text_width=font_w+font_xsep; in init_font()
/dports/games/pachi/Pachi/src/
H A Dtext.c1 void print_text(SDL_Surface *font, SDL_Surface *surface, int font_w, int font_h, int text_x, int te… in print_text() argument
13 srctxt.w = font_w; in print_text()
26 srctxt.x = (curchar - 32) * font_w; in print_text()
27 dsttxt.x = (text_x + (charpos * font_w)); in print_text()
/dports/graphics/aloadimage/arcan-0.6.1/tests/frameservers/dnd/
H A Ddnd.c47 static size_t font_w, font_h; variable
74 size_t pxw = font_w * strlen(label); in draw_item()
88 R->x1 + i * font_w, R->y1, fg, bg, dst->w, dst->h, false); in draw_item()
92 R->x2 = R->x1 + i * font_w; in draw_item()
250 tui_pixelfont_setsz(font, px_sz, &font_w, &font_h); in main()
/dports/sysutils/acfgfs/arcan-0.6.1/tests/frameservers/dnd/
H A Ddnd.c47 static size_t font_w, font_h; variable
74 size_t pxw = font_w * strlen(label); in draw_item()
88 R->x1 + i * font_w, R->y1, fg, bg, dst->w, dst->h, false); in draw_item()
92 R->x2 = R->x1 + i * font_w; in draw_item()
250 tui_pixelfont_setsz(font, px_sz, &font_w, &font_h); in main()
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/frameservers/dnd/
H A Ddnd.c47 static size_t font_w, font_h; variable
74 size_t pxw = font_w * strlen(label); in draw_item()
88 R->x1 + i * font_w, R->y1, fg, bg, dst->w, dst->h, false); in draw_item()
92 R->x2 = R->x1 + i * font_w; in draw_item()
250 tui_pixelfont_setsz(font, px_sz, &font_w, &font_h); in main()
/dports/x11/aclip/arcan-0.6.1/tests/frameservers/dnd/
H A Ddnd.c47 static size_t font_w, font_h; variable
74 size_t pxw = font_w * strlen(label); in draw_item()
88 R->x1 + i * font_w, R->y1, fg, bg, dst->w, dst->h, false); in draw_item()
92 R->x2 = R->x1 + i * font_w; in draw_item()
250 tui_pixelfont_setsz(font, px_sz, &font_w, &font_h); in main()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/impls/x/
H A Dxtext.c55 (void) sprintf(font_name,"%dx%d",font->font_w,font->font_h); in PetscDrawXiLoadFont()
62 font->font_w = FontInfo->max_bounds.rbearing - FontInfo->min_bounds.lbearing; in PetscDrawXiLoadFont()
129 font->font_w = w; in PetscDrawXiMatchFontSize()
145 font->font_w = nfonts[imax].w; in PetscDrawXiMatchFontSize()
H A Dximpl.h22 int font_w,font_h; member
/dports/emulators/dgen-sdl/dgen-sdl-1.33/sdl/
H A Dfont.cpp56 unsigned int font_w, unsigned int font_h) in font_mark() argument
60 if (((mark_x + font_w) > max_width) || (max_height < font_h)) in font_mark()
65 unsigned int len = (bytes_per_pixel * font_w); in font_mark()
/dports/x11/terminology/terminology-1.9.0/src/bin/
H A Dminiview.c416 Evas_Coord ox, oy, ow, oh, font_w, font_h, w; in _do_configure() local
421 evas_object_size_hint_min_get(mv->termio, &font_w, &font_h); in _do_configure()
423 if ((font_w <= 0) || (font_h <= 0) || (ow == 0) || (oh == 0)) return; in _do_configure()
427 mv->cols = ow / font_w; in _do_configure()
434 w = (mv->cols * font_w) / font_h; in _do_configure()
614 Evas_Coord font_w, font_h, ox, oy; in _smart_resize() local
621 evas_object_size_hint_min_get(mv->termio, &font_w, &font_h); in _smart_resize()
622 if ((font_w <= 0) || (font_h <= 0)) return; in _smart_resize()
625 mv->cols = w / font_w; in _smart_resize()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/fonts/
H A Dfonts.c109 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, in get_default_font() argument
138 if ((font_w & (1 << (f->width - 1))) && in get_default_font()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/fonts/
H A Dfonts.c109 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, in get_default_font() argument
138 if ((font_w & (1 << (f->width - 1))) && in get_default_font()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/fonts/
H A Dfonts.c109 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, in get_default_font() argument
138 if ((font_w & (1 << (f->width - 1))) && in get_default_font()
/dports/games/lpairs/lpairs-1.0.5/lpairs/
H A Dmain.c70 Font *font_y, *font_w, *small_font; in setup_menu() local
91 font_w = load_fixed_font("f_white.bmp", 32, 96, 10); in setup_menu()
92 MM_Ini(back->w / 2, back->h - 100, 50, back, NULL, font_y, font_w); in setup_menu()
/dports/graphics/guilib/GUIlib-1.2.1/
H A Dthe_font.h1 static int font_w = 128; variable
H A DGUI_loadimage.cpp44 the_font = GUI_LoadImage(font_w, font_h, font_pal, font_data); in GUI_DefaultFont()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/gui/
H A Dthe_font.h29 static int font_w = 128; variable
H A Dgui_load_image.cpp62 the_font = GUI_LoadImage(font_w, font_h, font_pal, font_data); in GUI_DefaultFont()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dfont.h60 u32 font_w, u32 font_h);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dfont.h60 u32 font_w, u32 font_h);
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dfont.h60 u32 font_w, u32 font_h);
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dfsel.c729 int font_w, font_h, hpad, vpad; in stretch_dialog() local
735 font_w = text_length(font, uconvert_ascii("A", tmp)); in stretch_dialog()
748 d[FS_CANCEL].w = 10*font_w + 1; in stretch_dialog()
785 font_w = text_length(font, uconvert_ascii("A", tmp)); in stretch_dialog()
800 d[FS_OK].w = 10*font_w + 1; in stretch_dialog()
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DPostBox.pm71 $font_w = $boxlist1_w - ( $textdecor_w + $txtalgn_w + $fntcolor_w + 25 );
83 <div style="float:left; text-align:center; width:${font_w}px">
/dports/games/gigalomania/gigalomaniasrc/
H A Dgame.cpp2253 int font_w = 12; in loadImages() local
2264 numbers_blue[i] = icons->copy(xpos, ypos, font_w, font_h); in loadImages()
2265 numbers_grey[i] = icons->copy(xpos, ypos, font_w, font_h); in loadImages()
2266 numbers_white[i] = icons->copy(xpos, ypos, font_w, font_h); in loadImages()
2267 numbers_orange[i] = icons->copy(xpos, ypos, font_w, font_h); in loadImages()
2268 numbers_yellow[i] = icons->copy(xpos, ypos, font_w, font_h); in loadImages()
2298 letters_small[i] = icons->copy(xpos, ypos, font_w, font_h); in loadImages()
2310 letters_small[font_index_dash_c] = icons->copy(157, 1, font_w, font_h); in loadImages()
2324 font_w = 24; in loadImages()
2331 numbers_largegrey[i] = icons->copy(xpos, ypos, font_w, font_h); in loadImages()
[all …]

12