OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idat_size
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/libpng/
pngpread.c
330
png_ptr->
idat_size
= png_ptr->push_length;
767
png_ptr->
idat_size
= png_ptr->push_length;
769
if (png_ptr->
idat_size
&& png_ptr->save_buffer_size)
773
if (png_ptr->
idat_size
< (png_uint_32)png_ptr->save_buffer_size)
775
save_size = (png_size_t)png_ptr->
idat_size
;
778
if ((png_uint_32)save_size != png_ptr->
idat_size
)
788
png_ptr->
idat_size
-= save_size;
793
if (png_ptr->
idat_size
&& png_ptr->current_buffer_size)
797
if (png_ptr->
idat_size
< (png_uint_32)png_ptr->current_buffer_size)
799
save_size = (png_size_t)png_ptr->
idat_size
;
[
all
...]
pngread.c
484
png_ptr->
idat_size
= length;
737
while (!png_ptr->
idat_size
)
741
png_ptr->
idat_size
= png_read_chunk_header(png_ptr);
747
if (png_ptr->zbuf_size > png_ptr->
idat_size
)
748
png_ptr->zstream.avail_in = (uInt)png_ptr->
idat_size
;
751
png_ptr->
idat_size
-= png_ptr->zstream.avail_in;
757
png_ptr->
idat_size
)
[
all
...]
pngrutil.c
[
all
...]
png.h
[
all
...]
/external/libpng/
pngpread.c
330
png_ptr->
idat_size
= png_ptr->push_length;
767
png_ptr->
idat_size
= png_ptr->push_length;
769
if (png_ptr->
idat_size
&& png_ptr->save_buffer_size)
773
if (png_ptr->
idat_size
< (png_uint_32)png_ptr->save_buffer_size)
775
save_size = (png_size_t)png_ptr->
idat_size
;
778
if ((png_uint_32)save_size != png_ptr->
idat_size
)
788
png_ptr->
idat_size
-= save_size;
793
if (png_ptr->
idat_size
&& png_ptr->current_buffer_size)
797
if (png_ptr->
idat_size
< (png_uint_32)png_ptr->current_buffer_size)
799
save_size = (png_size_t)png_ptr->
idat_size
;
[
all
...]
pngread.c
488
png_ptr->
idat_size
= length;
746
while (!png_ptr->
idat_size
)
757
png_ptr->
idat_size
= png_read_chunk_header(png_ptr);
763
if (png_ptr->zbuf_size > png_ptr->
idat_size
)
764
png_ptr->zstream.avail_in = (uInt)png_ptr->
idat_size
;
767
png_ptr->
idat_size
-= png_ptr->zstream.avail_in;
773
png_ptr->
idat_size
)
931
png_ptr->
idat_size
= png_read_chunk_header(png_ptr);
935
png_seek_data(png_ptr, idat_position + IDAT_HEADER_SIZE + png_ptr->
idat_size
- bytes_left);
936
png_ptr->
idat_size
= bytes_left
[
all
...]
pngrutil.c
[
all
...]
png.h
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngpread.c
298
png_ptr->
idat_size
= png_ptr->push_length;
689
png_ptr->
idat_size
= png_ptr->push_length;
691
if (png_ptr->
idat_size
&& png_ptr->save_buffer_size)
695
if (png_ptr->
idat_size
< (png_uint_32)png_ptr->save_buffer_size)
697
save_size = (png_size_t)png_ptr->
idat_size
;
699
if((png_uint_32)save_size != png_ptr->
idat_size
)
708
png_ptr->
idat_size
-= save_size;
713
if (png_ptr->
idat_size
&& png_ptr->current_buffer_size)
717
if (png_ptr->
idat_size
< (png_uint_32)png_ptr->current_buffer_size)
719
save_size = (png_size_t)png_ptr->
idat_size
;
[
all
...]
pngread.c
461
png_ptr->
idat_size
= length;
704
while (!png_ptr->
idat_size
)
711
png_ptr->
idat_size
= png_get_uint_31(png_ptr,chunk_length);
720
if (png_ptr->zbuf_size > png_ptr->
idat_size
)
721
png_ptr->zstream.avail_in = (uInt)png_ptr->
idat_size
;
724
png_ptr->
idat_size
-= png_ptr->zstream.avail_in;
730
png_ptr->
idat_size
)
[
all
...]
pngrutil.c
[
all
...]
png.h
1178
png_uint_32
idat_size
; \/* current IDAT size for read *\/
member in struct:png_struct_def
[
all
...]
/ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h
120
png_uint_32
idat_size
; /* current IDAT size for read */
member in struct:png_struct_def
Completed in 1797 milliseconds