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 - 10
of
10
) sorted by null
/external/opencv3/3rdparty/libpng/
pnglibconf.h
35
#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
...]
/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/libpng/
pnglibconf.h
191
#define PNG_IDAT_READ_SIZE
PNG_ZBUF_SIZE
207
#define
PNG_ZBUF_SIZE
8192
pngpriv.h
391
#if (
PNG_ZBUF_SIZE
> 65536L) && defined(PNG_MAX_MALLOC_64K)
392
# undef
PNG_ZBUF_SIZE
393
# define
PNG_ZBUF_SIZE
65536L
[
all
...]
pngtest.c
21
* 2) when the maximum IDAT size (
PNG_ZBUF_SIZE
in pngconf.h) is not 8192.
86
#ifndef
PNG_ZBUF_SIZE
87
# define
PNG_ZBUF_SIZE
8192
[
all
...]
/external/pdfium/third_party/lpng_v163/
pnglibconf.h
194
#define PNG_IDAT_READ_SIZE
PNG_ZBUF_SIZE
203
#define
PNG_ZBUF_SIZE
8192
pngpriv.h
316
#if (
PNG_ZBUF_SIZE
> 65536L) && defined(PNG_MAX_MALLOC_64K)
317
# undef
PNG_ZBUF_SIZE
318
# define
PNG_ZBUF_SIZE
65536L
[
all
...]
/external/skia/third_party/libpng/
pnglibconf.h
191
#define PNG_IDAT_READ_SIZE
PNG_ZBUF_SIZE
207
#define
PNG_ZBUF_SIZE
8192
Completed in 1364 milliseconds