OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_COLORSPACE_HAVE_GAMMA
(Results
1 - 5
of
5
) sorted by null
/external/libpng/
pngstruct.h
132
#define
PNG_COLORSPACE_HAVE_GAMMA
0x0001
pngget.c
652
(info_ptr->colorspace.flags &
PNG_COLORSPACE_HAVE_GAMMA
) &&
671
(info_ptr->colorspace.flags &
PNG_COLORSPACE_HAVE_GAMMA
) &&
[
all
...]
png.c
1048
if ((colorspace->flags &
PNG_COLORSPACE_HAVE_GAMMA
) != 0 &&
[
all
...]
pngread.c
[
all
...]
pngrtran.c
357
png_ptr->colorspace.flags |=
PNG_COLORSPACE_HAVE_GAMMA
;
834
png_ptr->colorspace.flags |=
PNG_COLORSPACE_HAVE_GAMMA
;
[
all
...]
Completed in 289 milliseconds