Home
last modified time | relevance | path

Searched refs:hic (Results 1 – 25 of 658) sorted by relevance

12345678910>>...27

/dports/korean/libhangul/libhangul-9fe2d4e/hangul/
H A Dhangulinputcontext.c756 if (!hic->on_transition(hic, c, buf, hic->on_transition_data)) { in hangul_ic_push()
1244 if (hic->buffer.choseong == 0 && hic->buffer.jungseong != 0) in hangul_ic_process_romaja()
1288 if (hic == NULL) in hangul_ic_process()
1296 hic->on_translate(hic, ascii, &c, hic->on_translate_data); in hangul_ic_process()
1321 if (hic == NULL) in hangul_ic_get_preedit_string()
1342 if (hic == NULL) in hangul_ic_get_commit_string()
1365 if (hic == NULL) in hangul_ic_reset()
1415 hangul_buffer_get_jamo_string(&hic->buffer, hic->flushed_string, in hangul_ic_flush()
1418 hangul_buffer_get_string(&hic->buffer, hic->flushed_string, in hangul_ic_flush()
1676 return hic; in hangul_ic_new()
[all …]
H A Dhangul.h108 void hangul_ic_delete(HangulInputContext *hic);
110 void hangul_ic_reset(HangulInputContext *hic);
111 bool hangul_ic_backspace(HangulInputContext *hic);
113 bool hangul_ic_is_empty(HangulInputContext *hic);
114 bool hangul_ic_has_choseong(HangulInputContext *hic);
115 bool hangul_ic_has_jungseong(HangulInputContext *hic);
116 bool hangul_ic_has_jongseong(HangulInputContext *hic);
120 void hangul_ic_set_keyboard(HangulInputContext *hic,
122 void hangul_ic_select_keyboard(HangulInputContext *hic,
124 void hangul_ic_set_combination(HangulInputContext *hic,
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/wine/
H A Dvfw.h227 #define ICCompressGetFormatSize(hic,lpbi) ICCompressGetFormat(hic,lpbi,NULL) argument
237 hic, ICM_GETDEFAULTQUALITY, \
261 #define ICCompressEnd(hic) ICSendMessage(hic, ICM_COMPRESS_END, 0, 0) argument
330 #define ICQueryAbout(hic) \ argument
333 #define ICAbout(hic, hwnd) ICSendMessage(hic,ICM_ABOUT,(long)(unsigned int)(hwnd),0) argument
337 #define ICQueryConfigure(hic) \ argument
340 #define ICConfigure(hic,hwnd) \ argument
429 #define ICDecompressEnd(hic) ICSendMessage(hic, ICM_DECOMPRESS_END, 0, 0) argument
430 #define ICDecompressEndEx(hic) ICSendMessage(hic,ICM_DECOMPRESSEX_END, 0, 0) argument
442 LRESULT VFWAPI ICClose(HIC hic);
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/wine/
H A Dvfw.h223 #define ICCompressGetFormatSize(hic,lpbi) ICCompressGetFormat(hic,lpbi,NULL) argument
233 hic, ICM_GETDEFAULTQUALITY, \
257 #define ICCompressEnd(hic) ICSendMessage(hic, ICM_COMPRESS_END, 0, 0) argument
326 #define ICQueryAbout(hic) \ argument
329 #define ICAbout(hic, hwnd) ICSendMessage(hic,ICM_ABOUT,(long)(unsigned int)(hwnd),0) argument
333 #define ICQueryConfigure(hic) \ argument
336 #define ICConfigure(hic,hwnd) \ argument
425 #define ICDecompressEnd(hic) ICSendMessage(hic, ICM_DECOMPRESS_END, 0, 0) argument
426 #define ICDecompressEndEx(hic) ICSendMessage(hic,ICM_DECOMPRESSEX_END, 0, 0) argument
440 LRESULT VFWAPI ICClose(HIC hic);
[all …]
H A Dloader.h47 LRESULT VFWAPI ICClose(HIC hic);
59 #define ICCompressGetFormatSize(hic,lpbi) ICCompressGetFormat(hic,lpbi,NULL) argument
61 #define ICGetDefaultKeyFrameRate(hic,lpint) \ argument
63 hic, ICM_GETDEFAULTKEYFRAMERATE, \
67 #define ICGetDefaultQuality(hic,lpint) \ argument
69 hic, ICM_GETDEFAULTQUALITY, \
93 #define ICCompressEnd(hic) ICSendMessage(hic, ICM_COMPRESS_END, 0, 0) argument
116 ICDecompressGetFormat(hic, lpbi, NULL)
124 #define ICDecompressSetPalette(hic,lpbiPalette) \ argument
126 hic,ICM_DECOMPRESS_SET_PALETTE, \
[all …]
H A Dvfl.c93 ICGetInfo(HIC hic,ICINFO *picinfo,long cb) { in ICGetInfo() argument
96 ret = ICSendMessage(hic,ICM_GETINFO,(long)picinfo,cb); in ICGetInfo()
106 HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiOutput,void* lpData, in ICCompress() argument
127 return ICSendMessage(hic,ICM_COMPRESS,(long)&iccmp,sizeof(iccmp)); in ICCompress()
144 result=ICSendMessage(hic,ICM_DECOMPRESS,(long)&icd,sizeof(icd)); in ICDecompress()
173 result=ICSendMessage(hic,ICM_DECOMPRESSEX,(long)&icd,sizeof(icd)); in ICDecompressEx()
199 result=ICSendMessage(hic,command,(long)&icd,sizeof(icd)); in ICUniversalEx()
208 ICSendMessage(HIC hic,unsigned int msg,long lParam1,long lParam2) { in ICSendMessage() argument
209 WINE_HIC *whic = (WINE_HIC*)hic; in ICSendMessage()
217 LRESULT VFWAPI ICClose(HIC hic) { in ICClose() argument
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/wine/
H A Dvfw.h227 #define ICCompressGetFormatSize(hic,lpbi) ICCompressGetFormat(hic,lpbi,NULL) argument
237 hic, ICM_GETDEFAULTQUALITY, \
261 #define ICCompressEnd(hic) ICSendMessage(hic, ICM_COMPRESS_END, 0, 0) argument
330 #define ICQueryAbout(hic) \ argument
333 #define ICAbout(hic, hwnd) ICSendMessage(hic,ICM_ABOUT,(long)(unsigned int)(hwnd),0) argument
337 #define ICQueryConfigure(hic) \ argument
340 #define ICConfigure(hic,hwnd) \ argument
429 #define ICDecompressEnd(hic) ICSendMessage(hic, ICM_DECOMPRESS_END, 0, 0) argument
430 #define ICDecompressEndEx(hic) ICSendMessage(hic,ICM_DECOMPRESSEX_END, 0, 0) argument
442 LRESULT VFWAPI ICClose(HIC hic);
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Davicodecrestrictions.cpp11 HIC hic = 0; in getCodec() local
42 if (hic) { in getCodec()
51 ICClose(hic); in getCodec()
56 return hic; in getCodec()
92 if (!hic) { in getRestrictions()
142 ICClose(hic); in getRestrictions()
164 ICClose(hic); in canWriteMovie()
179 ICClose(hic); in canBeConfigured()
195 ICClose(hic); in openConfiguration()
204 HIC hic = 0; in getUsableCodecs() local
[all …]
/dports/korean/libhangul/libhangul-9fe2d4e/bindings/ruby/
H A Dhangul.c14 rbhic_free(HangulInputContext *hic) in rbhic_free() argument
16 hangul_ic_delete(hic); in rbhic_free()
30 HangulInputContext *hic; in rbhic_initialize() local
31 Data_Get_Struct(self, HangulInputContext, hic); in rbhic_initialize()
45 HangulInputContext *hic; in rbhic_filter() local
48 bool ret = hangul_ic_filter(hic, NUM2CHR(ch)); in rbhic_filter()
60 HangulInputContext *hic; in rbhic_commit_string() local
80 HangulInputContext *hic; in rbhic_reset() local
82 hangul_ic_reset(hic); in rbhic_reset()
89 HangulInputContext *hic; in rbhic_flush() local
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/
H A Dvfl.c92 ICGetInfo(HIC hic,ICINFO *picinfo,long cb) { in ICGetInfo() argument
95 ret = ICSendMessage(hic,ICM_GETINFO,(long)picinfo,cb); in ICGetInfo()
105 HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiOutput,void* lpData, in ICCompress() argument
126 return ICSendMessage(hic,ICM_COMPRESS,(long)&iccmp,sizeof(iccmp)); in ICCompress()
143 result=ICSendMessage(hic,ICM_DECOMPRESS,(long)&icd,sizeof(icd)); in ICDecompress()
172 result=ICSendMessage(hic,ICM_DECOMPRESSEX,(long)&icd,sizeof(icd)); in ICDecompressEx()
198 result=ICSendMessage(hic,command,(long)&icd,sizeof(icd)); in ICUniversalEx()
207 ICSendMessage(HIC hic,unsigned int msg,long lParam1,long lParam2) { in ICSendMessage() argument
208 WINE_HIC *whic = (WINE_HIC*)hic; in ICSendMessage()
216 LRESULT VFWAPI ICClose(HIC hic) { in ICClose() argument
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/
H A Dvfl.c92 ICGetInfo(HIC hic,ICINFO *picinfo,long cb) { in ICGetInfo() argument
95 ret = ICSendMessage(hic,ICM_GETINFO,(long)picinfo,cb); in ICGetInfo()
105 HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiOutput,void* lpData, in ICCompress() argument
126 return ICSendMessage(hic,ICM_COMPRESS,(long)&iccmp,sizeof(iccmp)); in ICCompress()
143 result=ICSendMessage(hic,ICM_DECOMPRESS,(long)&icd,sizeof(icd)); in ICDecompress()
172 result=ICSendMessage(hic,ICM_DECOMPRESSEX,(long)&icd,sizeof(icd)); in ICDecompressEx()
198 result=ICSendMessage(hic,command,(long)&icd,sizeof(icd)); in ICUniversalEx()
207 ICSendMessage(HIC hic,unsigned int msg,long lParam1,long lParam2) { in ICSendMessage() argument
208 WINE_HIC *whic = (WINE_HIC*)hic; in ICSendMessage()
216 LRESULT VFWAPI ICClose(HIC hic) { in ICClose() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkUtils.cpp119 int hic = c << 24; in SkUTF8_ToUnichar() local
123 if (hic < 0) { in SkUTF8_ToUnichar()
125 hic = SkLeftShift(hic, 1); in SkUTF8_ToUnichar()
129 } while ((hic = SkLeftShift(hic, 1)) < 0); in SkUTF8_ToUnichar()
141 int hic = c << 24; in SkUTF8_NextUnicharWithError() local
146 if (hic < 0) { in SkUTF8_NextUnicharWithError()
148 hic = SkLeftShift(hic, 1); in SkUTF8_NextUnicharWithError()
161 } while ((hic = SkLeftShift(hic, 1)) < 0); in SkUTF8_NextUnicharWithError()
177 if (hic < 0) { in SkUTF8_NextUnichar()
179 hic = SkLeftShift(hic, 1); in SkUTF8_NextUnichar()
[all …]
/dports/korean/libhangul/libhangul-9fe2d4e/test/
H A Dhangul.c64 HangulInputContext *hic; in main() local
70 hic = hangul_ic_new(keyboard); in main()
71 if (hic == NULL) { in main()
77 int ret = hangul_ic_process(hic, ascii); in main()
78 ucs4_to_utf8(commit, hangul_ic_get_commit_string(hic), sizeof(commit)); in main()
87 if (!hangul_ic_is_empty(hic)) { in main()
88 ucs4_to_utf8(commit, hangul_ic_flush(hic), sizeof(commit)); in main()
94 hangul_ic_delete(hic); in main()
/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Dhtml_import.c364 void html_import_class_init (HtmlImportClass* hic) in html_import_class_init() argument
370 hic->list_store = selection_store_new (); in html_import_class_init()
373 void html_import_class_clear (HtmlImportClass* hic) in html_import_class_clear() argument
375 g_hash_table_destroy (hic->hash_table); in html_import_class_clear()
376 g_array_free (hic->index_array, TRUE); in html_import_class_clear()
377 g_object_unref (hic->list_store); in html_import_class_clear()
380 void html_import_class_add (HtmlImportClass* hic, in html_import_class_add() argument
398 gtk_list_store_append (hic->list_store, &iter); in html_import_class_add()
399 gtk_list_store_set (hic->list_store, &iter, in html_import_class_add()
404 g_hash_table_insert (hic->hash_table, in html_import_class_add()
[all …]
/dports/korean/libhangul/libhangul-9fe2d4e/bindings/python_swig/
H A Dtest_hangul.py4 hic = hangul_ic_new("2") variable
7 ret = hangul_ic_process(hic, ord(ascii))
8 commit = hangul_ic_get_commit_string(hic)
14 if not hangul_ic_is_empty(hic):
15 commit = hangul_ic_flush(hic)
19 hangul_ic_delete(hic);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkUtils.cpp70 int hic = c << 24; in SkUTF8_ToUnichar() local
74 if (hic < 0) { in SkUTF8_ToUnichar()
76 hic = SkLeftShift(hic, 1); in SkUTF8_ToUnichar()
80 } while ((hic = SkLeftShift(hic, 1)) < 0); in SkUTF8_ToUnichar()
91 int hic = c << 24; in SkUTF8_NextUnichar() local
95 if (hic < 0) { in SkUTF8_NextUnichar()
97 hic = SkLeftShift(hic, 1); in SkUTF8_NextUnichar()
101 } while ((hic = SkLeftShift(hic, 1)) < 0); in SkUTF8_NextUnichar()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dvfw.h518 HIC hic; member
940 #define ICCompressEnd(hic) ICSendMessage(hic,ICM_COMPRESS_END,0,0) argument
942 #define ICAbout(hic,hwnd) ICSendMessage(hic,ICM_ABOUT,(DWORD)(hwnd),0) argument
951 #define ICDecompressEnd(hic) ICSendMessage(hic,ICM_DECOMPRESS_END,0,0) argument
952 #define ICDecompressExEnd(hic) ICSendMessage(hic,ICM_DECOMPRESSEX_END,0,0) argument
957 #define ICGetStateSize(hic) ICGetState(hic,NULL,0) argument
962 #define ICDrawEnd(hic) ICSendMessage(hic,ICM_DRAW_END,0,0) argument
963 #define ICDrawStart(hic) ICSendMessage(hic,ICM_DRAW_START,0,0) argument
965 #define ICDrawStop(hic) ICSendMessage(hic,ICM_DRAW_STOP,0,0) argument
966 #define ICDrawStopPlay(hic) ICSendMessage(hic,ICM_DRAW_STOP_PLAY,0,0) argument
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dvfw.h518 HIC hic; member
940 #define ICCompressEnd(hic) ICSendMessage(hic,ICM_COMPRESS_END,0,0) argument
942 #define ICAbout(hic,hwnd) ICSendMessage(hic,ICM_ABOUT,(DWORD)(hwnd),0) argument
951 #define ICDecompressEnd(hic) ICSendMessage(hic,ICM_DECOMPRESS_END,0,0) argument
952 #define ICDecompressExEnd(hic) ICSendMessage(hic,ICM_DECOMPRESSEX_END,0,0) argument
957 #define ICGetStateSize(hic) ICGetState(hic,NULL,0) argument
962 #define ICDrawEnd(hic) ICSendMessage(hic,ICM_DRAW_END,0,0) argument
963 #define ICDrawStart(hic) ICSendMessage(hic,ICM_DRAW_START,0,0) argument
965 #define ICDrawStop(hic) ICSendMessage(hic,ICM_DRAW_STOP,0,0) argument
966 #define ICDrawStopPlay(hic) ICSendMessage(hic,ICM_DRAW_STOP_PLAY,0,0) argument
[all …]
/dports/korean/imhangul-gtk2/imhangul-d2f555d/
H A Dgtkimcontexthangul.c661 hangul_ic_delete(hic->hic); in im_hangul_ic_finalize()
669 hic->slave = NULL; in im_hangul_ic_finalize()
1068 flush = hangul_ic_flush(hic->hic); in im_hangul_ic_reset()
1070 preedit = hangul_ic_get_preedit_string(hic->hic); in im_hangul_ic_reset()
1673 if (hic == NULL) in im_hangul_ic_update_status_window_position()
1679 if (hic->toplevel == NULL || hic->toplevel->status == NULL) in im_hangul_ic_update_status_window_position()
1684 if (hic->cursor.x < 0) { in im_hangul_ic_update_status_window_position()
1695 x += hic->cursor.x + 3; in im_hangul_ic_update_status_window_position()
1696 y += hic->cursor.y + hic->cursor.height + 3; in im_hangul_ic_update_status_window_position()
1928 if (hic->candidate_string != NULL && hic->candidate_string->len > 0) in close_candidate_window()
[all …]
/dports/korean/imhangul-gtk3/imhangul-85f6d10/
H A Dgtkimcontexthangul.c660 hangul_ic_delete(hic->hic); in im_hangul_ic_finalize()
668 hic->slave = NULL; in im_hangul_ic_finalize()
1073 flush = hangul_ic_flush(hic->hic); in im_hangul_ic_reset()
1075 preedit = hangul_ic_get_preedit_string(hic->hic); in im_hangul_ic_reset()
1693 if (hic == NULL) in im_hangul_ic_update_status_window_position()
1699 if (hic->toplevel == NULL || hic->toplevel->status == NULL) in im_hangul_ic_update_status_window_position()
1704 if (hic->cursor.x < 0) { in im_hangul_ic_update_status_window_position()
1711 x += hic->cursor.x + 3; in im_hangul_ic_update_status_window_position()
1712 y += hic->cursor.y + hic->cursor.height + 3; in im_hangul_ic_update_status_window_position()
1944 if (hic->candidate_string != NULL && hic->candidate_string->len > 0) in close_candidate_window()
[all …]
/dports/korean/libhangul/libhangul-9fe2d4e/bindings/python/
H A Dpyhangul.c22 HangulInputContext *hic; member
53 imObject->hic = hangul_ic_new(keyboard); in _create_ic()
85 ret = hangul_ic_process(self->hic, ascii); in _pyhangulic_process()
92 hangul_ic_reset(self->hic); in _pyhangulic_reset()
106 str = hangul_ic_flush(self->hic); in _pyhangulic_flush()
123 ret = hangul_ic_backspace(self->hic); in _pyhangulic_backspace()
137 str = hangul_ic_get_preedit_string(self->hic); in _pyhangulic_preedit_string()
159 str = hangul_ic_get_commit_string(self->hic); in _pyhangulic_commit_string()
186 hangul_ic_delete(self->hic); in PY_HANGULIC_dealloc()
187 self->hic = NULL; in PY_HANGULIC_dealloc()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/avi/
H A Dtiio_avi.cpp255 HIC hic = 0; in searchForCodec() local
286 if (hic) { in searchForCodec()
296 ICClose(hic); in searchForCodec()
301 m_hic = hic; in searchForCodec()
791 if (!hic) continue; in findCandidateDecompressor()
859 return hic; in findCandidateDecompressor()
861 ICClose(hic); in findCandidateDecompressor()
1047 if (hic) { in safe_ICClose()
1053 if (hic) { in safe_ICClose()
1078 HIC hic = nullptr; in safe_ICOpen()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dvfw.d369 LRESULT ICClose(HIC hic);
386 DWORD ICQueryAbout(HIC hic) { in ICQueryAbout() argument
394 DWORD ICQueryConfigure(HIC hic) { in ICQueryConfigure() argument
410 DWORD ICGetStateSize(HIC hic) { in ICGetStateSize() argument
451 LRESULT ICCompressEnd(HIC hic) { in ICCompressEnd() argument
585 LRESULT ICDrawEnd(HIC hic) { in ICDrawEnd() argument
588 LRESULT ICDrawStart(HIC hic) { in ICDrawStart() argument
594 LRESULT ICDrawStop(HIC hic) { in ICDrawStop() argument
597 LRESULT ICDrawStopPlay(HIC hic) { in ICDrawStopPlay() argument
609 LRESULT ICDrawFlush(HIC hic) { in ICDrawFlush() argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dvfw.d369 LRESULT ICClose(HIC hic);
386 DWORD ICQueryAbout(HIC hic) { in ICQueryAbout() argument
394 DWORD ICQueryConfigure(HIC hic) { in ICQueryConfigure() argument
410 DWORD ICGetStateSize(HIC hic) { in ICGetStateSize() argument
451 LRESULT ICCompressEnd(HIC hic) { in ICCompressEnd() argument
585 LRESULT ICDrawEnd(HIC hic) { in ICDrawEnd() argument
588 LRESULT ICDrawStart(HIC hic) { in ICDrawStart() argument
594 LRESULT ICDrawStop(HIC hic) { in ICDrawStop() argument
597 LRESULT ICDrawStopPlay(HIC hic) { in ICDrawStopPlay() argument
609 LRESULT ICDrawFlush(HIC hic) { in ICDrawFlush() argument
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dvfw.d368 LRESULT ICClose(HIC hic);
385 DWORD ICQueryAbout(HIC hic) { in ICQueryAbout() argument
393 DWORD ICQueryConfigure(HIC hic) { in ICQueryConfigure() argument
409 DWORD ICGetStateSize(HIC hic) { in ICGetStateSize() argument
450 LRESULT ICCompressEnd(HIC hic) { in ICCompressEnd() argument
584 LRESULT ICDrawEnd(HIC hic) { in ICDrawEnd() argument
587 LRESULT ICDrawStart(HIC hic) { in ICDrawStart() argument
593 LRESULT ICDrawStop(HIC hic) { in ICDrawStop() argument
596 LRESULT ICDrawStopPlay(HIC hic) { in ICDrawStopPlay() argument
608 LRESULT ICDrawFlush(HIC hic) { in ICDrawFlush() argument
[all …]

12345678910>>...27