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

/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.h130 Dict *resDict, PDFRectangle *box, PDFRectangle *cropBox);
134 Dict *resDict, PDFRectangle *box);
296 void doForm1(Object *str, Dict *resDict, double *matrix, double *bbox,
322 void pushResources(Dict *resDict);
H A Dpdf-parser.cpp297 Dict *resDict,
304 res(new GfxResources(xref, resDict, NULL)), // start the resource stack
355 Dict *resDict,
361 res(new GfxResources(xref, resDict, NULL)), // start the resource stack
927 Dict *dict, *resDict; local
978 resDict = obj1.isDict() ? obj1.getDict() : (Dict *)NULL;
982 doForm1(str, resDict, m, bbox, gTrue, gTrue,
2410 Dict *resDict; local
2469 if ((resDict = ((Gfx8BitFont *)font)->getResources())) {
2470 pushResources(resDict);
293 PdfParser(XRef *xrefA, Inkscape::Extension::Internal::SvgBuilder *builderA, int , int rotate, Dict *resDict, PDFRectangle *box, PDFRectangle *cropBox) argument
353 PdfParser(XRef *xrefA, Inkscape::Extension::Internal::SvgBuilder *builderA, Dict *resDict, PDFRectangle *box) argument
2951 Dict *resDict; local
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
3311 pushResources(Dict *resDict) argument
[all...]

Completed in 22 milliseconds