Searched refs:jvirt_sarray_ptr (Results 1 – 8 of 8) 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 | 829 typedef struct jvirt_sarray_control *jvirt_sarray_ptr; typedef 842 jvirt_sarray_ptr (*request_virt_sarray) (j_common_ptr cinfo, int pool_id, 853 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 | wrrle.c | 59 jvirt_sarray_ptr image; /* virtual array to store the output image */
|
D | rdrle.c | 71 jvirt_sarray_ptr image; /* virtual array to hold the image */
|
D | rdtarga.c | 60 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 | rdbmp.c | 70 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */
|