5#ifndef JAWSMAKO_CUSTOMTRANSFORM_H
6#define JAWSMAKO_CUSTOMTRANSFORM_H
26 %apply
bool & DIRECTOROUT {
bool &changed };
27 %apply
unsigned int & DIRECTOROUT {
uint32 &index };
29 %apply
bool &INOUT {
bool &changed };
30 %apply uint32_t &OUTPUT {
uint32 &index };
102 if (!genericImplementation)
123 if (!genericImplementation)
145 if (!genericImplementation)
150 return genericImplementation->
transformColor(
nullptr, color, state);
168 if (!genericImplementation)
189 if (!genericImplementation)
194 return genericImplementation->
transformImage(
nullptr, image, state);
213 if (!genericImplementation)
218 return genericImplementation->
transformNode(
nullptr, node, changed, transformChildren, state);
236 if (!genericImplementation)
241 return genericImplementation->
transformFixedPage(
nullptr, page, changed, transformChildren, state);
261 if (!genericImplementation)
266 return genericImplementation->
transformGroup(
nullptr, group, changed, transformChildren, state);
286 if (!genericImplementation)
311 if (!genericImplementation)
336 if (!genericImplementation)
341 return genericImplementation->
transformCanvas(
nullptr, canvas, changed, transformChildren, state);
360 if (!genericImplementation)
365 return genericImplementation->
transformGlyphs(
nullptr, glyphs, changed, state);
382 if (!genericImplementation)
387 return genericImplementation->
transformFont(
nullptr, font, index, state);
406 if (!genericImplementation)
411 return genericImplementation->
transformPath(
nullptr, path, changed, state);
431 if (!genericImplementation)
436 return genericImplementation->
transformVisualRoot(
nullptr, root, changed, transformChildren, state);
454 if (!genericImplementation)
459 return genericImplementation->
transformForm(
nullptr, form, changed, transformChildren, state);
477 if (!genericImplementation)
482 return genericImplementation->
transformFormInstance(
nullptr, instance, changed, transformChildren, state);
497 if (!genericImplementation)
502 return genericImplementation->
transformBrush(
nullptr, brush, usage, state);
517 if (!genericImplementation)
538 if (!genericImplementation)
559 if (!genericImplementation)
580 if (!genericImplementation)
601 if (!genericImplementation)
622 if (!genericImplementation)
643 if (!genericImplementation)
664 if (!genericImplementation)
685 if (!genericImplementation)
708 if (!genericImplementation)
729 if (!genericImplementation)
739 %clear
bool &changed;
785 bool dependsOnClipBounds =
true,
786 bool dependsOnGroupSpace =
true,
787 bool dependsOnRenderingIntent =
true,
788 bool dependsOnTransform =
true,
789 bool dependsOnBrushUsage =
true,
790 bool dependsOnEdgeMode =
true,
791 bool dependsOnUncoloredTilingBrush =
true)
794 dependsOnClipBounds, dependsOnGroupSpace, dependsOnRenderingIntent,
795 dependsOnTransform, dependsOnTransform, dependsOnBrushUsage,
796 dependsOnEdgeMode, dependsOnUncoloredTilingBrush);
846 bool dependsOnClipBounds,
847 bool dependsOnGroupSpace,
848 bool dependsOnRenderingIntent,
849 bool dependsOnTransformScale,
850 bool dependsOnTransformOffset,
851 bool dependsOnBrushUsage,
852 bool dependsOnEdgeMode,
853 bool dependsOnUncoloredTilingBrush);
EDL_API void throwEDLError(uint32 errorcode)
Utility - Throw an IEDLError exception with the given error code.
RectTmpl< double > FRect
Definition edlgeom.h:338
unsigned int uint32
Definition edltypes.h:34
@ EDL_ERR_BAD_ARGUMENTS
General error for bad arguments passed to an API function.
Definition edlerrors.h:42
Definition apexcustompostprocess.h:17
EDL::IProgressMonitorPtr IProgressMonitorPtr
Definition types.h:85
#define DECL_SMART_PTR(cls)
Definition smartptr.h:211
#define JAWSMAKO_API
Definition types.h:29