/external/libjpeg-turbo/ |
D | jdpostct.c | 37 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 | 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 | 64 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member 137 ((j_common_ptr) cinfo, source->whole_image, in get_8bit_row() 166 ((j_common_ptr) cinfo, source->whole_image, in get_24bit_row() 197 ((j_common_ptr) cinfo, source->whole_image, in get_32bit_row() 240 ((j_common_ptr) cinfo, source->whole_image, in preload_image() 428 source->whole_image = (*cinfo->mem->request_virt_sarray) in start_input_bmp()
|
D | rdtarga.c | 58 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member 287 ((j_common_ptr) cinfo, source->whole_image, in get_memory_row() 316 ((j_common_ptr) cinfo, source->whole_image, row, (JDIMENSION) 1, TRUE); in preload_image() 427 source->whole_image = (*cinfo->mem->request_virt_sarray) in start_input_tga() 439 source->whole_image = NULL; in start_input_tga()
|
D | wrbmp.c | 54 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ member 97 ((j_common_ptr) cinfo, dest->whole_image, in put_pixel_rows() 151 ((j_common_ptr) cinfo, dest->whole_image, in put_gray_rows() 407 ((j_common_ptr) cinfo, dest->whole_image, row-1, (JDIMENSION) 1, FALSE); in finish_output_bmp() 476 dest->whole_image = (*cinfo->mem->request_virt_sarray) in jinit_write_bmp()
|
D | jdcoefct.c | 205 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in consume_data() 291 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_data() 471 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data() 478 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data() 659 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_d_coef_controller() 669 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */ in jinit_d_coef_controller()
|
D | jctrans.c | 231 jvirt_barray_ptr *whole_image; member 309 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output() 392 coef->whole_image = coef_arrays; in transencode_coef_controller()
|
D | jdcoefct.h | 48 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_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 | fpdfapi_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 | fpdfapi_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 | fpdfapi_jdcoefct.c | 52 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member 258 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in consume_data() 344 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_data() 520 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data() 527 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data() 707 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_d_coef_controller() 717 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */ in jinit_d_coef_controller()
|
D | fpdfapi_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 ... |
/external/deqp/external/vulkancts/mustpass/1.0.1/ |
D | vk-default.txt | 3367 dEQP-VK.api.copy_and_blit.image_to_image.simple_tests.whole_image
|
/external/deqp/external/vulkancts/mustpass/1.0.2/ |
D | vk-default.txt | 5591 dEQP-VK.api.copy_and_blit.image_to_image.simple_tests.whole_image
|
/external/deqp/android/cts/master/ |
D | vk-master.txt | 5594 dEQP-VK.api.copy_and_blit.image_to_image.simple_tests.whole_image
|