OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_FLAG_CRC_ANCILLARY_USE
(Results
1 - 8
of
8
) sorted by null
/external/libpng/
pngpriv.h
678
#define
PNG_FLAG_CRC_ANCILLARY_USE
0x0100U
702
#define PNG_FLAG_CRC_ANCILLARY_MASK (
PNG_FLAG_CRC_ANCILLARY_USE
| \
[
all
...]
pngrtran.c
69
png_ptr->flags |=
PNG_FLAG_CRC_ANCILLARY_USE
;
74
png_ptr->flags |=
PNG_FLAG_CRC_ANCILLARY_USE
|
[
all
...]
pngrutil.c
260
(
PNG_FLAG_CRC_ANCILLARY_USE
| PNG_FLAG_CRC_ANCILLARY_NOWARN))
[
all
...]
png.c
146
(
PNG_FLAG_CRC_ANCILLARY_USE
| PNG_FLAG_CRC_ANCILLARY_NOWARN))
[
all
...]
/external/pdfium/third_party/libpng16/
pngpriv.h
623
#define
PNG_FLAG_CRC_ANCILLARY_USE
0x0100
647
#define PNG_FLAG_CRC_ANCILLARY_MASK (
PNG_FLAG_CRC_ANCILLARY_USE
| \
[
all
...]
pngrtran.c
68
png_ptr->flags |=
PNG_FLAG_CRC_ANCILLARY_USE
;
73
png_ptr->flags |=
PNG_FLAG_CRC_ANCILLARY_USE
|
[
all
...]
pngrutil.c
257
(
PNG_FLAG_CRC_ANCILLARY_USE
| PNG_FLAG_CRC_ANCILLARY_NOWARN))
[
all
...]
png.c
126
(
PNG_FLAG_CRC_ANCILLARY_USE
| PNG_FLAG_CRC_ANCILLARY_NOWARN))
[
all
...]
Completed in 174 milliseconds