#include "saveeps.h"Go to the source code of this file.
Classes | |
| class | AIEPSGradientScanRenderRegion |
| RenderRegion used to scan through the tree, looking for gradient fills to be cached for Illustrator export. More... | |
| class | ListFill |
| Relatively generic Gradient Fill holder class, so that gradient fills can be stored in a linked list (mainly used while scanning for grad fills). More... | |
| class | AIEPSRenderRegion |
| A render region for exporting EPS files in Adobe Illustrator 7.0 EPS format. More... | |
Variables | |
| const TCHAR | LinearGradient [] = _T("Linear Gradient") |
| const TCHAR | RadialGradient [] = _T("Radial Gradient") |
| const INT32 | LinearFill = 0 |
| const INT32 | RadialFill = 1 |
| const INT32 | NumFillEmulationSteps = 5 |
|
|
Definition at line 110 of file ai_epsrr.h. |
|
|
Definition at line 108 of file ai_epsrr.h. |
|
|
Definition at line 116 of file ai_epsrr.h. |
|
|
Definition at line 111 of file ai_epsrr.h. |
|
|
Definition at line 109 of file ai_epsrr.h. |
1.4.4