Home
last modified time | relevance | path

Searched refs:glutBitmapWidth (Results 1 – 25 of 85) sorted by relevance

1234

/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_text_put.cxx79 w += glutBitmapWidth(GLUT_BITMAP_TIMES_ROMAN_24, ic); in vgui_text_length()
87 w += glutBitmapWidth(GLUT_BITMAP_HELVETICA_18, ic); in vgui_text_length()
95 w += glutBitmapWidth(GLUT_BITMAP_HELVETICA_12, ic); in vgui_text_length()
103 w += glutBitmapWidth(GLUT_BITMAP_TIMES_ROMAN_10, ic); in vgui_text_length()
121 return glutBitmapWidth(GLUT_BITMAP_TIMES_ROMAN_24, ic); in vgui_char_width()
125 return glutBitmapWidth(GLUT_BITMAP_HELVETICA_18, ic); in vgui_char_width()
129 return glutBitmapWidth(GLUT_BITMAP_HELVETICA_12, ic); in vgui_char_width()
133 return glutBitmapWidth(GLUT_BITMAP_TIMES_ROMAN_10, ic); in vgui_char_width()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/GLUT/libglut/
H A Dglut_bwidth.c13 glutBitmapWidth(GLUTbitmapFont font, int c) in glutBitmapWidth() function
/dports/cad/calculix/CalculiX/glut-3.5/src/
H A Dglut_bwidth.c14 glutBitmapWidth(GLUTbitmapFont font, int c) in glutBitmapWidth() function
H A Dglut.def77 glutBitmapWidth
/dports/graphics/freeglut/freeglut-3.2.1/src/
H A Dgles_stubs.c35 int glutBitmapWidth( void* font, int character ) { return 0; } in glutBitmapWidth() function
H A Dfreeglutdll.def.in89 glutBitmapWidth
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/
H A Dgles_stubs.c35 int glutBitmapWidth( void* font, int character ) { return 0; } in glutBitmapWidth() function
H A Dfreeglutdll.def.in91 glutBitmapWidth
H A Dfg_ext.c126 CHECK_NAME(glutBitmapWidth); in fghGetGLUTProcAddress()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glut/3.7.6/lib/
H A Dglut.def12 glutBitmapWidth
/dports/games/gracer/gracer-0.1.5/src/
H A Dglutwidgets.c579 width += glutBitmapWidth (font, string[i]); in glut_bitmap_string_width()
1347 width -= glutBitmapWidth (widget->font, entry->text[i]); in default_entry_display()
1363 width = glutBitmapWidth (widget->font, entry->text[entry->calet_pos]); in default_entry_display()
1365 width = glutBitmapWidth (widget->font, ' '); in default_entry_display()
1376 width += glutBitmapWidth (widget->font, entry->text[i]); in default_entry_display()
1387 width += glutBitmapWidth (widget->font, entry->text[i]); in default_entry_display()
1511 width += glutBitmapWidth (widget->font, entry->text[i]); in default_entry_mouse()
/dports/lang/io-devel/io-9bfac31d/extras/win32vc2005/freeglut-2.2.0/src/
H A Dfreeglut_ext.c124 { "glutBitmapWidth", (void *) glutBitmapWidth },
H A Dfreeglut_font.c177 int glutBitmapWidth( void* fontID, int character ) in glutBitmapWidth() function
/dports/lang/ypsilon/ypsilon-0.9.6-update3/sitelib/
H A Dglut.scm62 glutBitmapWidth
/dports/graphics/freeglut/freeglut-3.2.1/progs/demos/subwin/
H A Dsubwin.c68 glutBitmapWidth(font, ' ') * col, in shapesPrintf()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/progs/demos/subwin/
H A Dsubwin.c68 glutBitmapWidth(font, ' ') * col, in shapesPrintf()
/dports/games/atr3d/atr3d/
H A Dscreen.cpp441 CharWidth=glutBitmapWidth(GLUT_BITMAP_HELVETICA_18, *text); in DrawText()
444 CharWidth=glutBitmapWidth((void *)8, *text); in DrawText()
449 CharWidth=glutBitmapWidth(GLUT_BITMAP_HELVETICA_10, *text); in DrawText()
452 CharWidth=glutBitmapWidth((void *)6, *text); in DrawText()
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dglut_font.cxx71 int glutBitmapWidth(void* font, int character) { in glutBitmapWidth() function
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dglut_font.cxx62 int glutBitmapWidth(void* font, int character) { in glutBitmapWidth() function
/dports/x11-toolkits/ntk/ntk/src/
H A Dglut_font.cxx71 int glutBitmapWidth(void* font, int character) { in glutBitmapWidth() function
/dports/lang/ypsilon/ypsilon-0.9.6-update3/sitelib/ypsilon/
H A Dglut.scm140 glutBitmapWidth
516 (define-function int glutBitmapWidth (void* int))
/dports/graphics/fpc-opengl/fpc-3.2.2/packages/opengl/src/
H A Dglut.pp408 glutBitmapWidth: function(font : pointer; character: Integer): Integer; extdecl;
564 @glutBitmapWidth := nil;
705 @glutBitmapWidth := GetGLutProcAddress(hDLL, 'glutBitmapWidth');
/dports/lang/fpc-source/fpc-3.2.2/packages/opengl/src/
H A Dglut.pp408 glutBitmapWidth: function(font : pointer; character: Integer): Integer; extdecl;
564 @glutBitmapWidth := nil;
705 @glutBitmapWidth := GetGLutProcAddress(hDLL, 'glutBitmapWidth');
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_ext.c120 CHECK_NAME(glutBitmapWidth); in fghGetGLUTProcAddress()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/GLUT/GL/
H A Dglut.h368 extern int glutBitmapWidth(void *font, int character);

1234