Searched refs:jvirt_sarray_ptr (Results 1 – 7 of 7) sorted by relevance
/external/libjpeg-turbo/ |
D | jmemmgr.c | 138 jvirt_sarray_ptr virt_sarray_list; 172 jvirt_sarray_ptr next; /* link to next virtual sarray control block */ 577 METHODDEF(jvirt_sarray_ptr) 584 jvirt_sarray_ptr result; in request_virt_sarray() 591 result = (jvirt_sarray_ptr)alloc_small(cinfo, pool_id, in request_virt_sarray() 644 jvirt_sarray_ptr sptr; in realize_virt_arrays() 753 do_sarray_io(j_common_ptr cinfo, jvirt_sarray_ptr ptr, boolean writing) in do_sarray_io() 819 access_virt_sarray(j_common_ptr cinfo, jvirt_sarray_ptr ptr, in access_virt_sarray() 1008 jvirt_sarray_ptr sptr; in free_pool()
|
D | jpeglib.h | 835 typedef struct jvirt_sarray_control *jvirt_sarray_ptr; typedef 848 jvirt_sarray_ptr (*request_virt_sarray) (j_common_ptr cinfo, int pool_id, 859 JSAMPARRAY (*access_virt_sarray) (j_common_ptr cinfo, jvirt_sarray_ptr ptr,
|
D | jdpostct.c | 37 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */
|
D | rdtarga.c | 50 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */
|
D | wrbmp.c | 55 jvirt_sarray_ptr whole_image; /* needed to reverse row order */
|
D | rdgif.c | 121 jvirt_sarray_ptr interlaced_image; /* full image in interlaced order */
|
D | rdbmp.c | 60 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */
|