ImlibFont 3074 src/lib/api.c return ((ImlibFont *) fn)->fallback_prev; ImlibFont 3085 src/lib/api.c return ((ImlibFont *) fn)->fallback_next; ImlibFont 3127 src/lib/api.c ImlibFont *fn; ImlibFont 3141 src/lib/api.c fn = (ImlibFont *) ctx->font; ImlibFont 3169 src/lib/api.c ImlibFont *fn; ImlibFont 3176 src/lib/api.c fn = (ImlibFont *) ctx->font; ImlibFont 3274 src/lib/api.c ImlibFont *fn; ImlibFont 3280 src/lib/api.c fn = (ImlibFont *) ctx->font; ImlibFont 3299 src/lib/api.c ImlibFont *fn; ImlibFont 3304 src/lib/api.c fn = (ImlibFont *) ctx->font; ImlibFont 3381 src/lib/api.c ImlibFont *fn; ImlibFont 3390 src/lib/api.c fn = (ImlibFont *) ctx->font; ImlibFont 3494 src/lib/api.c ImlibFont *fn; ImlibFont 3500 src/lib/api.c fn = (ImlibFont *) ctx->font; ImlibFont 7 src/lib/font.h typedef struct _Imlib_Font ImlibFont; ImlibFont 66 src/lib/font.h int imlib_font_ascent_get(ImlibFont * fn); ImlibFont 67 src/lib/font.h int imlib_font_descent_get(ImlibFont * fn); ImlibFont 68 src/lib/font.h int imlib_font_max_ascent_get(ImlibFont * fn); ImlibFont 69 src/lib/font.h int imlib_font_max_descent_get(ImlibFont * fn); ImlibFont 70 src/lib/font.h int imlib_font_get_line_advance(ImlibFont * fn); ImlibFont 78 src/lib/font.h ImlibFont *imlib_font_load_joined(const char *name); ImlibFont 79 src/lib/font.h void imlib_font_free(ImlibFont * fn); ImlibFont 80 src/lib/font.h int imlib_font_insert_into_fallback_chain_imp(ImlibFont * fn, ImlibFont 81 src/lib/font.h ImlibFont * fallback); ImlibFont 82 src/lib/font.h void imlib_font_remove_from_fallback_chain_imp(ImlibFont * fn); ImlibFont 86 src/lib/font.h void imlib_font_modify_cache_by(ImlibFont * fn, int dir); ImlibFont 87 src/lib/font.h void imlib_font_modify_cache_by(ImlibFont * fn, int dir); ImlibFont 89 src/lib/font.h ImlibFont *imlib_font_find(const char *name, int size); ImlibFont 90 src/lib/font.h ImlibFont *imlib_font_find_glyph(ImlibFont * fn, int gl, unsigned int *ret_index); ImlibFont 92 src/lib/font.h void imlib_font_query_size(ImlibFont * fn, const char *text, ImlibFont 94 src/lib/font.h int imlib_font_query_inset(ImlibFont * fn, const char *text); ImlibFont 95 src/lib/font.h void imlib_font_query_advance(ImlibFont * fn, const char *text, ImlibFont 97 src/lib/font.h int imlib_font_query_char_coords(ImlibFont * fn, ImlibFont 101 src/lib/font.h int imlib_font_query_text_at_pos(ImlibFont * fn, ImlibFont 106 src/lib/font.h Imlib_Font_Glyph *imlib_font_cache_glyph_get(ImlibFont * fn, FT_UInt index); ImlibFont 107 src/lib/font.h void imlib_render_str(ImlibImage * im, ImlibFont * f, int drx, ImlibFont 115 src/lib/font.h ImlibFont * fn, int x, int y, ImlibFont 21 src/lib/font_draw.c imlib_font_cache_glyph_get(ImlibFont * fn, FT_UInt index) ImlibFont 70 src/lib/font_draw.c imlib_render_str(ImlibImage * im, ImlibFont * fn, int drx, int dry, ImlibFont 255 src/lib/font_draw.c ImlibFont * ImlibFont 256 src/lib/font_draw.c imlib_font_find_glyph(ImlibFont * first_fn, int gl, unsigned int *ret_index) ImlibFont 258 src/lib/font_draw.c ImlibFont *fn = first_fn; ImlibFont 279 src/lib/font_draw.c imlib_font_draw(ImlibImage * dst, DATA32 col, ImlibFont * fn, int x, int y, ImlibFont 343 src/lib/font_draw.c ImlibFont *fn_in_chain; ImlibFont 26 src/lib/font_load.c static ImlibFont *imlib_font_load(const char *name, int faceidx, int size); ImlibFont 35 src/lib/font_load.c ImlibFont * ImlibFont 40 src/lib/font_load.c ImlibFont *fn; ImlibFont 130 src/lib/font_load.c static ImlibFont * ImlibFont 134 src/lib/font_load.c ImlibFont *fn; ImlibFont 143 src/lib/font_load.c fn = malloc(sizeof(ImlibFont)); ImlibFont 211 src/lib/font_load.c imlib_font_free(ImlibFont * fn) ImlibFont 222 src/lib/font_load.c imlib_font_insert_into_fallback_chain_imp(ImlibFont * fn, ImlibFont * fallback) ImlibFont 232 src/lib/font_load.c ImlibFont *tmp = fn->fallback_next; ImlibFont 243 src/lib/font_load.c imlib_font_remove_from_fallback_chain_imp(ImlibFont * fn) ImlibFont 268 src/lib/font_load.c imlib_font_modify_cache_by(ImlibFont * fn, int dir) ImlibFont 279 src/lib/font_load.c font_cache_usage += dir * (sizeof(ImlibFont) + sz_name + sz_file + sz_hash + sizeof(FT_FaceRec) + 16384); /* fudge values */ ImlibFont 323 src/lib/font_load.c ImlibFont *fn = NULL; ImlibFont 327 src/lib/font_load.c ImlibFont *fn_tmp; ImlibFont 329 src/lib/font_load.c fn_tmp = (ImlibFont *) l; ImlibFont 350 src/lib/font_load.c ImlibFont * ImlibFont 357 src/lib/font_load.c ImlibFont *fn; ImlibFont 359 src/lib/font_load.c fn = (ImlibFont *) l; ImlibFont 41 src/lib/font_main.c imlib_font_ascent_get(ImlibFont * fn) ImlibFont 56 src/lib/font_main.c imlib_font_descent_get(ImlibFont * fn) ImlibFont 71 src/lib/font_main.c imlib_font_max_ascent_get(ImlibFont * fn) ImlibFont 86 src/lib/font_main.c imlib_font_max_descent_get(ImlibFont * fn) ImlibFont 101 src/lib/font_main.c imlib_font_get_line_advance(ImlibFont * fn) ImlibFont 22 src/lib/font_query.c imlib_font_query_size(ImlibFont * fn, const char *text, int *w, int *h) ImlibFont 40 src/lib/font_query.c ImlibFont *fn_in_chain; ImlibFont 80 src/lib/font_query.c imlib_font_query_inset(ImlibFont * fn, const char *text) ImlibFont 84 src/lib/font_query.c ImlibFont *fn_in_chain; ImlibFont 103 src/lib/font_query.c imlib_font_query_advance(ImlibFont * fn, const char *text, int *h_adv, ImlibFont 121 src/lib/font_query.c ImlibFont *fn_in_chain; ImlibFont 156 src/lib/font_query.c imlib_font_query_char_coords(ImlibFont * fn, const char *text, int pos, ImlibFont 178 src/lib/font_query.c ImlibFont *fn_in_chain; ImlibFont 239 src/lib/font_query.c imlib_font_query_text_at_pos(ImlibFont * fn, const char *text, int x, int y, ImlibFont 261 src/lib/font_query.c ImlibFont *fn_in_chain;