fillval.cpp File Reference

(r1785/r1464)

#include "camtypes.h"
#include "grndrgn.h"
#include "osrndrgn.h"
#include "macros.h"
#include "opgrad.h"
#include "lineattr.h"
#include "attrmap.h"
#include "fracfill.h"
#include "bitmpinf.h"
#include "oilbitmap.h"
#include "progress.h"
#include "blendatt.h"
#include "colormgr.h"
#include "nodemold.h"
#include "moldpers.h"
#include "bmpcomp.h"
#include "noisef.h"
#include "pathstrk.h"
#include "fillramp.h"
#include "pathutil.h"

Go to the source code of this file.

Defines

#define new   CAM_DEBUG_NEW
#define JCW_MOULDPOINT(pAttr, Point)
#define JCW_MOULDTRANS(pAttr, Point)

Functions

 DECLARE_SOURCE ("$Revision: 1464 $")


Define Documentation

#define JCW_MOULDPOINT pAttr,
Point   ) 
 

Value:

if ((Get##Point()) != NULL)                                                         \
        {                                                                                       \
            DocCoord Moulded = pMoulder->MapCoord(Get##Point());                                \
            pAttr->Set##Point(&Moulded);                                                        \
        }

Definition at line 236 of file fillval.cpp.

#define JCW_MOULDTRANS pAttr,
Point   ) 
 

Value:

if ((Get##Point()) != NULL)                                                     \
            {                                                                                   \
                UINT32 Trans = 255 - (UINT32) ( ((double)(255 - *(Get##Point()))) * TransScale );   \
                pAttr->Set##Point(&Trans);                                                  \
            }

Definition at line 243 of file fillval.cpp.

#define new   CAM_DEBUG_NEW
 

Definition at line 208 of file fillval.cpp.


Function Documentation

DECLARE_SOURCE "$Revision: 1464 $"   ) 
 


Generated on Sat Nov 10 03:49:09 2007 for Camelot by  doxygen 1.4.4