#include <stdio.h>#include <stdarg.h>#include "cd.h"#include "cdnative.h"#include "cdclipbd.h"#include "cdprint.h"#include "cddbuf.h"#include "cdimage.h"#include "cdirgb.h"#include "cdcgm.h"#include "cdiup.h"#include "cddgn.h"#include "cddxf.h"#include "cdemf.h"#include "cdmf.h"#include "cdps.h"#include "cdwmf.h"#include "cdgdiplus.h"#include "TeVectorRemap.h"#include "TeDecoderMemory.h"#include "TdkCDCanvas.h"#include "TdkVisual.h"#include "TdkProcessingService.h"Defines | |
| #define | TDK_THROW_NULL_CANVAS(canvas) |
| #define | TDK_KILL_CANVAS(canvas) |
Functions | |
| void | transformPaintedArea (TeBox &box, TdkMathMatrix *matrix) |
| #define TDK_KILL_CANVAS | ( | canvas | ) |
Value:
if (canvas != NULL) \
{ \
cdKillCanvas(canvas); \
canvas = NULL; \
}
| #define TDK_THROW_NULL_CANVAS | ( | canvas | ) |
Value:
if (canvas == NULL) \ throw TdkException(_TDK_DEBUG, TdkException::InvalidValue, "Invalid canvas!");
Tdk Framework
@(#) TdkCDCanvas.cpp
| void transformPaintedArea | ( | TeBox & | box, | |
| TdkMathMatrix * | matrix | |||
| ) |
1.5.2