#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 $") | |
|
|
Value: if ((Get##Point()) != NULL) \ { \ DocCoord Moulded = pMoulder->MapCoord(Get##Point()); \ pAttr->Set##Point(&Moulded); \ } Definition at line 236 of file fillval.cpp. |
|
|
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. |
|
|
Definition at line 208 of file fillval.cpp. |
|
|
|
1.4.4