Home
last modified time | relevance | path

Searched refs:spot_location (Results 1 – 25 of 86) sorted by relevance

1234

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/
H A Dim-dispatch.c124 to_hime_endian_2 (&req->spot_location.x); in parse_client_req()
125 to_hime_endian_2 (&req->spot_location.y); in parse_client_req()
323 cs->spot_location.x = req.spot_location.x; in process_client_req()
324 cs->spot_location.y = req.spot_location.y; in process_client_req()
337 dbg_time ("HIME_req_focus_in %x %d %d\n", cs, cs->spot_location.x, cs->spot_location.y); in process_client_req()
357 cs->spot_location.x, cs->spot_location.y); in process_client_req()
H A DIC.c199 cs->spot_location = *(XPoint *) pre_attr->value; in StoreIC()
357 *(XPoint *) pre_attr->value = cs->spot_location; in GetIC()
360 dbg ("over spot %d %d\n", cs->spot_location.x, cs->spot_location.y); in GetIC()
/dports/chinese/gcin-qt5/gcin-2.9.0/
H A Dim-dispatch.cpp327 to_gcin_endian_2(&req.spot_location.x);
328 to_gcin_endian_2(&req.spot_location.y);
384 cs->spot_location.x = req.spot_location.x;
385 cs->spot_location.y = req.spot_location.y;
387 cs->spot_location.x = req.spot_location.x - dpy_x_ofs;
388 cs->spot_location.y = req.spot_location.y - dpy_y_ofs;
390 dbg("req.spot_location.x %d %d\n", req.spot_location.x, dpy_x_ofs);
500 dbg_time("GCIN_req_focus_in %x %d %d\n",cs, cs->spot_location.x, cs->spot_location.y);
543 cs->spot_location.x, cs->spot_location.y);
H A DIC.cpp216 cs->spot_location = *(XPoint*)pre_attr->value; in StoreIC()
385 *(XPoint*)pre_attr->value = cs->spot_location; in GetIC()
388 dbg("over spot %d %d\n", cs->spot_location.x, cs->spot_location.y); in GetIC()
H A Deve.cpp572 dbg("move_IC_in_win %d,%d\n", cs->spot_location.x, cs->spot_location.y); in move_IC_in_win()
591 int inpx = cs->spot_location.x; in move_IC_in_win()
592 int inpy = cs->spot_location.y; in move_IC_in_win()
667 current_CS->spot_location.x = tx; in update_in_win_pos()
668 current_CS->spot_location.y = ty; in update_in_win_pos()
672 current_CS->spot_location.x = 0; in update_in_win_pos()
673 current_CS->spot_location.y = 0; in update_in_win_pos()
H A Dwin0.cpp342 dbg("spot %d,%d\n", current_CS->spot_location.x, current_CS->spot_location.y); in disp_tsin_select()
343 …getRootXY(current_CS->client_win, current_CS->spot_location.x, current_CS->spot_location.y, &x, &y… in disp_tsin_select()
/dports/chinese/gcin/gcin-2.9.0/
H A Dim-dispatch.cpp327 to_gcin_endian_2(&req.spot_location.x);
328 to_gcin_endian_2(&req.spot_location.y);
384 cs->spot_location.x = req.spot_location.x;
385 cs->spot_location.y = req.spot_location.y;
387 cs->spot_location.x = req.spot_location.x - dpy_x_ofs;
388 cs->spot_location.y = req.spot_location.y - dpy_y_ofs;
390 dbg("req.spot_location.x %d %d\n", req.spot_location.x, dpy_x_ofs);
500 dbg_time("GCIN_req_focus_in %x %d %d\n",cs, cs->spot_location.x, cs->spot_location.y);
543 cs->spot_location.x, cs->spot_location.y);
H A DIC.cpp216 cs->spot_location = *(XPoint*)pre_attr->value; in StoreIC()
385 *(XPoint*)pre_attr->value = cs->spot_location; in GetIC()
388 dbg("over spot %d %d\n", cs->spot_location.x, cs->spot_location.y); in GetIC()
H A Deve.cpp572 dbg("move_IC_in_win %d,%d\n", cs->spot_location.x, cs->spot_location.y); in move_IC_in_win()
591 int inpx = cs->spot_location.x; in move_IC_in_win()
592 int inpy = cs->spot_location.y; in move_IC_in_win()
667 current_CS->spot_location.x = tx; in update_in_win_pos()
668 current_CS->spot_location.y = ty; in update_in_win_pos()
672 current_CS->spot_location.x = 0; in update_in_win_pos()
673 current_CS->spot_location.y = 0; in update_in_win_pos()
H A Dwin0.cpp342 dbg("spot %d,%d\n", current_CS->spot_location.x, current_CS->spot_location.y); in disp_tsin_select()
343 …getRootXY(current_CS->client_win, current_CS->spot_location.x, current_CS->spot_location.y, &x, &y… in disp_tsin_select()
/dports/chinese/gcin-gtk3/gcin-2.9.0/
H A Dim-dispatch.cpp327 to_gcin_endian_2(&req.spot_location.x);
328 to_gcin_endian_2(&req.spot_location.y);
384 cs->spot_location.x = req.spot_location.x;
385 cs->spot_location.y = req.spot_location.y;
387 cs->spot_location.x = req.spot_location.x - dpy_x_ofs;
388 cs->spot_location.y = req.spot_location.y - dpy_y_ofs;
390 dbg("req.spot_location.x %d %d\n", req.spot_location.x, dpy_x_ofs);
500 dbg_time("GCIN_req_focus_in %x %d %d\n",cs, cs->spot_location.x, cs->spot_location.y);
543 cs->spot_location.x, cs->spot_location.y);
H A DIC.cpp216 cs->spot_location = *(XPoint*)pre_attr->value; in StoreIC()
385 *(XPoint*)pre_attr->value = cs->spot_location; in GetIC()
388 dbg("over spot %d %d\n", cs->spot_location.x, cs->spot_location.y); in GetIC()
H A Deve.cpp572 dbg("move_IC_in_win %d,%d\n", cs->spot_location.x, cs->spot_location.y); in move_IC_in_win()
591 int inpx = cs->spot_location.x; in move_IC_in_win()
592 int inpy = cs->spot_location.y; in move_IC_in_win()
667 current_CS->spot_location.x = tx; in update_in_win_pos()
668 current_CS->spot_location.y = ty; in update_in_win_pos()
672 current_CS->spot_location.x = 0; in update_in_win_pos()
673 current_CS->spot_location.y = 0; in update_in_win_pos()
H A Dwin0.cpp342 dbg("spot %d,%d\n", current_CS->spot_location.x, current_CS->spot_location.y); in disp_tsin_select()
343 …getRootXY(current_CS->client_win, current_CS->spot_location.x, current_CS->spot_location.y, &x, &y… in disp_tsin_select()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/im-client/
H A Dhime-im-client.c357 req->spot_location.x = handle->spot_location.x; in gen_req()
358 req->spot_location.y = handle->spot_location.y; in gen_req()
359 to_hime_endian_2 (&req->spot_location.x); in gen_req()
360 to_hime_endian_2 (&req->spot_location.y); in gen_req()
649 hime_im_client_set_cursor_location (handle, handle->spot_location.x, in hime_im_client_forward_key_press()
650 handle->spot_location.y); in hime_im_client_forward_key_press()
693 hime_im_client_set_cursor_location (handle, handle->spot_location.x, in hime_im_client_focus_in()
694 handle->spot_location.y); in hime_im_client_focus_in()
782 handle->spot_location.x = x; in hime_im_client_set_cursor_location()
783 handle->spot_location.y = y; in hime_im_client_set_cursor_location()
/dports/chinese/gcin/gcin-2.9.0/im-client/
H A Dgcin-im-client.cpp534 req->spot_location.x = handle->spot_location.x; in gen_req()
535 req->spot_location.y = handle->spot_location.y; in gen_req()
536 to_gcin_endian_2(&req->spot_location.x); in gen_req()
537 to_gcin_endian_2(&req->spot_location.y); in gen_req()
742 gcin_im_client_set_cursor_location(handle, handle->spot_location.x, in gcin_im_client_focus_in()
743 handle->spot_location.y); in gcin_im_client_focus_in()
892 gcin_im_client_set_cursor_location(handle, handle->spot_location.x, in gcin_im_client_forward_key_press()
893 handle->spot_location.y); in gcin_im_client_forward_key_press()
932 handle->spot_location.x = x; in gcin_im_client_set_cursor_location()
933 handle->spot_location.y = y; in gcin_im_client_set_cursor_location()
/dports/chinese/gcin-gtk3/gcin-2.9.0/im-client/
H A Dgcin-im-client.cpp534 req->spot_location.x = handle->spot_location.x; in gen_req()
535 req->spot_location.y = handle->spot_location.y; in gen_req()
536 to_gcin_endian_2(&req->spot_location.x); in gen_req()
537 to_gcin_endian_2(&req->spot_location.y); in gen_req()
742 gcin_im_client_set_cursor_location(handle, handle->spot_location.x, in gcin_im_client_focus_in()
743 handle->spot_location.y); in gcin_im_client_focus_in()
892 gcin_im_client_set_cursor_location(handle, handle->spot_location.x, in gcin_im_client_forward_key_press()
893 handle->spot_location.y); in gcin_im_client_forward_key_press()
932 handle->spot_location.x = x; in gcin_im_client_set_cursor_location()
933 handle->spot_location.y = y; in gcin_im_client_set_cursor_location()
/dports/chinese/gcin-qt5/gcin-2.9.0/im-client/
H A Dgcin-im-client.cpp534 req->spot_location.x = handle->spot_location.x; in gen_req()
535 req->spot_location.y = handle->spot_location.y; in gen_req()
536 to_gcin_endian_2(&req->spot_location.x); in gen_req()
537 to_gcin_endian_2(&req->spot_location.y); in gen_req()
742 gcin_im_client_set_cursor_location(handle, handle->spot_location.x, in gcin_im_client_focus_in()
743 handle->spot_location.y); in gcin_im_client_focus_in()
892 gcin_im_client_set_cursor_location(handle, handle->spot_location.x, in gcin_im_client_forward_key_press()
893 handle->spot_location.y); in gcin_im_client_forward_key_press()
932 handle->spot_location.x = x; in gcin_im_client_set_cursor_location()
933 handle->spot_location.y = y; in gcin_im_client_set_cursor_location()
/dports/textproc/uim-el/uim-d1ac9d9/xim/
H A Dconvdisp.cpp1095 m_atr->spot_location.x, in move_candwin()
1096 m_atr->spot_location.y, in move_candwin()
1104 m_atr->spot_location.x, in move_candwin()
1105 m_atr->spot_location.y, in move_candwin()
1112 m_atr->spot_location.x, in move_candwin()
1132 m_atr->spot_location.x, in move_candwin()
1372 m_atr->spot_location.x = 0; in check_atr()
1373 m_atr->spot_location.y = 0; in check_atr()
1434 x = m_atr->spot_location.x; in layoutCharEnt()
1435 y = m_atr->spot_location.y; in layoutCharEnt()
[all …]
/dports/textproc/uim-gtk/uim-d1ac9d9/xim/
H A Dconvdisp.cpp1095 m_atr->spot_location.x, in move_candwin()
1096 m_atr->spot_location.y, in move_candwin()
1104 m_atr->spot_location.x, in move_candwin()
1105 m_atr->spot_location.y, in move_candwin()
1112 m_atr->spot_location.x, in move_candwin()
1132 m_atr->spot_location.x, in move_candwin()
1372 m_atr->spot_location.x = 0; in check_atr()
1373 m_atr->spot_location.y = 0; in check_atr()
1434 x = m_atr->spot_location.x; in layoutCharEnt()
1435 y = m_atr->spot_location.y; in layoutCharEnt()
[all …]
/dports/textproc/uim-m17nlib/uim-d1ac9d9/xim/
H A Dconvdisp.cpp1095 m_atr->spot_location.x, in move_candwin()
1096 m_atr->spot_location.y, in move_candwin()
1104 m_atr->spot_location.x, in move_candwin()
1105 m_atr->spot_location.y, in move_candwin()
1112 m_atr->spot_location.x, in move_candwin()
1132 m_atr->spot_location.x, in move_candwin()
1372 m_atr->spot_location.x = 0; in check_atr()
1373 m_atr->spot_location.y = 0; in check_atr()
1434 x = m_atr->spot_location.x; in layoutCharEnt()
1435 y = m_atr->spot_location.y; in layoutCharEnt()
[all …]
/dports/textproc/uim-qt5/uim-d1ac9d9/xim/
H A Dconvdisp.cpp1095 m_atr->spot_location.x, in move_candwin()
1096 m_atr->spot_location.y, in move_candwin()
1104 m_atr->spot_location.x, in move_candwin()
1105 m_atr->spot_location.y, in move_candwin()
1112 m_atr->spot_location.x, in move_candwin()
1132 m_atr->spot_location.x, in move_candwin()
1372 m_atr->spot_location.x = 0; in check_atr()
1373 m_atr->spot_location.y = 0; in check_atr()
1434 x = m_atr->spot_location.x; in layoutCharEnt()
1435 y = m_atr->spot_location.y; in layoutCharEnt()
[all …]
/dports/textproc/uim-gtk3/uim-d1ac9d9/xim/
H A Dconvdisp.cpp1095 m_atr->spot_location.x, in move_candwin()
1096 m_atr->spot_location.y, in move_candwin()
1104 m_atr->spot_location.x, in move_candwin()
1105 m_atr->spot_location.y, in move_candwin()
1112 m_atr->spot_location.x, in move_candwin()
1132 m_atr->spot_location.x, in move_candwin()
1372 m_atr->spot_location.x = 0; in check_atr()
1373 m_atr->spot_location.y = 0; in check_atr()
1434 x = m_atr->spot_location.x; in layoutCharEnt()
1435 y = m_atr->spot_location.y; in layoutCharEnt()
[all …]
/dports/japanese/uim-anthy/uim-d1ac9d9/xim/
H A Dconvdisp.cpp1095 m_atr->spot_location.x, in move_candwin()
1096 m_atr->spot_location.y, in move_candwin()
1104 m_atr->spot_location.x, in move_candwin()
1105 m_atr->spot_location.y, in move_candwin()
1112 m_atr->spot_location.x, in move_candwin()
1132 m_atr->spot_location.x, in move_candwin()
1372 m_atr->spot_location.x = 0; in check_atr()
1373 m_atr->spot_location.y = 0; in check_atr()
1434 x = m_atr->spot_location.x; in layoutCharEnt()
1435 y = m_atr->spot_location.y; in layoutCharEnt()
[all …]
/dports/x11/xcb-imdkit/xcb-imdkit-1.0.3/src/
H A Dimdkit.h64 xcb_point_t spot_location; member
75 xcb_point_t spot_location; member

1234