#include "camtypes.h"#include "ppbrush.h"#include "brshcomp.h"#include "pathproc.h"#include "attrmap.h"#include "brushref.h"#include "ndbldpth.h"#include "qualattr.h"#include "cxftags.h"#include "progress.h"#include "mtrand.h"#include "pen.h"#include "brshbeca.h"#include "lineattr.h"#include "cnamecol.h"#include "samplist.h"#include "scanrr.h"#include "valfunc.h"#include "strkattr.h"#include "ophist.h"Go to the source code of this file.
Functions | |
| DECLARE_SOURCE ("$Revision: 1328 $") | |
| CC_IMPLEMENT_DYNAMIC (PathProcessorBrush, PathProcessor) | |
| PORTNOTE ("other","Removed BrushSubRenderContext - derived from SubRenderContext") CC_IMPLEMENT_DYNCREATE(BrushSubRenderContext | |
Variables | |
| SubRenderContext | |
| const double | MAX_RANDOM_FACTOR = 2.0 |
| const double | MIN_RANDOM_FACTOR = 1.0 |
| const double | MIN_ROTATION_RANDOM_FACTOR = 1.0 |
| const double | MAX_ROTATION_RANDOM_FACTOR = 1.0 |
| const UINT32 | MAX_RANDOM_AMOUNT = 100 |
| const UINT32 | MIN_RANDOM_AMOUNT = 0 |
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 157 of file ppbrush.cpp. |
|
|
Definition at line 153 of file ppbrush.cpp. |
|
|
Definition at line 156 of file ppbrush.cpp. |
|
|
Definition at line 158 of file ppbrush.cpp. |
|
|
Definition at line 154 of file ppbrush.cpp. |
|
|
Definition at line 155 of file ppbrush.cpp. |
|
|
Definition at line 147 of file ppbrush.cpp. |
1.4.4