Searched refs:gFalse (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.h297 GBool transpGroup = gFalse, GBool softMask = gFalse,
299 GBool isolated = gFalse, GBool knockout = gFalse,
300 GBool alpha = gFalse, Function *transferFunc = NULL,
H A Dpdf-parser.cpp302 subPage(gFalse),
306 fontChanged(gFalse),
362 state(new GfxState(72, 72, box, 0, gFalse)),
363 fontChanged(gFalse),
429 parser = new Parser(xref, new Lexer(xref, obj), gFalse);
625 case tchkNone: return gFalse;
627 return gFalse;
744 GBool haveBackdropColor = gFalse;
745 GBool alpha = gFalse;
781 GBool haveFillOP = gFalse;
1543 doShadingPatternFillFallback(static_cast<GfxShadingPattern *>(pattern), gFalse, eoFill); local
1562 doShadingPatternFillFallback(static_cast<GfxShadingPattern *>(pattern), gTrue, gFalse); local
[all...]

Completed in 19 milliseconds