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 - 6
of
6
) 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
...]
/external/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
465
#ifndef
PNG_DITHER_BLUE_BITS
466
# define
PNG_DITHER_BLUE_BITS
5
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngrtran.c
455
PNG_DITHER_BLUE_BITS
;
458
int num_blue = (1 <<
PNG_DITHER_BLUE_BITS
);
477
int b = (palette[i].blue >> (8 -
PNG_DITHER_BLUE_BITS
));
483
int index_r = (ir << (
PNG_DITHER_BLUE_BITS
+ PNG_DITHER_GREEN_BITS));
491
int index_g = index_r | (ig <<
PNG_DITHER_BLUE_BITS
);
[
all
...]
pngconf.h
413
#ifndef
PNG_DITHER_BLUE_BITS
414
# define
PNG_DITHER_BLUE_BITS
5
[
all
...]
Completed in 415 milliseconds