Searched refs:jvirt_sarray_ptr (Results 1 – 14 of 14) 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 */
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jmemmgr.c | 131 jvirt_sarray_ptr virt_sarray_list; 165 jvirt_sarray_ptr next; /* link to next virtual sarray control block */ 525 METHODDEF(jvirt_sarray_ptr) 532 jvirt_sarray_ptr result; in request_virt_sarray() 539 result = (jvirt_sarray_ptr) alloc_small(cinfo, pool_id, in request_virt_sarray() 592 jvirt_sarray_ptr sptr; in realize_virt_arrays() 693 do_sarray_io (j_common_ptr cinfo, jvirt_sarray_ptr ptr, boolean writing) in do_sarray_io() 759 access_virt_sarray (j_common_ptr cinfo, jvirt_sarray_ptr ptr, in access_virt_sarray() 950 jvirt_sarray_ptr sptr; in free_pool()
|
D | jpeglib.h | 819 typedef struct jvirt_sarray_control * jvirt_sarray_ptr; typedef 835 JMETHOD(jvirt_sarray_ptr, request_virt_sarray, (j_common_ptr cinfo, 849 jvirt_sarray_ptr ptr,
|
D | fpdfapi_jcmainct.c | 47 jvirt_sarray_ptr whole_image[MAX_COMPONENTS];
|
D | fpdfapi_jdpostct.c | 35 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
D | jpeglib.h | 819 typedef struct jvirt_sarray_control * jvirt_sarray_ptr; typedef 835 JMETHOD(jvirt_sarray_ptr, request_virt_sarray, (j_common_ptr cinfo, 849 jvirt_sarray_ptr ptr,
|