Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 25 of 82) sorted by relevance

1234

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djpeglib.h174 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 Djpegint.h53 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 Dtransupp.h134 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 Dcdjpeg.h122 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 Drdswitch.c39 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 Djdapistd.c24 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
38 GLOBAL(boolean)
95 LOCAL(boolean)
228 GLOBAL(boolean)
253 GLOBAL(boolean)
A Djconfig.cfg20 /* Define "boolean" as unsigned char, not enum, on Windows systems. */
23 typedef unsigned char boolean;
26 #define FALSE 0 /* values of boolean */
A Djconfig.vc19 /* Define "boolean" as unsigned char, not enum, per Windows custom */
21 typedef unsigned char boolean;
24 #define FALSE 0 /* values of boolean */
A Djccoefct.c62 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 Djdmarker.c198 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 Djchuff.c268 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 Djdatasrc.c31 boolean start_of_file; /* have we gotten any data yet? */
96 METHODDEF(boolean)
121 METHODDEF(boolean)
A Djmemmgr.c160 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 Djdapimin.c245 jpeg_read_header (j_decompress_ptr cinfo, boolean require_image) in jpeg_read_header()
337 GLOBAL(boolean)
352 GLOBAL(boolean)
372 GLOBAL(boolean)
A Djmorecfg.h309 typedef int boolean; typedef
317 typedef enum { FALSE = 0, TRUE = 1 } boolean; typedef
A Djcmainct.c34 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 Djdhuff.c232 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 Djpeglib.h174 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 Djmorecfg.h309 typedef int boolean; typedef
317 typedef enum { FALSE = 0, TRUE = 1 } boolean; typedef
A Djconfig.h24 typedef unsigned char boolean; typedef
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_jpg.c38 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 DSDL_winrtgamebar.cpp70 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 Dras2tif.c51 typedef int boolean; typedef
56 boolean Verbose = False;
57 boolean dummyinput = False;
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/
A Dcjpeg.c77 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 Dmeson_options.txt3 type : 'boolean',

Completed in 35 milliseconds

1234