OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:png_libpng_ver
(Results
1 - 7
of
7
) sorted by null
/external/libpng/
png.c
28
/*
png_libpng_ver
was changed to a function in version 1.0.5c */
29
PNG_CONST char
png_libpng_ver
[18] = PNG_LIBPNG_VER_STRING;
variable
815
return((png_uint_32)
PNG_LIBPNG_VER
);
png.h
277
*
PNG_LIBPNG_VER
macro, which is not used within libpng but is available
518
#define
PNG_LIBPNG_VER
10246 /* 1.2.46 */
606
PNG_EXPORT_VAR (PNG_CONST char)
png_libpng_ver
[18];
609
#define
png_libpng_ver
png_get_header_ver(NULL)
macro
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
png.c
22
/*
png_libpng_ver
was changed to a function in version 1.0.5c */
23
PNG_CONST char
png_libpng_ver
[18] = PNG_LIBPNG_VER_STRING;
variable
817
return((png_uint_32)
PNG_LIBPNG_VER
);
png.h
162
*
PNG_LIBPNG_VER
macro, which is not used within libpng but is available
399
#define
PNG_LIBPNG_VER
10219 /* 1.2.19 */
487
PNG_EXPORT_VAR (PNG_CONST char)
png_libpng_ver
[18];
490
#define
png_libpng_ver
png_get_header_ver(NULL)
macro
[
all
...]
/external/chromium_org/third_party/libpng/
png.c
27
/*
png_libpng_ver
was changed to a function in version 1.0.5c */
28
PNG_CONST char
png_libpng_ver
[18] = PNG_LIBPNG_VER_STRING;
variable
814
return((png_uint_32)
PNG_LIBPNG_VER
);
png.h
274
*
PNG_LIBPNG_VER
macro, which is not used within libpng but is available
515
#define
PNG_LIBPNG_VER
10245 /* 1.2.45 */
603
PNG_EXPORT_VAR (PNG_CONST char)
png_libpng_ver
[18];
606
#define
png_libpng_ver
png_get_header_ver(NULL)
macro
[
all
...]
/ndk/tests/build/issue20862-libpng-O0/jni/
png.h
188
*
PNG_LIBPNG_VER
macro, which is not used within libpng but is available
433
#define
PNG_LIBPNG_VER
10513 /* 1.5.13 */
504
#define
png_libpng_ver
png_get_header_ver(NULL)
macro
[
all
...]
Completed in 49 milliseconds