Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_textpath.c544 edje_object_part_text_style_user_push(pd->text_obj, text_part, in _textpath_ellipsis_set()
549 edje_object_part_text_style_user_push(pd->text_obj, text_part, in _textpath_ellipsis_set()
559 edje_object_part_text_style_user_push(pd->text_obj, text_part, in _textpath_ellipsis_set()
1066edje_object_part_text_style_user_push(pd->text_obj, text_part, eina_strbuf_string_get(pd->user_sty… in elm_textpath_text_user_style_set()
H A Delm_label.c75 edje_object_part_text_style_user_push(obj, "elm.text", format); in _label_format_set()
H A Delm_entry.c935 edje_object_part_text_style_user_push(sd->entry_edje, "elm.text", stl_user); in _elm_entry_efl_ui_widget_theme_apply()
4197 edje_object_part_text_style_user_push(sd->entry_edje, "elm.text", style); in _elm_entry_text_style_user_push()
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A DEdje_Legacy.h2091 EAPI void edje_object_part_text_style_user_push(Evas_Object *obj, const char *part, const char *sty…
H A Dedje_legacy.c457 edje_object_part_text_style_user_push(Eo *obj, const char *part, const char *style) in edje_object_part_text_style_user_push() function