CoverageTable.h File Reference

Coverage table include file. More...


Defines

#define PIXEL_COVERAGE(a)


Detailed Description

Coverage table include file.

Scanline edge-flag algorithm for antialiasing
Copyright (c) 2005-2007 Kiia Kallio

http://mlab.uiah.fi/~kkallio/antialiasing/

This code is distributed under the three-clause BSD license. Read the LICENSE file or visit the URL above for details.

Id
Date
Revision

Define Documentation

#define PIXEL_COVERAGE  ) 
 

Value:

(((a) & 1) + (((a) >> 1) & 1) + (((a) >> 2) & 1) + (((a) >> 3) & 1) +\
                           (((a) >> 4) & 1) + (((a) >> 5) & 1) + (((a) >> 6) & 1) + (((a) >> 7) & 1))


Generated on Fri Aug 3 00:44:29 2007 for Scanline edge-flag algorithm for antialiasing by  doxygen 1.4.6-NO