Home
last modified time | relevance | path

Searched refs:small_font_height (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Visual/goom/
H A Dgfontlib.c33 static int small_font_height[256]; variable
48 memset(small_font_height, 0, sizeof(small_font_height)); in gfont_load()
78 small_font_height [current] = font_height [current]/2; in gfont_load()
83 small_font_height [current] = 0; in gfont_load()
142 small_font_height[i]=small_font_height[42]; in gfont_load()
175 cur_font_height = small_font_height; in goom_draw_text()
295 for(j = 0; j < small_font_height[i]; j++) in gfont_free()
/dports/graphics/goom/goom2k4-0/src/
H A Dgfontlib.c12 static int *small_font_height; variable
39 small_font_height = calloc (256,sizeof(int)); in gfont_load()
57 small_font_height [current] = font_height [current]/2; in gfont_load()
62 small_font_height [current] = 0; in gfont_load()
121 small_font_height[i]=small_font_height[42]; in gfont_load()
153 cur_font_height = small_font_height; in goom_draw_text()
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/goom/
H A Dgfontlib.c17 int *small_font_height; member
46 free(p->small_font_height); in gfont_unload()
82 p->small_font_height = calloc (256,sizeof(int)); in gfont_load()
100 p->small_font_height [current] = p->font_height [current]/2; in gfont_load()
105 p->small_font_height [current] = 0; in gfont_load()
164 p->small_font_height[i] = p->small_font_height[42]; in gfont_load()
201 cur_font_height = p->small_font_height; in goom_draw_text()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dengine.cpp726 int small_font_height; variable
835 return Private::small_font_height; in getSmallFontHeight()
1154 Private::small_font_height = g_small_font->getDimension( L"X" ).Height; in init()
1221 Private::small_font_height = g_small_font->getDimension( L"X" ).Height; in reloadForNewSize()