Home
last modified time | relevance | path

Searched refs:GREEN_VALUE (Results 1 – 11 of 11) sorted by relevance

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Dgfx2d.c350 g += GREEN_VALUE(c[i]) * p[i]; in Picture_get_pixel_avg()
394 *g += GREEN_VALUE(col);
398 *g += (int)(GREEN_VALUE(col) * weight);
423 *g += (int)(GREEN_VALUE(col) * weight); in Picture_scale_x_slice()
434 *g += (int)(GREEN_VALUE(col)); in Picture_scale_x_slice()
443 *g += (int)(GREEN_VALUE(col) * weight); in Picture_scale_x_slice()
454 *g += (int)(GREEN_VALUE(col) * weight); in Picture_scale_x_slice()
H A Dgfx2d.h38 #define GREEN_VALUE(col) (((col) >> 8) &255) macro
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dgfx2d.c388 g += GREEN_VALUE(c[i]) * p[i]; in Picture_get_pixel_avg()
432 *g += GREEN_VALUE(col);
436 *g += (int)(GREEN_VALUE(col) * weight);
459 *g += (int)(GREEN_VALUE(col) * weight); in Picture_scale_x_slice()
470 *g += (int)(GREEN_VALUE(col)); in Picture_scale_x_slice()
479 *g += (int)(GREEN_VALUE(col) * weight); in Picture_scale_x_slice()
490 *g += (int)(GREEN_VALUE(col) * weight); in Picture_scale_x_slice()
H A Dgfx2d.h32 #define GREEN_VALUE(col) (((col) >> 8) &255) macro
H A Dblockbitmaps.c488 g = GREEN_VALUE(color); in Block_bitmap_set_pixel()
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DimageComp.c97 #define GREEN_VALUE(P) (((P) & 0x03e0) >> 2) macro
527 green += GREEN_VALUE(pixel) & 0xff; in ImageCompress()
/dports/x11-toolkits/movingmotif/movingmotif-2.3.0/demo/mindsrc/
H A DimageComp.c60 #define GREEN_VALUE(P) (((P) & 0x03e0) >> 2) macro
470 green += GREEN_VALUE(pixel) & 0xff; in ImageCompress()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/
H A Dbitmaps.c247 g = GREEN_VALUE(color) * g2 / 0xff; in Bitmap_blend_with_color()
526 g = GREEN_VALUE(color); in Bitmap_set_pixel()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A DwinBitmap.c224 cg = GREEN_VALUE(color);
H A Dbitmaps.c246 g = GREEN_VALUE(color) * g2 / 0xff; in Bitmap_blend_with_color()
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A DwinBitmap.c251 cg = GREEN_VALUE(color); in Winpaint_world_radar()