Home
last modified time | relevance | path

Searched refs:PCachedFont (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h250 } CachedFont, *PCachedFont; typedef
851 PCachedFont font;
988 PCachedFont font;
1259 prima_update_rotated_fonts( PCachedFont f, const char * text, int len, Bool wide,
1263 prima_free_rotated_entry( PCachedFont f);
1340 extern PCachedFont
1445 prima_xft_get_text_width( PCachedFont self, const char * text, int len,
1450 prima_xft_get_glyphs_width( PCachedFont self, PGlyphsOutRec glyphs,
1480 extern PCachedFont
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_font.c909 prima_free_rotated_entry( PCachedFont f) in prima_free_rotated_entry()
930 free_rotated_entries( PCachedFont f, int keyLen, void * key, void * dummy) in free_rotated_entries()
1020 PCachedFont
1024 PCachedFont kf; in prima_find_known_font()
1037 PCachedFont kf; in add_font_to_cache()
1806 PCachedFont kf; in apc_gp_set_font()
1845 PCachedFont kf = NULL; in apc_menu_set_font()
1897 prima_update_rotated_fonts( PCachedFont f, const char * text, int len, Bool wide, double direction,… in prima_update_rotated_fonts()
H A Dxft.c623 PCachedFont kf; in xft_store_font()
672 PCachedFont kf, kf_base = NULL; in prima_xft_font_pick()
1097 PCachedFont kf = prima_xft_get_cache( font); in prima_xft_set_font()
1113 PCachedFont
1117 PCachedFont kf; in prima_xft_get_cache()
1119 kf = ( PCachedFont) hash_fetch( guts. font_hash, &key, sizeof( FontKey)); in prima_xft_get_cache()
1287 check_width(PCachedFont self, int len) in check_width()
1309 PCachedFont self, const char * text, int len, int flags, in prima_xft_get_text_width()
1344 prima_xft_get_glyphs_width( PCachedFont self, PGlyphsOutRec t, Point * overhangs) in prima_xft_get_glyphs_width()
H A Dapc_menu.c176 get_text_width( PCachedFont font, const char * text, int byte_length, Bool utf8, uint32_t * xft_map… in get_text_width()
208 get_font_abc( PCachedFont font, char * index, Bool utf8, FontABC * rec, MenuDrawRec * data) in get_font_abc()
236 text_out( PCachedFont font, const char * text, int length, int x, int y, in text_out()
432 PCachedFont kf = XX-> font; in update_menu_window()
870 PCachedFont kf = XX->font; in DECL_DRAW()
941 PCachedFont kf = XX->font; in DECL_DRAW()
978 PCachedFont kf = XX->font; in DECL_DRAW()
1057 PCachedFont kf = XX->font; in DECL_DRAW()
1247 PCachedFont kf; in handle_menu_expose()
H A Dapc_misc.c799 PCachedFont cf; in apc_show_message()