OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PNG_ZBUF_SIZE
(Results
1 - 5
of
5
) 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/qemu/distrib/libpng-1.2.19/
pngconf.h
99
#ifndef
PNG_ZBUF_SIZE
100
# define
PNG_ZBUF_SIZE
8192
[
all
...]
/external/chromium_org/third_party/libpng/
pngconf.h
102
#ifndef
PNG_ZBUF_SIZE
103
# define
PNG_ZBUF_SIZE
8192
[
all
...]
/external/libpng/
pngconf.h
106
#ifndef
PNG_ZBUF_SIZE
107
# define
PNG_ZBUF_SIZE
8192
[
all
...]
Completed in 43 milliseconds