Home
last modified time | relevance | path

Searched refs:clutter_text (Results 1 – 9 of 9) sorted by relevance

/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-im-text.c105 ClutterText *clutter_text = CLUTTER_TEXT (self); in update_im_cursor_location() local
132 if (clutter_text_get_editable (clutter_text)) in st_im_text_commit_cb()
135 clutter_text_insert_text (clutter_text, str, in st_im_text_commit_cb()
154 clutter_text_set_preedit_string (clutter_text, in st_im_text_preedit_changed_cb()
195 if (clutter_text_get_editable (clutter_text)) in st_im_text_delete_surrounding_cb()
198 clutter_text_delete_text (clutter_text, in st_im_text_delete_surrounding_cb()
228 if (clutter_text_get_editable (clutter_text)) in st_im_text_paint()
386 if (clutter_text_get_editable (clutter_text)) in st_im_text_key_press_event()
421 if (clutter_text_get_editable (clutter_text)) in st_im_text_key_release_event()
447 if (clutter_text_get_editable (clutter_text)) in st_im_text_key_focus_in()
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/cally/
H A Dcally-text.c294 ClutterText *clutter_text = NULL; in cally_text_real_initialize() local
302 clutter_text = CLUTTER_TEXT (data); in cally_text_real_initialize()
1223 ClutterText *clutter_text = NULL; in cally_text_get_character_count() local
1229 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_character_count()
1389 ClutterText *clutter_text = NULL; in cally_text_get_run_attributes() local
1398 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_run_attributes()
1420 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_default_attributes()
1449 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_character_extents()
1511 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_offset_at_point()
1690 ClutterText *clutter_text = NULL; in cally_text_notify_clutter() local
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/cally/
H A Dcally-text.c294 ClutterText *clutter_text = NULL; in cally_text_real_initialize() local
302 clutter_text = CLUTTER_TEXT (data); in cally_text_real_initialize()
1223 ClutterText *clutter_text = NULL; in cally_text_get_character_count() local
1229 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_character_count()
1389 ClutterText *clutter_text = NULL; in cally_text_get_run_attributes() local
1398 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_run_attributes()
1420 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_default_attributes()
1449 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_character_extents()
1511 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_offset_at_point()
1690 ClutterText *clutter_text = NULL; in cally_text_notify_clutter() local
[all …]
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/cally/
H A Dcally-text.c288 ClutterText *clutter_text = NULL; in cally_text_real_initialize() local
296 clutter_text = CLUTTER_TEXT (data); in cally_text_real_initialize()
1217 ClutterText *clutter_text = NULL; in cally_text_get_character_count() local
1223 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_character_count()
1383 ClutterText *clutter_text = NULL; in cally_text_get_run_attributes() local
1392 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_run_attributes()
1414 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_default_attributes()
1443 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_character_extents()
1505 clutter_text = CLUTTER_TEXT (actor); in cally_text_get_offset_at_point()
1684 ClutterText *clutter_text = NULL; in cally_text_notify_clutter() local
[all …]
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dst-password-entry.c210 ClutterActor *clutter_text; in clutter_text_password_char_cb() local
212 clutter_text = st_entry_get_clutter_text (ST_ENTRY (entry)); in clutter_text_password_char_cb()
213 if (clutter_text_get_password_char (CLUTTER_TEXT (clutter_text)) == 0) in clutter_text_password_char_cb()
223 ClutterActor *clutter_text; in st_password_entry_init() local
239 clutter_text = st_entry_get_clutter_text (ST_ENTRY (entry)); in st_password_entry_init()
240 clutter_text_set_password_char (CLUTTER_TEXT (clutter_text), BLACK_CIRCLE); in st_password_entry_init()
244 g_signal_connect (clutter_text, "notify::password-char", in st_password_entry_init()
321 ClutterActor *clutter_text; in st_password_entry_set_password_visible() local
331 clutter_text = st_entry_get_clutter_text (ST_ENTRY (entry)); in st_password_entry_set_password_visible()
334 clutter_text_set_password_char (CLUTTER_TEXT (clutter_text), 0); in st_password_entry_set_password_visible()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-text.c301 buffer = clutter_text_get_buffer (clutter_text); in G_DECLARE_FINAL_TYPE()
304 cursor_pos = clutter_text_get_cursor_position (clutter_text); in G_DECLARE_FINAL_TYPE()
308 anchor_pos = clutter_text_get_selection_bound (clutter_text); in G_DECLARE_FINAL_TYPE()
324 if (clutter_text_get_editable (clutter_text)) in clutter_text_input_focus_delete_surrounding()
325 clutter_text_delete_text (clutter_text, offset, len); in clutter_text_input_focus_delete_surrounding()
334 if (clutter_text_get_editable (clutter_text)) in clutter_text_input_focus_commit_text()
336 clutter_text_delete_selection (clutter_text); in clutter_text_input_focus_commit_text()
337 clutter_text_insert_text (clutter_text, text, in clutter_text_input_focus_commit_text()
350 if (clutter_text_get_editable (clutter_text)) in clutter_text_input_focus_set_preedit_text()
356 clutter_text_set_preedit_string (clutter_text, in clutter_text_input_focus_set_preedit_text()
[all …]
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-text.c330 buffer = clutter_text_get_buffer (clutter_text); in clutter_text_input_focus_request_surrounding()
333 cursor_pos = clutter_text_get_cursor_position (clutter_text); in clutter_text_input_focus_request_surrounding()
355 cursor = clutter_text_get_cursor_position (clutter_text); in clutter_text_input_focus_delete_surrounding()
363 if (clutter_text_get_editable (clutter_text)) in clutter_text_input_focus_delete_surrounding()
364 clutter_text_delete_text (clutter_text, start, len); in clutter_text_input_focus_delete_surrounding()
373 if (clutter_text_get_editable (clutter_text)) in clutter_text_input_focus_commit_text()
375 clutter_text_delete_selection (clutter_text); in clutter_text_input_focus_commit_text()
376 clutter_text_insert_text (clutter_text, text, in clutter_text_input_focus_commit_text()
389 if (clutter_text_get_editable (clutter_text)) in clutter_text_input_focus_set_preedit_text()
395 clutter_text_set_preedit_string (clutter_text, in clutter_text_input_focus_set_preedit_text()
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-text.c276 clutter_text,
/dports/graphics/clutter/clutter-1.26.4/
H A DChangeLog.pre-1.010888 Bug 1500 - [Patch] clutter_text crash with non one-byte utf8 text exceed