OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jvirt_sarray_ptr
(Results
1 - 9
of
9
) sorted by null
/external/jpeg/
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;
536
result = (
jvirt_sarray_ptr
) alloc_small(cinfo, pool_id,
589
jvirt_sarray_ptr
sptr;
690
do_sarray_io (j_common_ptr cinfo,
jvirt_sarray_ptr
ptr, boolean writing)
756
access_virt_sarray (j_common_ptr cinfo,
jvirt_sarray_ptr
ptr,
[
all
...]
jpeglib.h
816
typedef struct jvirt_sarray_control *
jvirt_sarray_ptr
;
typedef in typeref:struct:jvirt_sarray_control
[
all
...]
jcmainct.c
46
jvirt_sarray_ptr
whole_image[MAX_COMPONENTS];
jdpostct.c
34
jvirt_sarray_ptr
whole_image; /* virtual array, or NULL if one-pass */
wrrle.c
56
jvirt_sarray_ptr
image; /* virtual array to store the output image */
rdrle.c
68
jvirt_sarray_ptr
image; /* virtual array to hold the image */
rdbmp.c
59
jvirt_sarray_ptr
whole_image; /* Needed to reverse row order */
rdtarga.c
55
jvirt_sarray_ptr
whole_image; /* Needed if funny input row order */
wrbmp.c
49
jvirt_sarray_ptr
whole_image; /* needed to reverse row order */
Completed in 2946 milliseconds