Searched defs:transpGroup (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1848 SvgTransparencyGroup *transpGroup = new SvgTransparencyGroup; local
1850 transpGroup->bbox[i] = bbox[i];
1852 transpGroup->isolated = isolated;
1853 transpGroup->knockout = knockout;
1854 transpGroup->for_softmask = for_softmask;
1855 transpGroup->container = _container;
1858 transpGroup->next = _transp_group_stack;
1859 _transp_group_stack = transpGroup;
1871 SvgTransparencyGroup *transpGroup = _transp_group_stack; local
1872 _container->appendChild(transpGroup
1888 SvgTransparencyGroup *transpGroup = _transp_group_stack; local
[all...]
H A Dpdf-parser.cpp2946 GBool transpGroup, isolated, knockout; local
3004 transpGroup = isolated = knockout = gFalse;
3008 transpGroup = gTrue;
3035 transpGroup, gFalse, blendingColorSpace, isolated, knockout);
3045 GBool transpGroup, GBool softMask,
3063 if (softMask || transpGroup) {
3089 if (softMask || transpGroup) {
3119 if (softMask || transpGroup) {
3131 } else if (transpGroup) {
3044 doForm1(Object *str, Dict *resDict, double *matrix, double *bbox, GBool transpGroup, GBool softMask, GfxColorSpace *blendingColorSpace, GBool isolated, GBool knockout, GBool alpha, Function *transferFunc, GfxColor *backdropColor) argument

Completed in 588 milliseconds