OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c565_g
(Results
1 - 1
of
1
) sorted by null
/external/ImageMagick/coders/
dds.c
718
#define
C565_g
(x) (((x) & 0x07E0) >> 5)
722
#define C565_green(x) ( (
C565_g
(x) << 2 |
C565_g
(x) >> 4))
[
all
...]
Completed in 4312 milliseconds