OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_READ_BGR_SUPPORTED
(Results
1 - 22
of
22
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pnglibconf.h
116
#define
PNG_READ_BGR_SUPPORTED
1
pngpriv.h
[
all
...]
png.h
[
all
...]
pngrtran.c
[
all
...]
/external/chromium_org/third_party/libpng/
pngtrans.c
19
#if defined(
PNG_READ_BGR_SUPPORTED
) || defined(PNG_WRITE_BGR_SUPPORTED)
582
#if defined(
PNG_READ_BGR_SUPPORTED
) || defined(PNG_WRITE_BGR_SUPPORTED)
658
#endif /*
PNG_READ_BGR_SUPPORTED
or PNG_WRITE_BGR_SUPPORTED */
pngconf.h
608
# define
PNG_READ_BGR_SUPPORTED
[
all
...]
pngread.c
639
#if defined(PNG_WRITE_BGR_SUPPORTED) && !defined(
PNG_READ_BGR_SUPPORTED
)
641
png_warning(png_ptr, "
PNG_READ_BGR_SUPPORTED
is not defined.");
[
all
...]
pngwrite.c
832
#if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(
PNG_READ_BGR_SUPPORTED
)
[
all
...]
png.h
[
all
...]
pngrtran.c
[
all
...]
/external/libpng/
pngtrans.c
19
#if defined(
PNG_READ_BGR_SUPPORTED
) || defined(PNG_WRITE_BGR_SUPPORTED)
582
#if defined(
PNG_READ_BGR_SUPPORTED
) || defined(PNG_WRITE_BGR_SUPPORTED)
658
#endif /*
PNG_READ_BGR_SUPPORTED
or PNG_WRITE_BGR_SUPPORTED */
pngconf.h
612
# define
PNG_READ_BGR_SUPPORTED
[
all
...]
pngread.c
648
#if defined(PNG_WRITE_BGR_SUPPORTED) && !defined(
PNG_READ_BGR_SUPPORTED
)
650
png_warning(png_ptr, "
PNG_READ_BGR_SUPPORTED
is not defined.");
[
all
...]
pngwrite.c
832
#if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(
PNG_READ_BGR_SUPPORTED
)
[
all
...]
png.h
[
all
...]
pngrtran.c
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngtrans.c
15
#if defined(
PNG_READ_BGR_SUPPORTED
) || defined(PNG_WRITE_BGR_SUPPORTED)
549
#if defined(
PNG_READ_BGR_SUPPORTED
) || defined(PNG_WRITE_BGR_SUPPORTED)
624
#endif /*
PNG_READ_BGR_SUPPORTED
or PNG_WRITE_BGR_SUPPORTED */
pngconf.h
559
# define
PNG_READ_BGR_SUPPORTED
[
all
...]
pngread.c
608
#if defined(PNG_WRITE_BGR_SUPPORTED) && !defined(
PNG_READ_BGR_SUPPORTED
)
610
png_warning(png_ptr, "
PNG_READ_BGR_SUPPORTED
is not defined.");
[
all
...]
png.h
[
all
...]
pngwrite.c
794
#if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(
PNG_READ_BGR_SUPPORTED
)
[
all
...]
pngrtran.c
[
all
...]
Completed in 51 milliseconds