Home
last modified time | relevance | path

Searched defs:GREEN_VALUE (Results 1 – 4 of 4) sorted by relevance

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Dgfx2d.h38 #define GREEN_VALUE(col) (((col) >> 8) &255) macro
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dgfx2d.h32 #define GREEN_VALUE(col) (((col) >> 8) &255) macro
/dports/x11-toolkits/movingmotif/movingmotif-2.3.0/demo/mindsrc/
H A DimageComp.c60 #define GREEN_VALUE(P) (((P) & 0x03e0) >> 2) macro
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DimageComp.c97 #define GREEN_VALUE(P) (((P) & 0x03e0) >> 2) macro