OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_DITHER_BLUE_BITS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libpng/
pngrtran.c
483
PNG_DITHER_BLUE_BITS
;
486
int num_blue = (1 <<
PNG_DITHER_BLUE_BITS
);
501
int b = (palette[i].blue >> (8 -
PNG_DITHER_BLUE_BITS
));
507
int index_r = (ir << (
PNG_DITHER_BLUE_BITS
+
516
int index_g = index_r | (ig <<
PNG_DITHER_BLUE_BITS
);
[
all
...]
pngconf.h
461
#ifndef
PNG_DITHER_BLUE_BITS
462
# define
PNG_DITHER_BLUE_BITS
5
[
all
...]
Completed in 5386 milliseconds