/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jdpostct.c | 35 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member 89 ((j_common_ptr) cinfo, post->whole_image, in start_pass_dpost() 102 if (post->whole_image == NULL) in start_pass_dpost() 108 if (post->whole_image == NULL) in start_pass_dpost() 171 ((j_common_ptr) cinfo, post->whole_image, in post_process_prepass() 215 ((j_common_ptr) cinfo, post->whole_image, in post_process_2pass() 260 post->whole_image = NULL; /* flag for no virtual arrays */ in jinit_d_post_controller() 274 post->whole_image = (*cinfo->mem->request_virt_sarray) in jinit_d_post_controller()
|
D | fpdfapi_jcmainct.c | 47 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member 86 if (main->whole_image[0] != NULL) in start_pass_main() 95 if (main->whole_image[0] == NULL) in start_pass_main() 185 ((j_common_ptr) cinfo, main->whole_image[ci], in process_data_buffer_main() 271 main->whole_image[ci] = (*cinfo->mem->request_virt_sarray) in jinit_c_main_controller() 283 main->whole_image[0] = NULL; /* flag for no virtual arrays */ in jinit_c_main_controller()
|
D | fpdfapi_jccoefct.c | 55 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member 110 if (coef->whole_image[0] != NULL) in start_pass_coef() 116 if (coef->whole_image[0] == NULL) in start_pass_coef() 121 if (coef->whole_image[0] == NULL) in start_pass_coef() 261 ((j_common_ptr) cinfo, coef->whole_image[ci], in compress_first_pass() 359 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output() 426 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_c_coef_controller() 448 coef->whole_image[0] = NULL; /* flag for no virtual arrays */ in jinit_c_coef_controller()
|
D | fpdfapi_jdcoefct.c | 53 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member 259 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in consume_data() 345 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_data() 521 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data() 528 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data() 708 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_d_coef_controller() 718 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */ in jinit_d_coef_controller()
|
D | fpdfapi_jctrans.c | 218 jvirt_barray_ptr * whole_image; member 296 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output() 379 coef->whole_image = coef_arrays; in transencode_coef_controller()
|
/external/jpeg/ |
D | jdpostct.c | 34 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member 88 ((j_common_ptr) cinfo, post->whole_image, in start_pass_dpost() 101 if (post->whole_image == NULL) in start_pass_dpost() 107 if (post->whole_image == NULL) in start_pass_dpost() 170 ((j_common_ptr) cinfo, post->whole_image, in post_process_prepass() 214 ((j_common_ptr) cinfo, post->whole_image, in post_process_2pass() 259 post->whole_image = NULL; /* flag for no virtual arrays */ in jinit_d_post_controller() 273 post->whole_image = (*cinfo->mem->request_virt_sarray) in jinit_d_post_controller()
|
D | jcmainct.c | 46 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member 85 if (main->whole_image[0] != NULL) in start_pass_main() 94 if (main->whole_image[0] == NULL) in start_pass_main() 184 ((j_common_ptr) cinfo, main->whole_image[ci], in process_data_buffer_main() 270 main->whole_image[ci] = (*cinfo->mem->request_virt_sarray) in jinit_c_main_controller() 282 main->whole_image[0] = NULL; /* flag for no virtual arrays */ in jinit_c_main_controller()
|
D | jccoefct.c | 54 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member 109 if (coef->whole_image[0] != NULL) in start_pass_coef() 115 if (coef->whole_image[0] == NULL) in start_pass_coef() 120 if (coef->whole_image[0] == NULL) in start_pass_coef() 260 ((j_common_ptr) cinfo, coef->whole_image[ci], in compress_first_pass() 358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output() 425 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_c_coef_controller() 447 coef->whole_image[0] = NULL; /* flag for no virtual arrays */ in jinit_c_coef_controller()
|
D | rdbmp.c | 59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member 132 ((j_common_ptr) cinfo, source->whole_image, in get_8bit_row() 161 ((j_common_ptr) cinfo, source->whole_image, in get_24bit_row() 205 ((j_common_ptr) cinfo, source->whole_image, in preload_image() 384 source->whole_image = (*cinfo->mem->request_virt_sarray) in start_input_bmp()
|
D | wrbmp.c | 49 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ member 83 ((j_common_ptr) cinfo, dest->whole_image, in put_pixel_rows() 118 ((j_common_ptr) cinfo, dest->whole_image, in put_gray_rows() 368 ((j_common_ptr) cinfo, dest->whole_image, row-1, (JDIMENSION) 1, FALSE); in finish_output_bmp() 425 dest->whole_image = (*cinfo->mem->request_virt_sarray) in jinit_write_bmp()
|
D | rdtarga.c | 55 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member 285 ((j_common_ptr) cinfo, source->whole_image, in get_memory_row() 314 ((j_common_ptr) cinfo, source->whole_image, row, (JDIMENSION) 1, TRUE); in preload_image() 424 source->whole_image = (*cinfo->mem->request_virt_sarray) in start_input_tga() 436 source->whole_image = NULL; in start_input_tga()
|
D | jdcoefct.c | 52 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member 269 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in consume_data() 484 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in consume_data_build_huffman_index_progressive() 583 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_data() 773 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data() 780 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data() 959 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_d_coef_controller() 969 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */ in jinit_d_coef_controller() 1009 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_d_coef_controller() 1019 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */ in jinit_d_coef_controller()
|
D | jctrans.c | 217 jvirt_barray_ptr * whole_image; member 295 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output() 378 coef->whole_image = coef_arrays; in transencode_coef_controller()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |