/external/jpeg/ |
jdpostct.c | 34 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member in struct:__anon19634 88 ((j_common_ptr) cinfo, post->whole_image, 101 if (post->whole_image == NULL) 107 if (post->whole_image == NULL) 170 ((j_common_ptr) cinfo, post->whole_image, 214 ((j_common_ptr) cinfo, post->whole_image, 259 post->whole_image = NULL; /* flag for no virtual arrays */ 273 post->whole_image = (*cinfo->mem->request_virt_sarray)
|
jcmainct.c | 46 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon19606 85 if (main->whole_image[0] != NULL) 94 if (main->whole_image[0] == NULL) 184 ((j_common_ptr) cinfo, main->whole_image[ci], 270 main->whole_image[ci] = (*cinfo->mem->request_virt_sarray) 282 main->whole_image[0] = NULL; /* flag for no virtual arrays */
|
jccoefct.c | 54 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon19599 109 if (coef->whole_image[0] != NULL) 115 if (coef->whole_image[0] == NULL) 120 if (coef->whole_image[0] == NULL) 260 ((j_common_ptr) cinfo, coef->whole_image[ci], 358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], 425 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) 447 coef->whole_image[0] = NULL; /* flag for no virtual arrays */
|
rdbmp.c | 59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member in struct:_bmp_source_struct 113 * The image has been read into the whole_image array, but is otherwise 132 ((j_common_ptr) cinfo, source->whole_image, 161 ((j_common_ptr) cinfo, source->whole_image, 181 * This method loads the image into whole_image during the first call on 205 ((j_common_ptr) cinfo, source->whole_image, 384 source->whole_image = (*cinfo->mem->request_virt_sarray)
|
rdtarga.c | 55 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member in struct:_tga_source_struct 268 * row order. The entire image has already been read into whole_image 285 ((j_common_ptr) cinfo, source->whole_image, 294 * This method loads the image into whole_image during the first call on 314 ((j_common_ptr) cinfo, source->whole_image, row, (JDIMENSION) 1, TRUE); 424 source->whole_image = (*cinfo->mem->request_virt_sarray) 436 source->whole_image = NULL;
|
wrbmp.c | 49 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ member in struct:__anon19666 83 ((j_common_ptr) cinfo, dest->whole_image, 118 ((j_common_ptr) cinfo, dest->whole_image, 368 ((j_common_ptr) cinfo, dest->whole_image, row-1, (JDIMENSION) 1, FALSE); 425 dest->whole_image = (*cinfo->mem->request_virt_sarray)
|
jdcoefct.c | 52 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon19617 269 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], 484 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], 583 ((j_common_ptr) cinfo, coef->whole_image[ci], 773 ((j_common_ptr) cinfo, coef->whole_image[ci], 780 ((j_common_ptr) cinfo, coef->whole_image[ci], [all...] |
jctrans.c | 217 jvirt_barray_ptr * whole_image; member in struct:__anon19614 295 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], 378 coef->whole_image = coef_arrays;
|
/external/qemu/distrib/jpeg-6b/ |
jdpostct.c | 34 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member in struct:__anon24899 88 ((j_common_ptr) cinfo, post->whole_image, 101 if (post->whole_image == NULL) 107 if (post->whole_image == NULL) 170 ((j_common_ptr) cinfo, post->whole_image, 214 ((j_common_ptr) cinfo, post->whole_image, 259 post->whole_image = NULL; /* flag for no virtual arrays */ 273 post->whole_image = (*cinfo->mem->request_virt_sarray)
|
jcmainct.c | 46 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon24871 85 if (main->whole_image[0] != NULL) 94 if (main->whole_image[0] == NULL) 184 ((j_common_ptr) cinfo, main->whole_image[ci], 270 main->whole_image[ci] = (*cinfo->mem->request_virt_sarray) 282 main->whole_image[0] = NULL; /* flag for no virtual arrays */
|
jccoefct.c | 54 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon24864 109 if (coef->whole_image[0] != NULL) 115 if (coef->whole_image[0] == NULL) 120 if (coef->whole_image[0] == NULL) 260 ((j_common_ptr) cinfo, coef->whole_image[ci], 358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], 425 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) 447 coef->whole_image[0] = NULL; /* flag for no virtual arrays */
|
rdbmp.c | 59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member in struct:_bmp_source_struct 113 * The image has been read into the whole_image array, but is otherwise 132 ((j_common_ptr) cinfo, source->whole_image, 161 ((j_common_ptr) cinfo, source->whole_image, 181 * This method loads the image into whole_image during the first call on 205 ((j_common_ptr) cinfo, source->whole_image, 384 source->whole_image = (*cinfo->mem->request_virt_sarray)
|
rdtarga.c | 55 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member in struct:_tga_source_struct 268 * row order. The entire image has already been read into whole_image 285 ((j_common_ptr) cinfo, source->whole_image, 294 * This method loads the image into whole_image during the first call on 314 ((j_common_ptr) cinfo, source->whole_image, row, (JDIMENSION) 1, TRUE); 424 source->whole_image = (*cinfo->mem->request_virt_sarray) 436 source->whole_image = NULL;
|
wrbmp.c | 49 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ member in struct:__anon24931 83 ((j_common_ptr) cinfo, dest->whole_image, 118 ((j_common_ptr) cinfo, dest->whole_image, 368 ((j_common_ptr) cinfo, dest->whole_image, row-1, (JDIMENSION) 1, FALSE); 425 dest->whole_image = (*cinfo->mem->request_virt_sarray)
|
jdcoefct.c | 52 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon24882 269 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], 484 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], 583 ((j_common_ptr) cinfo, coef->whole_image[ci], 773 ((j_common_ptr) cinfo, coef->whole_image[ci], 780 ((j_common_ptr) cinfo, coef->whole_image[ci], [all...] |
jctrans.c | 217 jvirt_barray_ptr * whole_image; member in struct:__anon24879 295 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], 378 coef->whole_image = coef_arrays;
|
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/ |
swt-3.5.0.jar | |
/prebuilts/tools/darwin-x86/swt/ |
swt.jar | |
/prebuilts/tools/darwin-x86_64/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86_64/swt/ |
swt.jar | |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |