Home
last modified time | relevance | path

Searched defs:fash (Results 1 – 3 of 3) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_font_main.c385 _fash_int2_free(Fash_Int_Map2 *fash) in _fash_int2_free()
402 _fash_int_free(Fash_Int *fash) in _fash_int_free()
427 Fash_Int *fash = calloc(1, sizeof(Fash_Int)); in _fash_int_new() local
534 _fash_int_find(Fash_Int *fash, int item, Eina_Unicode variation_sequence) in _fash_int_find()
551 _fash_int_add(Fash_Int *fash, int item, RGBA_Font_Int *fint, int idx, Eina_Unicode variation_sequen… in _fash_int_add()
635 _fash_gl2_free(Fash_Glyph_Map2 *fash) in _fash_gl2_free()
652 _fash_gl_free(Fash_Glyph *fash) in _fash_gl_free()
676 Fash_Glyph *fash = calloc(1, sizeof(Fash_Glyph)); in _fash_gl_new() local
684 _fash_gl_find(Fash_Glyph *fash, int item) in _fash_gl_find()
698 _fash_gl_add(Fash_Glyph *fash, int item, RGBA_Font_Glyph *glyph) in _fash_gl_add()
H A Devas_font.h238 Fash_Int *fash; member
295 Fash_Glyph *fash; member
H A Devas_font_load.c982 Fash_Glyph *fash; in _font_int_ext_clear() local