Home
last modified time | relevance | path

Searched refs:TTF_strikethrough_top_row (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/aloadimage/arcan-0.6.1/src/engine/
H A Darcan_ttf.h95 int TTF_strikethrough_top_row(TTF_Font *font);
H A Darcan_ttf.c179 int TTF_strikethrough_top_row(TTF_Font *font) in TTF_strikethrough_top_row() function
405 TTF_underline_top_row(font), TTF_strikethrough_top_row(font)); in TTF_OpenFontIndexRW()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/
H A Darcan_ttf.h95 int TTF_strikethrough_top_row(TTF_Font *font);
H A Darcan_ttf.c179 int TTF_strikethrough_top_row(TTF_Font *font) in TTF_strikethrough_top_row() function
405 TTF_underline_top_row(font), TTF_strikethrough_top_row(font)); in TTF_OpenFontIndexRW()
/dports/x11/aclip/arcan-0.6.1/src/engine/
H A Darcan_ttf.h95 int TTF_strikethrough_top_row(TTF_Font *font);
H A Darcan_ttf.c179 int TTF_strikethrough_top_row(TTF_Font *font) in TTF_strikethrough_top_row() function
405 TTF_underline_top_row(font), TTF_strikethrough_top_row(font)); in TTF_OpenFontIndexRW()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/
H A Darcan_ttf.h95 int TTF_strikethrough_top_row(TTF_Font *font);
H A Darcan_ttf.c179 int TTF_strikethrough_top_row(TTF_Font *font) in TTF_strikethrough_top_row() function
405 TTF_underline_top_row(font), TTF_strikethrough_top_row(font)); in TTF_OpenFontIndexRW()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DTTFSDLPort.cpp204 static int TTF_strikethrough_top_row(TTF_Font* font) in TTF_strikethrough_top_row() function
508 …= %d, strikethrough_top_row = %d\n", TTF_underline_top_row(font), TTF_strikethrough_top_row(font)); in TTF_OpenFontIndexRW()
1394 row = TTF_strikethrough_top_row(font); in TTF_RenderUTF8_Solid()
1532 row = TTF_strikethrough_top_row(font); in TTF_RenderUTF8_Shaded()
/dports/graphics/sdl_ttf/SDL_ttf-2.0.11/
H A DSDL_ttf.c185 static __inline__ int TTF_strikethrough_top_row(TTF_Font *font) in TTF_strikethrough_top_row() function
199 return TTF_strikethrough_top_row(font) - font->ascent + glyph->maxy; in TTF_Glyph_strikethrough_top_row()
504 TTF_underline_top_row(font), TTF_strikethrough_top_row(font)); in TTF_OpenFontIndexRW()
1423 row = TTF_strikethrough_top_row(font); in TTF_RenderUNICODE_Solid()
1688 row = TTF_strikethrough_top_row(font); in TTF_RenderUNICODE_Shaded()
1950 row = TTF_strikethrough_top_row(font); in TTF_RenderUNICODE_Blended()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/
H A DSDL_ttf.c186 static int TTF_strikethrough_top_row(TTF_Font *font) in TTF_strikethrough_top_row() function
200 return TTF_strikethrough_top_row(font) - font->ascent + glyph->maxy; in TTF_Glyph_strikethrough_top_row()
654 TTF_underline_top_row(font), TTF_strikethrough_top_row(font)); in TTF_OpenFontIndexRW()
1636 row = TTF_strikethrough_top_row(font); in TTF_RenderUTF8_Solid()
1840 row = TTF_strikethrough_top_row(font); in TTF_RenderUTF8_Shaded()
2034 row = TTF_strikethrough_top_row(font); in TTF_RenderUTF8_Blended()