Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_font.h147 typedef struct _Evas_Font_Description Evas_Font_Description; typedef
461 void evas_font_name_parse(Evas_Font_Description *fdesc, const char *name);
464 Evas_Font_Description *evas_font_desc_new(void);
465 Evas_Font_Description *evas_font_desc_dup(const Evas_Font_Description *fdesc);
466 void evas_font_desc_unref(Evas_Font_Description *fdesc);
467 int evas_font_desc_cmp(const Evas_Font_Description *a, const Evas_Font_Description *b);
468 Evas_Font_Description *evas_font_desc_ref(Evas_Font_Description *fdesc);
470 void * evas_font_load(const Eina_List *font_paths, int hinting, Evas_Font_Description *fdesc, const…
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_font_dir.c35 Evas_Font_Description *fdesc;
528 evas_font_desc_unref(Evas_Font_Description *fdesc) in evas_font_desc_unref()
540 Evas_Font_Description *
541 evas_font_desc_ref(Evas_Font_Description *fdesc) in evas_font_desc_ref()
547 Evas_Font_Description *
550 Evas_Font_Description *fdesc; in evas_font_desc_new()
558 Evas_Font_Description *
559 evas_font_desc_dup(const Evas_Font_Description *fdesc) in evas_font_desc_dup()
561 Evas_Font_Description *new; in evas_font_desc_dup()
575 evas_font_desc_cmp(const Evas_Font_Description *a, in evas_font_desc_cmp()
[all …]
H A Devas_object_textgrid.c33 Evas_Font_Description *font_description_normal;
967 Evas_Font_Description *fdesc, in _alternate_font_weight_slant()
1034 Evas_Font_Description *fdesc; in _evas_textgrid_font_reload()
1111 Evas_Font_Description *bold_desc = evas_font_desc_dup(fdesc); in _evas_textgrid_font_reload()
1130 Evas_Font_Description *italic_desc = evas_font_desc_dup(fdesc); in _evas_textgrid_font_reload()
1159 Evas_Font_Description *bolditalic_desc = evas_font_desc_dup(fdesc); in _evas_textgrid_font_reload()
1200 Evas_Font_Description *fdesc; in _evas_textgrid_efl_text_font_font_family_set()
H A Devas_object_text.c39 Evas_Font_Description *fdesc;
458 Evas_Font_Description *fdesc; in _evas_text_efl_text_font_font_family_set()
H A Devas_object_textblock.c371 Evas_Font_Description *fdesc; /**< Pointer to font description. */
2343 Evas_Font_Description *old = fmt->font.fdesc; in _format_command()