Home
last modified time | relevance | path

Searched defs:code (Results 1 – 14 of 14) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libjpeg/include/
Djerror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
230 #define ERREXIT(cinfo, code) \ argument
233 #define ERREXIT1(cinfo, code, p1) \ argument
237 #define ERREXIT2(cinfo, code, p1, p2) \ argument
242 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument
248 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
255 #define ERREXITS(cinfo, code, str) \ argument
263 #define WARNMS(cinfo, code) \ argument
266 #define WARNMS1(cinfo, code, p1) \ argument
[all …]
/GUIX-v6.2.1/common/src/
Dgx_utility_bidi_bracket_pair_get.c136 UINT _gx_utility_bidi_bracket_pair_get(ULONG code, GX_BIDI_BRACKET_PAIR *bracket_pair) in _gx_utility_bidi_bracket_pair_get()
Dgx_utility_bidi_character_type_get.c1523 UINT _gx_utility_bidi_character_type_get(ULONG code, GX_UBYTE *type) in _gx_utility_bidi_character_type_get()
Dgx_utility_bidi_mirroring_get.c445 UINT _gx_utility_bidi_mirroring_get(USHORT code, USHORT *mirror) in _gx_utility_bidi_mirroring_get()
Dgx_utility_thai_glyph_shaping.c194 static UINT _gx_utility_thai_glyph_class_type_get(ULONG code, GX_UBYTE *return_type) in _gx_utility_thai_glyph_class_type_get()
Dgx_image_reader_png_decode.c668 UINT code; in _gx_image_reader_png_dynamic_huffman_code_find() local
752 UINT code; in _gx_image_reader_png_fixed_ll_huffman_code_find() local
Dgx_image_reader_jpeg_decode.c235 USHORT code; in _gx_image_reader_jpeg_huffcode_find() local
320 USHORT code = 0; in _gx_image_reader_huffman_table_set() local
Dgx_utility_bidi_paragraph_reorder.c263 GX_CHAR_CODE code; in _gx_utility_bidi_initiate() local
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping/
Dnormalization_test.c30 ULONG code = 0; in read_line() local
/GUIX-v6.2.1/ports/win32/inc/
Dgx_port.h97 #define GX_WIN32_EVENT_THREAD_EXIT(code) exit(code) argument
/GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/
Dbidi_character_test.c29 ULONG code = 0; in read_line() local
/GUIX-v6.2.1/guix_studio/ports/
Dgx_port.h69 #define GX_WIN32_EVENT_THREAD_EXIT(code) ExitThread(code) argument
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dt1types.h135 FT_Byte** code; member
/GUIX-v6.2.1/guix_studio/
Dstring_table_edit_dlg.cpp743 void string_table_edit_dlg::Exit(int code) in Exit()