Searched refs:jvirt_sarray_ptr (Results 1 – 9 of 9) sorted by relevance
/external/jpeg/ |
D | jmemmgr.c | 128 jvirt_sarray_ptr virt_sarray_list; 162 jvirt_sarray_ptr next; /* link to next virtual sarray control block */ 522 METHODDEF(jvirt_sarray_ptr) 529 jvirt_sarray_ptr result; in request_virt_sarray() 536 result = (jvirt_sarray_ptr) alloc_small(cinfo, pool_id, in request_virt_sarray() 589 jvirt_sarray_ptr sptr; in realize_virt_arrays() 690 do_sarray_io (j_common_ptr cinfo, jvirt_sarray_ptr ptr, boolean writing) in do_sarray_io() 756 access_virt_sarray (j_common_ptr cinfo, jvirt_sarray_ptr ptr, in access_virt_sarray() 947 jvirt_sarray_ptr sptr; in free_pool()
|
D | jpeglib.h | 816 typedef struct jvirt_sarray_control * jvirt_sarray_ptr; typedef 832 JMETHOD(jvirt_sarray_ptr, request_virt_sarray, (j_common_ptr cinfo, 846 jvirt_sarray_ptr ptr,
|
D | jcmainct.c | 46 jvirt_sarray_ptr whole_image[MAX_COMPONENTS];
|
D | jdpostct.c | 34 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */
|
D | wrrle.c | 56 jvirt_sarray_ptr image; /* virtual array to store the output image */
|
D | rdrle.c | 68 jvirt_sarray_ptr image; /* virtual array to hold the image */
|
D | rdbmp.c | 59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */
|
D | wrbmp.c | 49 jvirt_sarray_ptr whole_image; /* needed to reverse row order */
|
D | rdtarga.c | 55 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */
|