Lines Matching refs:ic
491 Xic ic = (Xic)parm;
494 if(ic->core.client_window == (Window)NULL) {
499 *out = ic->core.client_window;
510 Xic ic = (Xic)parm;
511 Xim im = (Xim)ic->core.im;
538 Xic ic = (Xic)parm;
539 Xim im = (Xim)ic->core.im;
566 Xic ic = (Xic)parm;
567 Xim im = (Xim)ic->core.im;
610 Xic ic = (Xic)parm;
611 Xim im = (Xim)ic->core.im;
620 if(ic->core.focus_window == (Window)NULL) {
623 if(XGetGeometry(im->core.display, (Drawable)ic->core.focus_window,
646 Xic ic = (Xic)parm;
647 Xim im = (Xim)ic->core.im;
651 if(ic->core.client_window == (Window)NULL) {
654 if(XGetWindowAttributes(im->core.display, ic->core.client_window,
685 Xic ic = (Xic)parm;
686 Xim im = (Xim)ic->core.im;
703 Xic ic = (Xic)parm;
704 Xim im = (Xim)ic->core.im;
749 Xic ic = (Xic)parm;
756 fontset = ic->core.preedit_attr.fontset;
758 fontset = ic->core.status_attr.fontset;
2671 Xic ic,
2701 if(!_XimSetICDefaults(ic, (XPointer)((char *)top + info[i].offset),
2706 if(!_XimSetICDefaults(ic, (XPointer)((char *)top + info[i].offset),
2726 if (!(info[i].defaults(&info[i], top, (XPointer)ic, mode))) {
2767 Xic ic,
2792 Xic ic,
2800 ic->core.client_window = (Window)p->value;
2801 if (ic->core.focus_window == (Window)0)
2802 ic->core.focus_window = ic->core.client_window;
2804 _XRegisterFilterByType(ic->core.im->core.display,
2805 ic->core.focus_window,
2806 KeyPress, KeyRelease, _XimLocalFilter, (XPointer)ic);
2809 if (ic->core.client_window) {
2811 _XUnregisterFilter(ic->core.im->core.display,
2812 ic->core.focus_window, _XimLocalFilter, (XPointer)ic);
2814 ic->core.focus_window = (Window)p->value;
2816 _XRegisterFilterByType(ic->core.im->core.display,
2817 ic->core.focus_window, KeyPress, KeyRelease,
2818 _XimLocalFilter, (XPointer)ic);
2821 ic->core.focus_window = (Window)p->value;
2828 Xic ic,
2838 if (!(XGetRGBColormaps(ic->core.im->core.display,
2839 ic->core.focus_window, &colormap_ret,
2850 Xic ic,
2860 if (!(XGetRGBColormaps(ic->core.im->core.display,
2861 ic->core.focus_window, &colormap_ret,
2872 Xic ic,
2896 if(((name = _XimSetICValueData(ic,
2903 if(((name = _XimSetICValueData(ic,
2918 if (!_XimEncodeLocalPreeditValue(ic, res, (XPointer)p))
2921 if (!_XimEncodeLocalStatusValue(ic, res, (XPointer)p))
2924 if (!_XimEncodeLocalTopValue(ic, res, (XPointer)p, flag))
2927 if(_XimEncodeLocalICAttr(ic, res, top, p, mode) == False) {
2953 Xic ic,
2969 if(!_XimEncodeLocalICAttr(ic, res, top, p, 0)) {
3038 _XimGetICValueData(Xic ic, XPointer top, XIMResourceList res_list,
3057 if((name = _XimGetICValueData(ic,
3064 if((name = _XimGetICValueData(ic,
3113 _XimGetCurrentICValues(Xic ic, XimDefICValues *ic_values)
3117 ic_values->input_style = ic->core.input_style;
3118 ic_values->client_window = ic->core.client_window;
3119 ic_values->focus_window = ic->core.focus_window;
3120 ic_values->filter_events = ic->core.filter_events;
3121 ic_values->geometry_callback = ic->core.geometry_callback;
3122 ic_values->res_name = ic->core.res_name;
3123 ic_values->res_class = ic->core.res_class;
3124 ic_values->destroy_callback = ic->core.destroy_callback;
3126 = ic->core.string_conversion_callback;
3127 ic_values->string_conversion = ic->core.string_conversion;
3128 ic_values->reset_state = ic->core.reset_state;
3129 ic_values->hotkey = ic->core.hotkey;
3130 ic_values->hotkey_state = ic->core.hotkey_state;
3131 ic_values->preedit_attr = ic->core.preedit_attr;
3132 ic_values->status_attr = ic->core.status_attr;
3137 Xic ic,
3140 ic->core.input_style = ic_values->input_style;
3141 ic->core.client_window = ic_values->client_window;
3143 ic->core.focus_window = ic_values->focus_window;
3144 ic->core.filter_events = ic_values->filter_events;
3145 ic->core.geometry_callback = ic_values->geometry_callback;
3146 ic->core.res_name = ic_values->res_name;
3147 ic->core.res_class = ic_values->res_class;
3148 ic->core.destroy_callback = ic_values->destroy_callback;
3149 ic->core.string_conversion_callback
3151 ic->core.string_conversion = ic_values->string_conversion;
3152 ic->core.reset_state = ic_values->reset_state;
3153 ic->core.hotkey = ic_values->hotkey;
3154 ic->core.hotkey_state = ic_values->hotkey_state;
3155 ic->core.preedit_attr = ic_values->preedit_attr;
3156 ic->core.status_attr = ic_values->status_attr;