Home
last modified time | relevance | path

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

/dports/japanese/im-ja/im-ja-1.5/src/
H A Dim-ja.c120 cn->cursor_pos_offset_x = 0; in im_ja_context_init()
648 cn->candwin_pos_offset_x = cn->cursor_pos_offset_x; /* Cursor position does not always change */ in im_ja_context_reset()
665 if ((cn->cursor_pos_offset_x != x) || (cn->cursor_pos_offset_y != y)) { in im_ja_cursor_location_changed()
672 cn->cursor_pos_offset_x = x; in im_ja_cursor_location_changed()
731 cn->preedit_win_pos_offset_x = cn->cursor_pos_offset_x; in im_ja_on_reset()
H A Dstatuswin.c284 if ((cn->cursor_pos_offset_x == 0) && (cn->cursor_pos_offset_y == 0)) { in status_window_update_location()
292 target_x = client_rect.x + cn->cursor_pos_offset_x; in status_window_update_location()
H A Dim-ja.h189 gint cursor_pos_offset_x; member
H A Dcandwin.c236 if ((cn->cursor_pos_offset_x == 0) && (cn->cursor_pos_offset_y == 0)) { in candidate_window_show()
/dports/japanese/im-ja/im-ja-1.5/src/kanjipad/
H A Dkanjipad.c441 if ((cn->cursor_pos_offset_x == 0) && (cn->cursor_pos_offset_y == 0)) { in kanjipad_set_location()
446 target_x = client_rect.x + cn->cursor_pos_offset_x; in kanjipad_set_location()