/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jpeglib.h | 174 boolean component_needed; 829 boolean pre_zero, 835 boolean pre_zero, 844 boolean writable)); 849 boolean writable)); 992 boolean force_baseline)); 995 boolean force_baseline)); 997 boolean force_baseline)); 1001 boolean force_baseline)); 1005 boolean suppress)); [all …]
|
A D | jpegint.h | 53 boolean is_last_pass; /* True during last pass */ 79 JMETHOD(boolean, compress_data, (j_compress_ptr cinfo, 205 boolean saw_SOI; /* found SOI? */ 206 boolean saw_SOF; /* found SOF? */ 362 boolean transcode_only)); 364 boolean need_full_buffer)); 366 boolean need_full_buffer)); 368 boolean need_full_buffer)); 378 boolean need_full_buffer)); 380 boolean need_full_buffer)); [all …]
|
A D | transupp.h | 134 boolean perfect; /* if TRUE, fail if partial MCUs are requested */ 135 boolean trim; /* if TRUE, trim partial MCUs as needed */ 136 boolean force_grayscale; /* if TRUE, convert color image to grayscale */ 137 boolean crop; /* if TRUE, crop or wipe source image */ 168 EXTERN(boolean) jtransform_parse_crop_spec 171 EXTERN(boolean) jtransform_request_workspace 186 EXTERN(boolean) jtransform_perfect_transform
|
A D | cdjpeg.h | 122 boolean is_os2)); 134 EXTERN(boolean) read_quant_tables JPP((j_compress_ptr cinfo, char * filename, 135 boolean force_baseline)); 136 EXTERN(boolean) read_scan_script JPP((j_compress_ptr cinfo, char * filename)); 137 EXTERN(boolean) set_quality_ratings JPP((j_compress_ptr cinfo, char *arg, 138 boolean force_baseline)); 139 EXTERN(boolean) set_quant_slots JPP((j_compress_ptr cinfo, char *arg)); 140 EXTERN(boolean) set_sample_factors JPP((j_compress_ptr cinfo, char *arg)); 152 EXTERN(boolean) keymatch JPP((char * arg, const char * keyword, int minchars));
|
A D | rdswitch.c | 39 LOCAL(boolean) 74 GLOBAL(boolean) 75 read_quant_tables (j_compress_ptr cinfo, char * filename, boolean force_baseline) in read_quant_tables() 130 LOCAL(boolean) 159 GLOBAL(boolean) 267 GLOBAL(boolean) 268 set_quality_ratings (j_compress_ptr cinfo, char *arg, boolean force_baseline) in set_quality_ratings() 299 GLOBAL(boolean) 334 GLOBAL(boolean)
|
A D | jdapistd.c | 24 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo)); 38 GLOBAL(boolean) 95 LOCAL(boolean) 228 GLOBAL(boolean) 253 GLOBAL(boolean)
|
A D | jconfig.cfg | 20 /* Define "boolean" as unsigned char, not enum, on Windows systems. */ 23 typedef unsigned char boolean; 26 #define FALSE 0 /* values of boolean */
|
A D | jconfig.vc | 19 /* Define "boolean" as unsigned char, not enum, per Windows custom */ 21 typedef unsigned char boolean; 24 #define FALSE 0 /* values of boolean */
|
A D | jccoefct.c | 62 METHODDEF(boolean) compress_data 65 METHODDEF(boolean) compress_first_pass 67 METHODDEF(boolean) compress_output 143 METHODDEF(boolean) 248 METHODDEF(boolean) 345 METHODDEF(boolean) 410 jinit_c_coef_controller (j_compress_ptr cinfo, boolean need_full_buffer) in jinit_c_coef_controller()
|
A D | jdmarker.c | 198 LOCAL(boolean) 239 LOCAL(boolean) 321 LOCAL(boolean) 412 LOCAL(boolean) 458 LOCAL(boolean) 531 LOCAL(boolean) 621 LOCAL(boolean) 645 LOCAL(boolean) 1010 LOCAL(boolean) 1057 LOCAL(boolean) [all …]
|
A D | jchuff.c | 268 LOCAL(boolean) 306 LOCAL(boolean) in LOCAL() argument 390 LOCAL(boolean) 494 LOCAL(boolean) 545 METHODDEF(boolean) 628 METHODDEF(boolean) 739 METHODDEF(boolean) 782 METHODDEF(boolean) 912 LOCAL(boolean) 1012 METHODDEF(boolean) [all …]
|
A D | jdatasrc.c | 31 boolean start_of_file; /* have we gotten any data yet? */ 96 METHODDEF(boolean) 121 METHODDEF(boolean)
|
A D | jmemmgr.c | 160 boolean pre_zero; /* pre-zero mode requested? */ 161 boolean dirty; /* do current buffer contents need written? */ 162 boolean b_s_open; /* is backing-store data valid? */ 176 boolean pre_zero; /* pre-zero mode requested? */ 177 boolean dirty; /* do current buffer contents need written? */ 178 boolean b_s_open; /* is backing-store data valid? */ 524 request_virt_sarray (j_common_ptr cinfo, int pool_id, boolean pre_zero, in request_virt_sarray() 554 request_virt_barray (j_common_ptr cinfo, int pool_id, boolean pre_zero, in request_virt_barray() 691 do_sarray_io (j_common_ptr cinfo, jvirt_sarray_ptr ptr, boolean writing) in do_sarray_io() 759 boolean writable) in access_virt_sarray() [all …]
|
A D | jdapimin.c | 245 jpeg_read_header (j_decompress_ptr cinfo, boolean require_image) in jpeg_read_header() 337 GLOBAL(boolean) 352 GLOBAL(boolean) 372 GLOBAL(boolean)
|
A D | jmorecfg.h | 309 typedef int boolean; typedef 317 typedef enum { FALSE = 0, TRUE = 1 } boolean; typedef
|
A D | jcmainct.c | 34 boolean suspended; /* remember if we suspended output */ 177 boolean writing = (mainp->pass_mode != JBUF_CRANK_DEST); in process_data_buffer_main() 248 jinit_c_main_controller (j_compress_ptr cinfo, boolean need_full_buffer) in jinit_c_main_controller()
|
A D | jdhuff.c | 232 boolean insufficient_data; /* set TRUE after emitting warning */ 323 jpeg_make_d_derived_tbl (j_decompress_ptr cinfo, boolean isDC, int tblno, in jpeg_make_d_derived_tbl() 464 LOCAL(boolean) 651 LOCAL(boolean) 707 METHODDEF(boolean) 778 METHODDEF(boolean) 866 METHODDEF(boolean) 913 METHODDEF(boolean) 1070 METHODDEF(boolean) 1198 METHODDEF(boolean)
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | jpeglib.h | 174 boolean component_needed; 829 boolean pre_zero, 835 boolean pre_zero, 844 boolean writable)); 849 boolean writable)); 992 boolean force_baseline)); 995 boolean force_baseline)); 997 boolean force_baseline)); 1001 boolean force_baseline)); 1005 boolean suppress)); [all …]
|
A D | jmorecfg.h | 309 typedef int boolean; typedef 317 typedef enum { FALSE = 0, TRUE = 1 } boolean; typedef
|
A D | jconfig.h | 24 typedef unsigned char boolean; typedef
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_jpg.c | 38 typedef JPEG_boolean boolean; typedef 55 boolean (*jpeg_finish_decompress) (j_decompress_ptr cinfo); 56 int (*jpeg_read_header) (j_decompress_ptr cinfo, boolean require_image); 58 boolean (*jpeg_resync_to_restart) (j_decompress_ptr cinfo, int desired); 59 boolean (*jpeg_start_decompress) (j_decompress_ptr cinfo); 61 void (*jpeg_start_compress) (j_compress_ptr cinfo, boolean write_all_tables); 62 void (*jpeg_set_quality) (j_compress_ptr cinfo, int quality, boolean force_baseline); 91 FUNCTION_LOADER(jpeg_finish_decompress, boolean (*) (j_decompress_ptr cinfo)) in IMG_InitJPG() 95 FUNCTION_LOADER(jpeg_start_decompress, boolean (*) (j_decompress_ptr cinfo)) in IMG_InitJPG() 208 static boolean fill_input_buffer (j_decompress_ptr cinfo) in fill_input_buffer() [all …]
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtgamebar.cpp | 70 boolean *value) = 0; 73 boolean *value) = 0; 118 boolean isInputRedirected = 0;
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/ |
A D | ras2tif.c | 51 typedef int boolean; typedef 56 boolean Verbose = False; 57 boolean dummyinput = False;
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/ |
A D | cjpeg.c | 77 static boolean is_targa; /* records user -targa switch */ 213 int last_file_arg_seen, boolean for_real) in parse_switches() 225 boolean force_baseline; in parse_switches() 226 boolean simple_progressive; in parse_switches() 304 static boolean printed_version = FALSE; in parse_switches()
|
/AliOS-Things-master/components/jsoncpp/ |
A D | meson_options.txt | 3 type : 'boolean',
|