OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_READ_FILLER_SUPPORTED
(Results
1 - 14
of
14
) sorted by null
/external/libpng/
pngconf.h
633
# define
PNG_READ_FILLER_SUPPORTED
[
all
...]
pngtrans.c
107
#if defined(
PNG_READ_FILLER_SUPPORTED
) || defined(PNG_WRITE_FILLER_SUPPORTED)
pngrutil.c
[
all
...]
pngread.c
631
#if defined(PNG_WRITE_FILLER_SUPPORTED) && !defined(
PNG_READ_FILLER_SUPPORTED
)
633
png_warning(png_ptr, "
PNG_READ_FILLER_SUPPORTED
is not defined.");
[
all
...]
pngwrite.c
813
#if !defined(PNG_WRITE_FILLER_SUPPORTED) && defined(
PNG_READ_FILLER_SUPPORTED
)
[
all
...]
png.h
[
all
...]
pngrtran.c
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngconf.h
580
# define
PNG_READ_FILLER_SUPPORTED
[
all
...]
png.h
[
all
...]
pngtrans.c
92
#if defined(
PNG_READ_FILLER_SUPPORTED
) || defined(PNG_WRITE_FILLER_SUPPORTED)
pngread.c
592
#if defined(PNG_WRITE_FILLER_SUPPORTED) && !defined(
PNG_READ_FILLER_SUPPORTED
)
594
png_warning(png_ptr, "
PNG_READ_FILLER_SUPPORTED
is not defined.");
[
all
...]
pngwrite.c
778
#if !defined(PNG_WRITE_FILLER_SUPPORTED) && defined(
PNG_READ_FILLER_SUPPORTED
)
[
all
...]
pngrtran.c
[
all
...]
pngrutil.c
[
all
...]
Completed in 38 milliseconds