OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_DITHER_GREEN_BITS
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/include/
pngconf.h
458
#ifndef
PNG_DITHER_GREEN_BITS
459
# define
PNG_DITHER_GREEN_BITS
5
[
all
...]
/external/syslinux/com32/lib/libpng/
pngrtran.c
482
int total_bits = PNG_DITHER_RED_BITS +
PNG_DITHER_GREEN_BITS
+
485
int num_green = (1 <<
PNG_DITHER_GREEN_BITS
);
500
int g = (palette[i].green >> (8 -
PNG_DITHER_GREEN_BITS
));
508
PNG_DITHER_GREEN_BITS
));
[
all
...]
Completed in 52 milliseconds