OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_ZBUF_SIZE
(Results
1 - 12
of
12
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pnglibconf.h
17
#define
PNG_ZBUF_SIZE
8192
pngpriv.h
227
#if (
PNG_ZBUF_SIZE
> 65536L) && defined(PNG_MAX_MALLOC_64K)
228
# undef
PNG_ZBUF_SIZE
229
# define
PNG_ZBUF_SIZE
65536L
[
all
...]
/external/chromium_org/third_party/libpng/
pngconf.h
102
#ifndef
PNG_ZBUF_SIZE
103
# define
PNG_ZBUF_SIZE
8192
[
all
...]
pngread.c
157
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
321
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
[
all
...]
pngwrite.c
572
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
722
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
[
all
...]
/external/libpng/
pngconf.h
106
#ifndef
PNG_ZBUF_SIZE
107
# define
PNG_ZBUF_SIZE
8192
[
all
...]
pngread.c
157
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
325
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
[
all
...]
pngtest.c
21
* 2) when the maximum IDAT size (
PNG_ZBUF_SIZE
in pngconf.h) is not 8192.
[
all
...]
pngwrite.c
572
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
722
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngconf.h
99
#ifndef
PNG_ZBUF_SIZE
100
# define
PNG_ZBUF_SIZE
8192
[
all
...]
pngread.c
139
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
293
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
[
all
...]
pngwrite.c
534
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
690
png_ptr->zbuf_size =
PNG_ZBUF_SIZE
;
[
all
...]
Completed in 54 milliseconds