Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dx_retrieve.c166 const char *x_name_alt2 = NULL, *x_name_alt3 = NULL; /* from db */ in _pl_x_retrieve_font() local
211 || (_pl_g_ps_font_info[i].x_name_alt3 in _pl_x_retrieve_font()
212 && strcasecmp (_pl_g_ps_font_info[i].x_name_alt3, name) == 0)) in _pl_x_retrieve_font()
223 x_name_alt3 = _pl_g_ps_font_info[i].x_name_alt3; in _pl_x_retrieve_font()
259 x_name, x_name_alt, x_name_alt2, x_name_alt3); in _pl_x_retrieve_font()
267 x_name_alt3); in _pl_x_retrieve_font()
421 …tter) const char *x_name, const char *x_name_alt, const char *x_name_alt2, const char *x_name_alt3) in _pl_x_select_xlfd_font_carefully() argument
527 if (x_name_alt3) in _pl_x_select_xlfd_font_carefully()
534 x_name_alt3, integer_font_size_in_pixels); in _pl_x_select_xlfd_font_carefully()
543 x_name_alt3, integer_font_size_in_pixels); in _pl_x_select_xlfd_font_carefully()
H A Dextern.h200 const char *x_name_alt3; /* 3rd alternative X Windows font name */ member
2343 …ter, const char *x_name, const char *x_name_alt, const char *x_name_alt2, const char *x_name_alt3);
/dports/graphics/plotutils/plotutils-2.6/lib/
H A Dfontlist.c69 const char *x_name_alt3; /* 3rd alternative X Windows font name */ member
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h2301 …lly (const char *x_name, const char *x_name_alt, const char *x_name_alt2, const char *x_name_alt3);